E: Unable to locate package ros-indigo-ros-base
I try to install ROS indigo on ubuntu 14.04. I followed the instruction on the page http://wiki.ros.org/indigo/Installati... . After I input sudo apt-get install ros-indigo-desktop-full
. The terminal outputs:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-indigo-desktop-full
And additionally I want to install ros-indigo-ros-base
on jetson tx1. The terminal on tx1 outputs the same messege.
Is ros-indigo still available?
Are you running 32-bit Ubuntu (armhf) or 64-bit Ubuntu (arm64 or aarch64)?
I run L4T which is 64-bit Ubuntu aarch64.
Is there any difference between 32-bit Ubuntu and 64-bit Ubuntu for ROS installation?
Not on
amd64
orx86
(the 'desktop' distributions), but for ARM, not all packages are build for all architectures. See Incomplete packages for kinetic armhf jessie fi.did you add the necessary software packages into your sources.list correctly and did you do
sudo apt-get update
?