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

Problem on running TurtleBot

asked 2016-11-24 04:55:00 -0500

Elnaz gravatar image

Hi All, I am currently install ROS Kinetic and try to run a robot on the Stage Simulator. I installed TurtleBot and run the following command: roslaunch turtlebot_stage turtlebot_in_stage.launch But I got this error: while processing /opt/ros/kinetic/share/turtlebot_navigation/launch/includes/amcl.launch.xml: Invalid roslaunch XML syntax: [Errno 2] No such file or directory: u'/opt/ros/kinetic/share/turtlebot_navigation/launch/includes/amcl.launch.xml' The traceback for the exception was written to the log file

Can any body help me what I missed to do and how can I solve this issue!!!!!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2016-12-17 07:38:03 -0500

gdepaepe gravatar image

Changing the following in the turtlebot_in_stage.launch file solved the problem for me: <include file="$(find turtlebot_navigation)/launch/includes/amcl.launch.xml"> to: <include file="$(find turtlebot_navigation)/launch/includes/amcl/amcl.launch.xml">

edit flag offensive delete link more

Comments

This bug was fixed in the source, but the fix hasn't been released yet.

clyde gravatar image clyde  ( 2017-01-17 14:27:45 -0500 )edit

how to open the launch file, i cannot find the directory

Carrie Yan gravatar image Carrie Yan  ( 2017-05-08 16:21:33 -0500 )edit
1

Gotcha! use $roscd turtlebox_stage and then cd to launch, use $sudo gedit to edit the .launch file

Carrie Yan gravatar image Carrie Yan  ( 2017-05-08 16:33:14 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-11-24 04:55:00 -0500

Seen: 1,750 times

Last updated: Nov 24 '16