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

You should be able to load a YAML file into a python data structure using the pyyaml module.

You can then use rospy.set_param('/prefix', data) to push the entire contents of your data structure to a prefix on the parameter server.