ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hey, I am using Hydro, It seems that "diagnostics.yaml" file is moved to "/param/create" in newer versions
replace this line in robot.launch file
<rosparam command="load" file="$(find turtlebot_bringup)/config/diagnostics.yaml"/>
to
<rosparam command="load" file="$(find turtlebot_bringup)/param/kobuki/diagnostics.yaml"/>
and try. worked on my system, not sure about groovy.
2 | No.2 Revision |
Hey, I am using Hydro, It seems that "diagnostics.yaml" file is moved to "/param/create" in newer versions
replace this line in robot.launch file
<rosparam command="load" file="$(find turtlebot_bringup)/config/diagnostics.yaml"/>
to
<rosparam command="load" file="$(find turtlebot_bringup)/param/kobuki/diagnostics.yaml"/>turtlebot_bringup)/param/kobuki/diagnostics.yaml"/>
(If you are using create base or roomba, replace "kobuki" with it)
and try. worked on my system, not sure about groovy.