Skip to content

PierrickKoch/gladys

Repository files navigation

GLADYS

The Graph Library for Autonomous and DYnamic Systems

[Build Status] (https://travis-ci.org/pierriko/gladys) [DOI] (http://dx.doi.org/10.5281/zenodo.51721)

Provide an API for high level robotic planners from Georeferenced data.

+------+    +--------+    +--------------+
|      |    |        |    |              |
| GDAL |--->| gladys |--->| Boost::Graph |
|      |    |        |    |              |
+------+    +--------+    +--------------+

INSTALL

First, install gdalwrap, then

git clone http://trac.laas.fr/git/gladys && cd gladys
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/devel ..
make -j8 && make test && make install
# for verbose test:
./test/test_gladys --log_level=test_suite

cf. .travis.yml

CONTRIBUTE

Code is available on GitHub at https://github.com/pierriko/gladys

Feel free to fork, pull request or submit issues to improve the project!

STYLE

Please configure your editor to insert 4 spaces instead of TABs, maximum line length to 79, lower_case_with_underscores instead of CamelCase. Most of the rules are taken from Python PEP8

Other ideas can be found in Google Guides: Python, C++.

LICENSE

BSD 2-Clause

Copyright © 2013-2015 CNRS-LAAS