How can I connect two odrive boards, so that I would be able to control four motors ?
I tried this:
odrv0 = odrive.find_any(serial_number="my_serial")
self.driver = ODriveInterfaceAPI(active_odrive=odrv0, logger=ROSLogger())
But the problem is if one onedrive gets disconected. Then it is unable to reconnect.
How can I connect two odrive boards, so that I would be able to control four motors ?
I tried this:
odrv0 = odrive.find_any(serial_number="my_serial")self.driver = ODriveInterfaceAPI(active_odrive=odrv0, logger=ROSLogger())But the problem is if one onedrive gets disconected. Then it is unable to reconnect.