Robotics StackExchange | Archived questions

turtlebot packages could't be found

Hello,

I would like to install turtlebot on my Ubuntu 14.04.3 LTS. After installing ROS, I entered the following code into the terminal:

sudo apt-get install ros-indigo-turtlebot ros-indigo-turtlebot-apps ros-indigo-turtlebot-interactions ros-indigo-turtlebot-simulator ros-indigo-kobuki-ftdi ros-indigo-rocon-remocon ros-indigo-rocon-qt-library ros-indigo-ar-track-alvar-msgs

And I received this reply:

E: package ros-indigo-turtlebot could't be found.
E: package ros-indigo-turtlebot-apps could't be found.
E: package ros-indigo-turtlebot-interactions could't be found.
E: package ros-indigo-turtlebot-simulator could't be found.
E: package ros-indigo-kobuki-ftdi could't be found.
E: package ros-indigo-rocon-remocon could't be found.
E: package ros-indigo-rocon-qt-library could't be found.
E: package ros-indigo-ar-track-alvar-msgs could't be found.

What do I need to do to install turtlebot?

With best regards

Asked by Commander Data on 2015-10-03 04:57:05 UTC

Comments

Answers

I suggest you (once agian, maybe) go through the ROS installation from the beginning. http://wiki.ros.org/indigo/Installation/Ubuntu

Your sources.list might be somehow messed up, or simply missing. Also Debian package index might be out-of-date.

Asked by 130s on 2015-10-03 10:37:03 UTC

Comments