diff --git a/firmware/controllers/actuators/idle_state.txt b/firmware/controllers/actuators/idle_state.txt index 40cae5cd71..7a8c137e34 100644 --- a/firmware/controllers/actuators/idle_state.txt +++ b/firmware/controllers/actuators/idle_state.txt @@ -12,6 +12,13 @@ bit mightResetPid;The idea of 'mightResetPid' is to reset PID only once - each t bit shouldResetPid; bit wasResetPid;This is needed to slowly turn on the PID back after it was reset. bit mustResetPid;This is used when the PID configuration is changed, to guarantee the reset +bit isCoasting +bit useIacTableForCoasting +bit notIdling +bit needReset +bit isInDeadZone +bit isBlipping +bit useClosedLoop ! end of idle_state_s structure definition end_struct