my ubuntu is 22.04.2lts
when i download ros-neotic-full packages i met :Unable to correct problems, you have held broken packages.,there are many packages missing, so i run sudo apt install aptitude and sudo aptitude install ros-noetic-desktop-full to fix, but then it comes to thisenter image description hereand can not find the solution(i have adopted the second solution once but it didn’t work so i try again and become this) how can i solve it?
i run sudo apt install aptitude and sudo aptitude install ros-noetic-desktop-full to fix,and adopted the second solution but the picture i didn’t take
2
Answers
ROS Noetic is a ROS1 distro that specifically targets Ubuntu 20.04. If you’re set on using 22.04 you need to use ROS2 Humble. Otherwise you’ll need to downgrade to 20.04.
adding to the previous answer, consider using docker to avoid downgrading from your current ubuntu distro or using ROS2 if your not familiar with it.