Skip to content
/ Sophus Public
forked from strasdat/Sophus

C++ implementation of Lie Groups using Eigen.

Notifications You must be signed in to change notification settings

duerrp/Sophus

 
 

Repository files navigation

linux, os x: Build Status windows: Build status

Sophus

C++ implementation of Lie Groups using Eigen.

Thanks to Steven Lovegrove, Sophus is now fully templated - using the Curiously Recurring Template Pattern (CRTP).

(In order to go back to the non-templated/double-only version "git checkout a621ff".)

Installation guide:

cd Sophus
mkdir build
cd build
cmake ..
make

About

C++ implementation of Lie Groups using Eigen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • CMake 4.2%