Difference between revisions of "AquaShoko"

From Lofaro Lab Wiki
Jump to: navigation, search
(Created page with "=About= This tutorial shows you how to install and run AquaShoko in Gazebo via Ach and Ros =Install= ==Prerequisites== * Ach: [https://github.com/golems/ach] (remember to in...")
 
(System Install)
Line 15: Line 15:
  
 
Build the project using CMake
 
Build the project using CMake
 +
 
<code>
 
<code>
 
$ cd AquaShoko-Gazebo
 
$ cd AquaShoko-Gazebo

Revision as of 04:13, 5 December 2017

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