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

In Groovy and newer versions of ROS, roscpp has an API for retrieving a portion of the parameter tree as a std::map: http://wiki.ros.org/roscpp/Overview/Parameter%20Server#Retrieving_Lists

In python, retrieving a portion of the parameter tree is implicitly a dictionary.