Skip to content
forked from yujinrobot/sophus

C++ implementation of Lie Groups using Eigen.

Notifications You must be signed in to change notification settings

BADAL244/sophus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sophus - CRTP branch

C++ implementation of Lie Groups using Eigen.

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


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++ 97.9%
  • CMake 2.1%