ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can get arbitrarily complex data structures off the parameter server using the XMLRPC data structure.
See bool ros::NodeHandle::getParam(const std::string & key, XmlRpc::XmlRpcValue & ) const in the API docs.
The only downside is that you have to use XMLRPC data types manipulation.