fome-fw/firmware/util/math/pid_state.txt

11 lines
291 B
Plaintext
Raw Normal View History

2019-09-01 08:59:39 -07:00
struct_no_prefix pid_state_s
float iTerm;
float dTerm;we are remembering this only for debugging purposes
2023-11-01 17:01:52 -07:00
float lastTarget;only used for logging
float lastInput;only used for logging
float lastOutput;only used for logging
2019-09-01 08:59:39 -07:00
float errorAmplificationCoef;
2019-09-01 16:37:58 -07:00
float previousError
2019-09-01 08:59:39 -07:00
end_struct