You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move the sensor calls to before the enable checks in move and loopFOC
this enables two things:
1. you can still see the sensors change and update in SimpleFOCStudio
even if you disable the motor. This is useful to determine sensor
accuracy etc.
2. you previously ran the risk of losing track of full rotations if the
motor was (e.g. manually) moved while disabled. With this change we
always track the sensor values and keep track of all rotations.
0 commit comments