Skip to content

Commit ceac158

Browse files
div-dev123cclauss
andauthored
Update control_algorithms/adrc.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent 5ec73ec commit ceac158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control_algorithms/adrc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class ADRC:
16-
def __init__(self, beta1: float, beta2: float, beta3: float, setpoint: float = 0.0):
16+
def __init__(self, error_correction: float, disturbance: float, acceleration: float, target: float = 0.0):
1717
"""
1818
Initialize the ADRC controller.
1919

0 commit comments

Comments
 (0)