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

11 lines
279 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
float target;only used for logging
float input;only used for logging
float output;only used for logging
float errorAmplificationCoef;
2019-09-01 16:37:58 -07:00
float previousError
2019-09-01 08:59:39 -07:00
end_struct