ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
the node
tag in roslaunch
xml format allows a ns
, i.e. namespace, attribute:
wiki.ros.org/roslaunch/XML/node#Attributes
i think
ROS_NAMESPACE=usb_cam rosrun image_proc image_proc
would be something like
<node name="image_proc" pkg="image_proc" type="image_proc" ns="usb_cam"/>
in a launch file.