Robotics StackExchange | Archived questions

Is ROS indigo compatible with ubuntu 14.04.1

When i install sudo apt-get install ros-indigo-desktop-full it is showing the following result

Building dependency tree
Reading state information... Done E: Unable to locate package ros-indigo-desktop-full

Asked by Sakthi on 2017-07-18 02:31:54 UTC

Comments

Answers

Indigo is compatible with 14.04.

This sort of error usually happens if you haven't added the ROS apt repository properly, or if you haven't run apt-get update after adding the ROS apt repository.

Asked by ahendrix on 2017-07-18 03:48:02 UTC

Comments