Skip to content

3.2 Install ROS

Giovanni Bruno edited this page Feb 13, 2018 · 2 revisions

On this version of ERWHI is used ROS Kinetic.
Just follow this guide: install ROS
Install the full desktop version.

Don't forget to create a workspace:
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin_make

source devel/setup.bash

Append in .bashrc:
source ~/catkin_ws/devel/setup.bash

previous
next

Clone this wiki locally