ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

Append parameters to parameter server using YAML files

asked 2015-04-14 16:08:17 -0500

Hi,

Is there a way to avoid overwriting parameters when being loaded from a launchfile using a YAML file?

For example, I have two YAML files like the following:

config1.yaml

topics:
  - topic: topic1
    type: geometry_msgs/Twist
  - topic: topic2
    type: std_msgs/Empty

config2.yaml

topics:
  - topic: topic3
    type: geometry_msgs/Twist
  - topic: topic4
    type: std_msgs/Empty

and want to have the 4 topics loaded under the topics parameter.

I know that namespacing is the way it's normally done to separate parameters with the same name, but I'm looking for some other way.

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-06-30 14:38:49 -0500

thebyohazard gravatar image

Not as of yet. But there's a ticket for it!

edit flag offensive delete link more

Comments

thanks! didn't see that ticker before

Gary Servin gravatar image Gary Servin  ( 2015-06-30 15:48:24 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2015-04-14 16:08:17 -0500

Seen: 327 times

Last updated: Jun 30 '15