Files
ar_dso/thirdparty/Sophus/README
Ivan e4c8529305 v1
2022-06-28 10:36:24 +03:00

20 lines
350 B
Plaintext

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
<<<