We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe57a8 commit 71652ebCopy full SHA for 71652eb
src/common/pid.h
@@ -30,10 +30,10 @@ class PIDController
30
float output_ramp; //!< Maximum speed of change of the output value
31
float limit; //!< Maximum output value
32
33
+protected:
34
+
35
float output_prev; //!< last pid output value
36
float integral_prev; //!< last integral component value
-
-protected:
37
float integral_antiwindup_prev; //!< last integral antiwindup component value
38
float error_prev; //!< last tracking error value
39
unsigned long timestamp_prev; //!< Last execution timestamp
0 commit comments