Replies: 3 comments 7 replies
-
Without much more information, there's not much we can do. Please provide information on your controller (which RW version are you running fi), how you built everything, the exact command you've used to start everything, the debug output of the driver, etc, etc. Also: please don't post snippets of output. Always post the complete In the meantime, I'd suggest taking a look at similar issues which were previously posted, such as #56. |
Beta Was this translation helpful? Give feedback.
-
I changed:
to:
Mistakes still exist:
|
Beta Was this translation helpful? Give feedback.
-
After changing the code in two places, the whole project works correctly:
ex2_controllers.yaml
I don't know why the joint names in the two files are different. And I didn't know what to name the joints of the second robot when I was going to control the two-robot system. |
Beta Was this translation helpful? Give feedback.
-
I tried to run
ex2_rws_and_egm_6axis_robot.launch
, but I got the following error:Apparently, there was an error in the operation of the egm related node, which incorrectly indicated that the ROS parameters did not match the RWS robot controller description, but I looked at the code and could not find the parameter matching error.
This is the node graph I got by running the rqt command.
Beta Was this translation helpful? Give feedback.
All reactions