ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to install tutorial on ROS Melodic Morenia?

asked 2018-09-14 21:17:22 -0500

cedric gravatar image

updated 2018-09-15 02:08:34 -0500

gvdhoorn gravatar image

When I followed the tutorial of Understanding ROS Nodes

In the Prerequisites,I tried to install the tutorial with the command

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

but I only got :

bash: melodic: No such file or directory

I tried to replace melodic with all the other command possible like indigo, jade, kinetic.Non of them work. I have tried apt-get update too but it didn't work either :(

The ubuntu version I used is 18.04 LTS

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2018-09-14 21:46:06 -0500

ahendrix gravatar image

updated 2018-09-15 15:49:38 -0500

The directions for that step are:

$ sudo apt-get install ros-<distro>-ros-tutorials

Replace '<distro>' with the name of your ROS distribution (e.g. indigo, jade, kinetic)

Note that <distro> includes the angle brackets, so the final command should be:

sudo apt-get install ros-melodic-ros-tutorials
edit flag offensive delete link more
1

answered 2019-12-03 13:07:48 -0500

Try this:

   sudo apt-get update
   sudo apt-get dist-upgrade
   sudo apt-get install ros-melodic-ros-tutorials
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-09-14 21:17:22 -0500

Seen: 1,912 times

Last updated: Sep 15 '18