ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Error installing Ros Noetic in Debian Buster

asked 2020-04-21 03:40:03 -0500

Alessandro Melino gravatar image

Hello everyone.

I am installing Ros Noetic in my Raspberry PI 4 with Debian Buster because the tutorial said that is fully supported. But when I try to execute the following commnad:

sudo apt install ros-noetic-desktop-full

The next error message is received:

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

I obtain the same error trying to install kinetic or melofic and I don't know what to do. I know that Noetic release is very recent, but if the tutorial is written it should work.

Thanks in advance.

Best regrets.

edit retag flag offensive close merge delete

Comments

1

Hello

Today is May 23 and Noetic is not released yet! Does anyone know the reason?

Pourya gravatar image Pourya  ( 2020-05-23 01:05:46 -0500 )edit

Please don't post questions as answers. Either comment an existing answer, contribute your own answer if you have one, or post a new question.

I've converted your answer into a comment, but please keep it in mind for next time.

gvdhoorn gravatar image gvdhoorn  ( 2020-05-23 03:12:43 -0500 )edit

Following up; Noetic is now released https://www.openrobotics.org/blog/202...

sloretz gravatar image sloretz  ( 2020-05-23 14:55:49 -0500 )edit

Hi, I am all seeing this error (Attempting to install on Debian 10 Buster)

Dave_ROS gravatar image Dave_ROS  ( 2020-05-24 21:11:15 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
2

answered 2020-04-21 05:50:10 -0500

gvdhoorn gravatar image

updated 2020-05-25 03:41:40 -0500

Edit (2020-05-23): as @sloretz wrote in his comment:

Following up; Noetic is now released https://www.openrobotics.org/blog/202...

Note however:

I am installing Ros Noetic in my Raspberry PI 4 with Debian Buster

Only the amd64 and arm64 platforms get binary packages of ROS Noetic. armhf packages are not built by the ROS buildfarm.


Original answer:

In addition to @RodBelaFarin's answer (which is correct), I would also add:

I am installing Ros Noetic in my Raspberry PI 4 with Debian Buster because the tutorial said that is fully supported.

There is still this notice at the top of the page under the Installation heading:

This seems to pretty clearly communicate that at least as of today (2020-04-21), there is a high probability of some packages still missing.

edit flag offensive delete link more

Comments

This is correct, ROS Noetic is not yet released. There are packages in the ros-testing repo for those who brave enough to try them before release, though desktop_full isn't ready yet.

sudo sh -c 'echo "deb http://packages.ros.org/ros-testing/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-testing.list'
sloretz gravatar image sloretz  ( 2020-04-21 09:31:38 -0500 )edit
2

answered 2020-04-21 04:56:54 -0500

RodBelaFarin gravatar image

From what I see here the desktop_full metapackage is not yet listed in the binary repos.

I guess you are really a bit too early and the documentation has just been released (probably before all debian binaries have been built?!).

My recommendation is to wait another 1-2 days and try it again.

edit flag offensive delete link more

Comments

Okay, thank you for your quick response. I will wait a bit and then try again.

Alessandro Melino gravatar image Alessandro Melino  ( 2020-04-21 05:03:03 -0500 )edit

I try to install ros-noetic-desktop-full package in PI4 whose OS is buster today, but I still get the same error as below: Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package ros-noetic-desktop-full

lsw gravatar image lsw  ( 2021-07-08 20:24:45 -0500 )edit

Hello. On Debian I achieved to make it work installing Raspberry Pi OS 64 bits. Try a fresh install and I hope it works for you.

Alessandro Melino gravatar image Alessandro Melino  ( 2021-07-09 03:41:16 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-04-21 03:40:03 -0500

Seen: 4,452 times

Last updated: May 25 '20