Robotics StackExchange | Archived questions

Unable to download the ros-tutorials for melodic

Hello, Following the tutorials I tried to download the the ros tutorials for melodic with the following command:

sudo apt-get install ros-melodic-ros-tutorials

but I end up with the following result:

E: Unable to locate package ros-melodic-ros-tutorials

Are the melodic tutorials haven't been released yet? or I'm missing a package?

Thanks Regards

Asked by Ahmed512 on 2019-10-17 09:30:45 UTC

Comments

Can you install other Melodic packages?

What is the output of uname -mvpi and lsb_release -c?

Asked by gvdhoorn on 2019-10-18 04:43:18 UTC

got the same issue, installed, from tutorial, ros-comm on a RPI4 and ros-melodic-turtlesim cannot be found

Asked by phil123456 on 2020-02-09 10:42:57 UTC

Has anyone find the solution? I am new to ROS and i am trying to follow the tutorials but i am having the same issue. I am on raspberry 4 debian and ros melodic.

Asked by ETS_PFE_A2020 on 2020-09-11 14:32:33 UTC

i am new to ROS. I am using ros melodic with raspberry pi 4. I am facing the same problem. if someone has a solution, please post it here.

Asked by AncientLord on 2020-09-28 03:45:12 UTC

Answers

The package is available:

Package: ros-melodic-ros-tutorials
Version: 0.9.1-0bionic.20190601.013033
Priority: extra
Section: misc
Maintainer: Dirk Thomas <dthomas@osrfoundation.org>
Installed-Size: 13.3 kB
Depends: ros-melodic-roscpp-tutorials, ros-melodic-rospy-tutorials, ros-melodic-turtlesim
Homepage: http://www.ros.org/wiki/ros_tutorials
Download-Size: 2,288 B
APT-Manual-Installed: yes
APT-Sources: http://packages.ros.org/ros/ubuntu bionic/main amd64 Packages
Description: ros_tutorials contains packages that demonstrate various features of ROS, as well as support packages which help demonstrate those features.

Asked by Tal Ma on 2019-10-17 11:26:03 UTC

Comments