ros-melodic.md

Gen 4 - Going to Ubuntu 18.04

  • We are planning to move students' and teachers' computers to Ubuntu 18.04

  • It has a nicer to use Desktop and is also the currently supported Ubuntu

  • It supports ROS Melodic (and ROS Melodic does not support the old Ubuntu)

Installation notes

Commands

Core install of Melodic

sudo apt-get update
sudo apt-get upgrade
wget https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/install_ros_melodic.sh && chmod 755 ./install_ros_melodic.sh && bash ./install_ros_melodic.sh

Further install of needed melodic packages

Further install of ROS Packages

Important: OPEN A NEW SHELL

Last updated

Was this helpful?