-
Notifications
You must be signed in to change notification settings - Fork 92
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
2 roboclaws? #25
Comments
You may want to check out this other version of a roboclaw node -->https://github.com/sheaffej/roboclaw_driver. He uses a 4-wheel differential drive base that drives two Roboclaw controllers. |
oh yes, I tried that already but it does not work and the instructions never mention how to configure two boards... I already contacted the author to see if he can help, but I did that like 2 months ago... I'm happy that you replied fast! |
@alduxvm did you ever figure out how to set up 2 boards? The author still hasn't gotten back to me either |
@jmorrow10 yes, I made it work, I created two workspaces (basically two copies) one for wheels A-B and another for C-D, with changes to the code to adapt and avoid conflicts in topics and thats it! it worked very good! I was very happy with my robot, but I needed more power, so I move to larger motors and the odrive motor controllers... |
Hi!
Thanks for this great work! This is not an issue with this repo... which works great to be honest!
I have a couple of questions if its possible to use this node to control 2 roboclaw boards... my robot has 4 wheels, 4 motors, 4 encoders and 2 roboclaw boards.
For a robot as follows:
[ a ]-------[ b ]
|..................... |
| .....................|
[ c ]-------[ d ]
I currently have one roboclaw controlling motor a and c, the other one controls b and d.
Of course if I use directly this node I can only control one side :P
what do you think?
Thanks a lot!!
The text was updated successfully, but these errors were encountered: