ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can remap ros names using rosrun without problems. The operator is := . E. g. when using image_view like
rosrun image_view image_view image:=/camera/image_raw
you remap image -> /camera/image_raw. I think you can use this also to remap the namespace of your node without roslaunch.