-
Notifications
You must be signed in to change notification settings - Fork 49
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
can not activate 2 masters! #143
Comments
Hi, ammaraljodah Can you describe your setup, since it may be easy to fix it in your case.
|
I have 7 servo drives talks to the master 0 and 3 gripper talks to master 1. I just want less load on the servo master.
|
I have made a branch that will be able to make the parameter master be taken into account correctly: https://github.com/ICube-Robotics/ethercat_driver_ros2/tree/yguel-use-master-id |
Hi,
It looks like
<param name="master_id">1</param>
is never been checked in the driver code and it always set itself to 0 no mater what value is set in this tag.
is there a way to have two masters using this library?
this is my xacro file
The text was updated successfully, but these errors were encountered: