How to I list a shared parameter to a node
I like to list all shared parameter of a node
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
I like to list all shared parameter of a node
replace NODENAME with your note
for i in rosparam list | grep NODENAME
; do echo -ne "$i \t"; rosparam get $i; echo -e "";done
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-04-06 02:58:39 -0600
Seen: 527 times
Last updated: Apr 07 '11
How to set and access local parameters when launching a nodelet?
meter_scoring: move_ base navigation
Spherical images and intrinsic parameter
Unable to set solver_type in launch file via kinematics.yaml or param/rosparam for trac_ik [closed]
PID controller /pid_enable topic for multiple controllers
Services, params and actions clients for real time?
Can't modify Hector SLAM parameters at runtime (map_update_distance_threshold)