We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca1fe9 commit 7e2da79Copy full SHA for 7e2da79
control_algorithms/adrc.py
@@ -56,7 +56,7 @@ def calculate_control_output(self, measured_value: float, dt: float) -> float:
56
... adrc.total_disturbance,
57
... ) = (1.0, 2.0, 3.0)
58
>>> adrc.calculate_control_output(0.5, 0.1) # Simple test with dt=0.1
59
- 0.05
+ 0.0.04999999999999982
60
"""
61
# Extended State Observer (ESO) Update
62
error = self.system_output - measured_value
0 commit comments