I updated to the latest devel branch and now I’m getting ERROR_PHASE_INDUCTANCE_OUT_OF_RANGE for one of my motors, reading the values I get this:
Error motor 0 0
Error motor 1 6
Phase inductance motor 0 0.0002207966026617214
Phase inductance motor 1 0.0013126198900863528
And what is more strange is that my second board with the same type of motors and encoders get me this:
Error motor 0 0
Error motor 1 6
Phase inductance motor 0 0.00021768918668385595
Phase inductance motor 1 0.001135334256105125
So I think there is a bug somewhere because I don’t believe in coincidences
Where is the place where this is treated differently for motor0 and motor1?
I think it might be a software issue because before switching from master to devel I did not have this problem, I will try switching back and see if it goes away.