ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Does it help to delete the leading '/' in the remapped names?
<remap from="camera" to="camera1_ns" />
2 | No.2 Revision |
Does it help to delete the leading '/' in the remapped names?
<remap from="camera" to="camera1_ns" />
EDIT: Maybe I got the names backwards from what you intended?
<remap from="camera1_ns" to="camera" />
3 | record correct answer for later reference |
Does it help to delete the leading '/' in the remapped names?
<remap from="camera" to="camera1_ns" />
EDIT: Maybe I got the names backwards from what you intended?
<remap from="camera1_ns" to="camera" />
EDIT2: Move the remap from the arm_spawn node to the gazebo node.