I want to achieve the goal that when I give a position float data to encoder after encoder is reboot, encoder can take that as right position rather than 0.
After I look through Odrive’s reference,
I set encoder’s offset_value which is readable and writable
Then I set the state as full_sequence_calibration.
After that I set state as encoder_offset_calibration.
There is no change in encoder’s pos_estimate, which is out of my expectation.
Are there expertises who could help me?