ODrive control utility v0.4.0.post9
Please connect your ODrive.
You can also type help() or quit().
Connected to ODrive 376436543137 as odrv0
In [1]: odrv0.axis0.current_state
Out[1]: 1
In [2]: odrv0.axis1.requested_state = AXIS_STATE_FULL_CALIBRATION_SEQUENCE
In [3]: hex(odrv0.axis0.motor.error)
Out[3]: '0x0'
In [4]: hex(odrv0.axis0.error)
Out[4]: '0x41'
I have a copy of my_config.json file if required
Please help me out. I have spent more than a couple of days on this.
Thanks in advance,
James
Hello,
I am using a pair of D6374 150kV motor, and a v3.6 ODrive. I entered the same commands:
.encoder.config.use_index =True
.requested_state = AXIS_STATE_ENCODER_INDEX_SEARCH
And immediately error was shown:
In my case, the commands are showing error, is this even possible?
Can someone help me through this ? I have spent more than a couple of days on this. I need someone’s help.
Thank you in advance!