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

Error in "roslaunch turtlebot3_gazebo turtlebot3_world.launch "

asked 2020-04-03 06:09:38 -0500

kamal.kld11 gravatar image

updated 2022-01-22 16:10:27 -0500

Evgeny gravatar image

Hi there, I'm new in ROS, i installed ROS-meloidic and working on wander robot, for that i need turtlebot simulator. i have downloaded the turtlebot3 by following command:

sudo apt-get install ros-melodic-turtlebot3-gazebo

and when i run roslaunch turtlebot3_gazebo turtlebot3_world.launch to run the turtlebot3 simulator, i get the following error:

Resource not found: turtlebot3_description
ROS path [0]=/opt/ros/melodic/share/ros
ROS path [1]=/home/kamal/wanderbot_ws/src
ROS path [2]=/home/kamal/catkin_ws/src
ROS path [3]=/opt/ros/melodic/share
The traceback for the exception was written to the log file

Please help me what should i do.

Thanks

Kamal

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-04-18 06:00:13 -0500

marguedas gravatar image

This error happens because the package turtlebot3_gazebo fails to declare a dependency on turtlebot3_description but cannot run without it.

You should be able to fix it by installing ros-melodic-turtlebot3-description

There is an open PR to fix it

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-04-03 06:09:38 -0500

Seen: 4,929 times

Last updated: Apr 18 '20