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

Unable to install turtlebot

asked 2018-02-12 16:28:49 -0500

Dylan gravatar image

updated 2018-02-12 17:03:50 -0500

jayess gravatar image

Hello everyone,

I'm using Ubuntu 16.04 (Xenial) and installed ROS Lunar. I also installed gazebo7. Now, I want to install turtlebot and it's impossible. This is what I did:

I followed all the tutorials about the installation, but after running this:

roslaunch turtlebot_gazebo turtlebot_world.launch

I get the following error:

RLException: [turtlebot_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

Internet doesn't help. I did everything that says there and nothing works. I also did this:

source /opt/ros/indigo/setup.bash

before running the other command line. And it doesn't work.

What can I do? Maybe my problem is that I have ROS Lunar and I install kinetic packages, but the tutorials are (almost everyone) for indigo.

Thanks

edit retag flag offensive close merge delete

Comments

I did everything that says there and nothing works

What specifically did you do and what specifically happened? Also, did you source your workspace (i.e., source ~/catkin_ws/devel/setup.bash)?

jayess gravatar image jayess  ( 2018-02-12 17:05:31 -0500 )edit

@jayess It doesn't work:

source ~/catkin_ws/devel/setup.bash

roslaunch turtlebot_gazebo turtlebot_world.launch

Gives the same error as before:

RLException: ...

I installed everything as: http://sauravag.com/2016/10/how-to-se... for example

Dylan gravatar image Dylan  ( 2018-02-12 20:54:22 -0500 )edit

@jayess Do you know what can I do? I really need this working. Thanks

Dylan gravatar image Dylan  ( 2018-02-15 08:24:36 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2018-02-15 13:13:39 -0500

tfoote gravatar image

You do not appear to have the package turtlebot_gazebo installed. There's a comment at the bottom of the blog mentioning what looks like you need to install slightly different packages including ros-indigo-turtlebot-gazebo.

edit flag offensive delete link more
0

answered 2018-02-16 13:09:37 -0500

Ashecotton gravatar image

try type the following in command line before doing anything

export ROS_HOSTNAME=localhost
export ROS_MASTER_URI=http://localhost:11311
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-02-12 16:28:49 -0500

Seen: 539 times

Last updated: Feb 16 '18