ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
A node's name is set by using the __name:=my_node_name
parameter or, if the parameter is not specified by the name you pass in the call to ros::init. Note that roslaunch always wants a node name specified in launch files and uses the __name
parameter internally.