rosparam load all yaml-files in folder
Hi, is it possible to load all yaml-files in an folder? Like:
<rosparam folder="$(find parameter)/my_params/" />
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi, is it possible to load all yaml-files in an folder? Like:
<rosparam folder="$(find parameter)/my_params/" />
According to the roslaunch doc it shouldn't work: "The <rosparam> tag can either reference a YAML file or contain raw YAML text." You could try writing a small node that takes a path and uses rosparam.load_file()
Yes I thought about that too, but I thought there might be an easier solution.
But if I write a node, how can I guarantee that all parameters are loaded before my launch file startes the next node that is depending on them?
Mh, that would work, but needs more codeing than adding a line for each yaml file in the launch file :(
There might be an different way? Would be a cool feature for rosparam
Asked: 2014-09-05 08:29:21 -0600
Seen: 1,907 times
Last updated: Sep 05 '14
load parameters from yaml file API
Constraints on Nested Tags in Launch Files
Rosparam dump from launch file
rosparam: Can't set parameters on Master, via launch file
rosparams vs. command line arguments for initialization
Clean-up of rosparam after ending launch scripts
Problem with MAC OS installation with YAML.