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

How to fix turtlebot3_bringup is not a launch file name?

asked 2018-12-18 15:39:55 -0500

turtlebot3 gravatar image

updated 2018-12-18 17:13:38 -0500

I'm trying to run

roslaunch turtlebo3_bringup

but it doesn't seem to work. The error I get is:

[turtlebot3_bringup] is not a launch file name

The traceback for the exception was written to the log file

Please help, Thank you!!

edit retag flag offensive close merge delete

Comments

Can you please update your question with the entire command that you're running?

jayess gravatar image jayess  ( 2018-12-18 16:45:09 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-12-18 16:47:45 -0500

jayess gravatar image

updated 2018-12-18 16:49:38 -0500

You haven't specified which launch file you're trying to launch, but I looked the GitHub repo and there doesn't appear to be a turtlebot3_bringup launch file. So, if you're trying to use the turtlebot3_robot.launch launch file use the following command

roslaunch turtlebot3_bringup turtlebot3_robot.launch

The pattern for using launch files is

roslaunch <package-name> <launch-file>

and then you can use some args. See the roslaunch wiki for more information.

edit flag offensive delete link more

Comments

Thank you so much, I guess i forgot to add the turtlebot3_robot.launch

turtlebot3 gravatar image turtlebot3  ( 2018-12-18 17:15:10 -0500 )edit

Question Tools

Stats

Asked: 2018-12-18 15:39:55 -0500

Seen: 1,010 times

Last updated: Dec 18 '18