leads to the ros2_control_node process being terminated:
[ros2_control_node-7] what(): Hardware name XArmGripperSystem is duplicated. Please provide a unique 'name' in the URDF.
The fix is as easy as parametrizing each gripper ros2_control tag name using the prefix, e.g. this one. I've done that locally and was able to ros2_control both arms and both grippers.
Of course, this should be extended to the rest of the grippers as well.
Launching the following dual setup with grippers:
leads to the
ros2_control_node
process being terminated:The fix is as easy as parametrizing each gripper
ros2_control
tag name using the prefix, e.g. this one. I've done that locally and was able toros2_control
both arms and both grippers.Of course, this should be extended to the rest of the grippers as well.