ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.