can i install ros melodic in ubuntu 22.04 lts?
i got issues while installing ros melodic in ubuntu 22.04 lts.
i found following errors while installation.
E: The repository 'http://packages.ros.org/ros/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Asked by M.Ahmad on 2022-09-23 12:14:17 UTC
Answers
can i install ros melodic in ubuntu 22.04 lts
No. ROS Melodic is not (natively) supported on 22.04
.
Refer to REP-3: Target Platforms: Melodic Morenia (May 2018 - May 2023), specifically the sections about supported operating systems.
Having written that: you could try building from source, but there's a good chance it won't work, as many of the dependencies would have changed versions between 18.04
and 22.04
.
Perhaps if you could clarify why you'd need to run Melodic, we could provide you with a better answer.
Asked by gvdhoorn on 2022-09-25 04:55:33 UTC
Comments
Refer to #q399664 for a similar question, but for Noetic on 22.04
.
Asked by gvdhoorn on 2022-09-25 04:56:35 UTC
Comments
Me and a Github user called programmeddeath1 found a similar error message: https://github.com/ros/ros/issues/307
It might not be related to your question per se, but definitely to the error message.
Asked by erikbros on 2022-09-26 05:20:15 UTC