Robotics StackExchange | Archived questions

Unable to install ROS-humble packages

Hello, I downloaded the Ubuntu server 22.04 on raspberry pi for my turtlebot3. I want to use ROS humble which requires 22.04. However, I am not able to install any of the ros packages on it and I am getting an error of "Unable to locate package". I looked up the Ubuntu website and got to see that the jammy (22.04) ubuntu has no ros-humble packages.

Can anyone help me with what I should do?

Asked by Shivi on 2023-07-26 20:36:23 UTC

Comments

What happens, if you just try to install any other package on your Ubuntu system or upgrade it? E.g.

$sudo apt update
$sudo apt upgrade

Asked by Andromeda on 2023-07-27 05:47:14 UTC

I tried doing that and it did upgrade all the existing packages, however, I am still not able to install ros. I am using this command

sudo apt install ros-humble-desktop

Asked by Shivi on 2023-07-27 08:10:01 UTC

Maybe you missed this step?

Asked by Andromeda on 2023-07-28 08:53:47 UTC

Answers