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

What does roslaunch do while loading yaml config files? [closed]

asked 2014-07-31 09:28:11 -0500

2ROS0 gravatar image

I am slightly new to ROS. From what I understand it loads the entries of the file as rosparams onto the parameter server.

So if my launch file contains the following line: <rosparam file="$(find my_navigation)/config/base_local_planner_params.yaml" command="load" />

And the yaml config file contains: TrajectoryPlannerROS: max_vel_x: 0.1 min_vel_x: 0.05

Is it equivalent to entering the following in the launch file: <param name="TrajectoryPlannerROS/max_vel_x" value="0.1"/> <param name="TrajectoryPlannerROS/min_vel_x" value="0.05"/>

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by 2ROS0
close date 2014-07-31 21:12:17.823420

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-07-31 20:43:31 -0500

ahendrix gravatar image

Yes; that is correct.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-07-31 09:28:11 -0500

Seen: 931 times

Last updated: Jul 31 '14