ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
$ cat /etc/apt/sources.list.d/ros-latest.list deb http://packages.ros.org/ros/ubuntu vivid main
Ubuntu Vivid is version 15.04, not 14.04 and there are no builds of Indigo for that version of Ubuntu (from REP 3: Target Platforms - Platforms by Distribution):
Indigo Igloo (May 2014)
- Ubuntu Saucy (13.10)
- Ubuntu Trusty (14.04 LTS)
So the error you got from apt-get
is completely correct: there is not ros-indigo-desktop-full
package installable.
Can also add that i have installed ROS Jade without any problems at all, so there is nothing wrong with my Ubuntu distr (as far as i can tell).
That is also expected: ROS Jade is released for Ubuntu Vivid (see REP 3: Target Platforms - Jade Turtle (May 2015 - May 2017)).
2 | No.2 Revision |
$ cat /etc/apt/sources.list.d/ros-latest.list deb http://packages.ros.org/ros/ubuntu vivid main
Ubuntu Vivid is version 15.04, not 14.04 and there are no builds of Indigo for that version of Ubuntu (from REP 3: Target Platforms - Platforms by Distribution):
Indigo Igloo (May 2014)
- Ubuntu Saucy (13.10)
- Ubuntu Trusty (14.04 LTS)
So the error you got from apt-get
is completely correct: there is not no ros-indigo-desktop-full
package installable.
Can also add that i have installed ROS Jade without any problems at all, so there is nothing wrong with my Ubuntu distr (as far as i can tell).
That is also expected: ROS Jade is released for Ubuntu Vivid (see REP 3: Target Platforms - Jade Turtle (May 2015 - May 2017)).
3 | No.3 Revision |
$ cat /etc/apt/sources.list.d/ros-latest.list deb http://packages.ros.org/ros/ubuntu vivid main
Ubuntu Vivid is version 15.04, not 14.04 (Trusty) and there are no builds of Indigo for that version of Ubuntu (from REP 3: Target Platforms - Platforms by Distribution):
Indigo Igloo (May 2014)
- Ubuntu Saucy (13.10)
- Ubuntu Trusty (14.04 LTS)
So the error you got from apt-get
is completely correct: there is no ros-indigo-desktop-full
package installable.
Can also add that i have installed ROS Jade without any problems at all, so there is nothing wrong with my Ubuntu distr (as far as i can tell).
That is also expected: ROS Jade is released for Ubuntu Vivid (see REP 3: Target Platforms - Jade Turtle (May 2015 - May 2017)).