Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Description of basic cpp libraries

Péter Fankhauser edited this page Apr 2, 2014 · 5 revisions

Tools

Schweizer-Messer

github.com/furgalep/Schweizer-Messer

  • Kinematics (deprecated)
  • Serialization
  • Python / C++ interfaces
  • MATLAB / C++ interfaces
  • Timing library
  • Database interfaces

Kindr

https://github.com/ethz-asl/kindr

gTest

code.google.com/p/googletest/

  • Write testable code (small methods with simple input/output)

Eigen

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

http://eigen.tuxfamily.org