ROS Indigo on Debian Jessie - Repositories Issue
I have just installed ROS Indigo on Debian Jessie. Everything worked just fine and installation was successfully.
But, the problem comes when I try to install any ROS package, e.g.: ros-indigo-ros-tutorials. The package is not found. There seems to be a problem with ROS Repositories but I can't figure out what.
So, I have the following repos: /etc/apt/sources.list.d/ros-latest.list
deb http://packages.ros.org/ros/ubuntu jessie main
And in /etc/apt/sources.list.d/backports.list
deb http://http.debian.net/debian jessie-backports main
Is there something wrong in this configuration?
And the output of sudo apt-get update | grep "packages.ros.org" seems ok:
Hit http://packages.ros.org jessie InRelease
Hit http://packages.ros.org jessie/main amd64 Packages
Ign http://packages.ros.org jessie/main Translation-en_US
Ign http://packages.ros.org jessie/main Translation-en
Do I miss something or what?
Asked by persuasiv on 2017-03-23 05:26:10 UTC
Comments
I'm confused: your
apt-get update
output mentionsamd64
, but afaik there is no build of ROS Indigo for Debian Jessie (or at least not by the OSRF) foramd64
, only forarm
. Kinetic has Jessie builds foramd64
andARMv8
.Could you please check? Which platform are you installing on?
Asked by gvdhoorn on 2017-03-23 07:25:44 UTC
Actually it is correct. My processor is amd64. I followed this tutorial: http://wiki.ros.org/indigo/Installation/Debian and it was installed successfully.
Asked by persuasiv on 2017-03-26 07:00:31 UTC
That tutorial refers to Debian Wheezy, not Jessie? And REP-3 also does not list Jessie as a platform for Indigo. Finally, http://packages.ros.org/ros/ubuntu/pool/main/r/ros-indigo-ros-tutorials/ seems to have pkgs for Ubuntu only.
Asked by gvdhoorn on 2017-03-27 03:31:15 UTC
Yes, that is the tutorial and I was thinking that it may works under Jessie too. I mean all the steps were working like in tutorial. But I can see now that it was a bad decision...
Asked by persuasiv on 2017-03-27 04:05:16 UTC