Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(odrive_can_driver): never request new state
New state should not be requested after driver configuration, as it negatively affects control loop on the device. Previously, "closed loop control" state was requested at every update. This intterupted control loop on the ODrive and caused motors to artificialy slow down. To work around this, we now don't request "closed loop" state at all and instead we should enable "startup_closed_loop_control" on ODrive.
- Loading branch information