AquaShoko

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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