rlober / tgl

A library for trajectory generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status (Linux/OSX) Chat
Build Status Join the chat at https://gitter.im/syroco/tgl

#TGL - Trajectory Generation Library

A set of badass trajectory generation tools.

##Build & Install ###Dependencies Required:

  • Eigen >3.0
  • Glog

Optional:

  • Doxygen

####Linux

sudo apt-get install libeigen3-dev libgoogle-glog-dev doxygen

####OSX blah ####Windows blah

###Compile & Install ####Linux

git clone https://github.com/syroco/tgl.git
cd tgl
mkdir build
cd build
ccmake ..

To change the installation directory use ccmake .. -DCMAKE_INSTALL_PREFIX=[path].

For developers enable the tests (ON by default):

COMPILE_TESTS                    ON

and to build the documentation (OFF by default):

GENERATE_DOCUMENTATION           ON

To compile and install:

sudo make install

####OSX blah ####Windows blah

About

A library for trajectory generation.

License:GNU General Public License v3.0


Languages

Language:C++ 86.4%Language:CMake 13.6%