Skip to content

ANYbotics/curves

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curves

A library for curves generation and estimation.

The source code is released under a BSD 3-Clause license.

Authors: Renaud Dubé, Abel Gawel, Péter Fankhauser, Dario Bellicoso, Christian Gehring, Mike Bosse, Paul Furgale, Gabriel Agamennoni

Maintainer: Péter Fankhauser, [email protected]

Installation

Installation from Packages

TODO

Building from Source

Dependencies

  • Eigen (linear algebra library)
  • Kindr (kinematics library)

Building

To build from source, clone the latest version from this repository into your catkin workspace and compile the package using

cd catkin_workspace/src
git clone https://github.com/anybotics/curves.git
cd ../
catkin_make

Unit Tests

Run the unit tests with

catkin_make run_tests_curves run_tests_curves

Bugs & Feature Requests

Please report bugs and request features using the Issue Tracker.

About

A library of curves for estimation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.8%
  • CMake 3.2%