ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Reading command line parameters is explained in the ROS CPP Tutorial on parameters. To give my_param
the value val
, use:
rosrun package node _my_param:=val