I am encountering an error when I try to execute odrive_demo.py.
python odrive_demo.py
fatal: not a git repository (or any of the parent directories): .git
Command ‘[‘git’, ‘describe’, ‘–always’, ‘–tags’, ‘–dirty=*’]’ returned non-zero exit status 128.
finding an odrive…
starting calibration…
Bus voltage is 24.18603515625V
Traceback (most recent call last):
File “odrive_demo.py”, line 32, in
my_drive.axis0.controller.pos_setpoint = 3.14
File “/home/algocrat/odrive/Firmware/fibre/python/fibre/remote_object.py”, line 254, in setattr
raise Exception(“Cannot write to property {}”.format(name))
Exception: Cannot write to property pos_setpoint