ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you just want the names or values of private parameters that are currently defined for a node, rosparam
can provide them directly:
$ rosparam list /roslaunch
/roslaunch/uris/host_vision_4__34552
$ rosparam get /roslaunch
uris: {host_vision_4__34552: 'http://vision-4:34552/'}
Replace the /roslaunch
above with your desired node name.