-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect two odrive boards #25
Comments
If you want to connect odrive by its serial number do the following:
to
And in file: If you want to run both boards at the same time you should run two separate nodes ? |
I tried running two odrive nodes at the same time, but when I send zero velocities to both odrive boards: I get this error:
Result is that one odrive board disconnects itself. Can someone help ? @neomanic |
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.
The text was updated successfully, but these errors were encountered: