1

I am trying to install ROS Melodic on Ubuntu 19.04 and having done all the appropriate preparation I am using the command:

sudo apt install ros-melodic-desktop-full

and I get the following error:

Unable to locate package ros-melodic-desktop-full

Any thoughts about what I should do?

Teo Protoulis
  • 305
  • 1
  • 5
  • 16

1 Answers1

1

Melodic is not supported on 19.04. Target platforms are listed at: https://www.ros.org/reps/rep-0003.html

You can see the planned release schedule here: http://wiki.ros.org/Distributions#Release_Schedule

With the next release, noetic, planning going on here: https://github.com/ros-infrastructure/rep/pull/202/files

Related: https://answers.ros.org/question/322377/unable-to-install-ros-melodic-on-ubuntu-1904/

Tully
  • 1,931
  • 1
  • 15
  • 11