We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec73ec commit ceac158Copy full SHA for ceac158
control_algorithms/adrc.py
@@ -13,7 +13,7 @@
13
14
15
class ADRC:
16
- def __init__(self, beta1: float, beta2: float, beta3: float, setpoint: float = 0.0):
+ def __init__(self, error_correction: float, disturbance: float, acceleration: float, target: float = 0.0):
17
"""
18
Initialize the ADRC controller.
19
0 commit comments