June 2018
Intermediate to advanced
484 pages
11h 36m
English
Now, we are ready to install the ROS packages on Ubuntu 18.04 LTS. The first step is to update the list of packages by using the following command:
$ sudo apt-get update
There are many different libraries and tools in ROS, however, we will provide four default configurations to get you started:
$ sudo apt-get install ros-melodic-desktop-full
$ sudo apt-get install ros-melodic-desktop
$ sudo apt-get install ros-melodic-ros-base
$ sudo apt-get install ros-melodic-PACKAGE