-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels