Robotics StackExchange | Archived questions

turtlebot_bringup minimal.launch not found.

Hey i was trying to execute command: roslaunch turtlebot_bringup minimal.launch. I got this error:

c2-6@c26-X200MA:~$ roslaunch turtlebot_bringup minimal.launch
[minimal.launch] is neither a launch file in package [turtlebot_bringup] nor is [turtlebot_bringup] a launch file name

I have looked at a lot of different forums like this one. I'm totally new in this environment.

Asked by Martynas on 2018-11-10 08:44:13 UTC

Comments

What do you get from roscd turtlebot_bringup? From dpkg -l | grep turtlebot? Please let us know if you have sourced any ROS workspaces (such as . /opt/ros/kinetic/setup.bash) prior to running your commands. Please update your question instead of adding an answer.

Asked by Thomas D on 2018-11-10 11:17:06 UTC

Answers

You need describe your package that including roslaunch turtlebot_bringup_minimal.launch. For instance roslaunch package_name turtleot_bringup_minmal.launch. I assuming your workspace is fully set up and do not forget source devel/setup.bash before doing something in ROS.

Asked by Fisherman on 2019-05-08 08:28:27 UTC

Comments