The control loop should have a base requests function that will allow higher-level code to request the control loop of something. The specific motivation is being able to implement a calibration request to figure out phase resistance and inductance for a bridge. Motivates an issue for a base control loop state
For now given the super small timings of inductance and resistance measurement I am going to implement a calibrating state between STOP -> RUN that will calibrate the motor and update the params
The control loop should have a base requests function that will allow higher-level code to request the control loop of something. The specific motivation is being able to implement a calibration request to figure out phase resistance and inductance for a bridge. Motivates an issue for a base control loop state