ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can definitely try to parse this manually with XMLRPC (or probably with yaml-cpp).
What you have here should probably be a std::map
of std::pair<std::string, std::vector<T>>
, but this is not supported, as far as I know. Simpler types work.
If you would choose python, you could use the rospy.get_param_names()
function.