Describe the bug
drv-status produce following error:
$ odrivetool drv-status
Waiting for ODrive...
Traceback (most recent call last):
File "/home/wagnelib/Work/protocols/2024-03-12_Odrive/env/bin/odrivetool", line 216, in <module>
print_drv_regs("Motor 0", my_odrive.axis0.motor)
File "/home/wagnelib/Work/protocols/2024-03-12_Odrive/env/lib/python3.11/site-packages/odrive/utils.py", line 449, in print_drv_regs
fault = motor.gate_driver.drv_fault
^^^^^^^^^^^^^^^^^
AttributeError: 'anonymous_interface_127888826724624' object has no attribute 'gate_driver'
To Reproduce
Call:
Expected behavior
Print drv status.
Desktop (please complete the following information):
$ uname -a
Linux *** 6.6.20-1-lts #1 SMP PREEMPT_DYNAMIC Sun, 03 Mar 2024 07:25:31 +0000 x86_64 GNU/Linux
- odrivetool Version (
odrivetool --version)
$ odrivetool --version
ODrive control utility v0.6.8
Additional context
None
Describe the bug
drv-status produce following error:
To Reproduce
Call:
Expected behavior
Print drv status.
Desktop (please complete the following information):
odrivetool --version)Additional context
None