v1
This commit is contained in:
19
thirdparty/Sophus/README
vendored
Normal file
19
thirdparty/Sophus/README
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
<<<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user