8000 GitHub - yujinrobot/sophus: C++ implementation of Lie Groups using Eigen.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yujinrobot/sophus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sophus (version 0.9a)

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