Fork me on GitHub

autolab-fasr by rtv

Autolab experiment: Fast and Frugal Sustain and Resupply, robot controllers and worldfiles

License

GPL v2

Authors

Jens Wawerla
Richard Vaughan (vaughan@sfu.ca)

The project is being developed at the Autonomy Lab.

Contact

Richard Vaughan (vaughan@sfu.ca)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/rtv/autolab-fasr

Installation

Preliminaries

Before you start building and installing this project, make sure you have the following packages are installed and configured:

Building and installing

If you downloaded the project in zip or tar formats, unpack the archives. Change into the project directory and execute following commands:

$ ./build_dependencies.sh
$ source ./setpath.sh  
$ cmake .
$ make  

Testing your installation

From the project directory run
$ stage ./world/fasr.world
You should see a Stage simulator window with robots moving around.