ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There are several ways to accomplish this:
ns
parameter in a <node>
tag in a launch file sets the namespace that the node runs in: http://wiki.ros.org/roslaunch/XML/node (You could also use many other tags that let you specify a ns
attribute, e.g., the <group>
tag) __ns
"special key" remapping argument with rosrun