Turtle bot empty world is not opening

asked 2017-01-05 01:44:25 -0500

turtles gravatar image

Just trying to operate the turtlebot simulation on gazebo, all the required ros gazebo packages are installed, and rocon and kobuki dependencies are installed. on running: roslaunch turtlebot_gazebo turtlebot_empty_world.launch an error which says: [turtlebot_empty_world.launch] is neither a launch file in package [turtlebot_gazebo] nor is [turtlebot_gazebo] a launch file name The traceback for the exception was written to the log file Instead it opens an environment when roslaunch turtlebot_gazebo turtlebot_world.launch without the bot.

The teleop terminal opens but the gazebo screen dosent have a turtlebot.

edit retag flag offensive close merge delete

Comments

How did you install the Turtlebot packages? Through apt install or through the git repositories? If the latter, have you properly initiated your workspace?

dave gravatar image dave  ( 2021-09-03 04:37:26 -0500 )edit

You need to build the package before you run any ros command depends on it. Have you built the package you download from the toturial?

blackbird gravatar image blackbird  ( 2022-06-11 17:36:56 -0500 )edit