AquaShoko

From Lofaro Lab Wiki
Revision as of 04:14, 5 December 2017 by Dlofaro (Talk | contribs)

Jump to: navigation, search

About

This tutorial shows you how to install and run AquaShoko in Gazebo via Ach and Ros

Install

Prerequisites

  • Ach: [1] (remember to install the python bindings)
  • ROS

System Install

Download the AquaShoko-Gazebo project

$ git clone https://github.com/thedancomplex/AquaShoko-Gazebo

Build the project using CMake

$ cd AquaShoko-Gazebo
$ mkdir build
$ cd build
$ cmake ../
$ make