ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 2011-04-07 02:43:29 -0600

joq gravatar image

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.