Hello,
I am writing my first python program for ODrive and my hardware consists of one raspberry pi and 3 odrives. For now I have ran a program that I found in this forum where I connect the odrive with the command “my_odrive=odrive.find_any()”.
The problem is that doesn’t work for more than 1 ODrive, how can I make the program see all 3 ODrives in python commands?
Also is there a directory with ALL python commands? Those I found in forum seemed to be missing commands.