C++ library implementing Lie Groups and algebras using Eigen
C++ implementation of Lie Groups using Eigen
sophus$ #include <sophus/se3.hpp>
Sophus::SE3d T_w_c = Sophus::SE3d();$ g++ -I/usr/local/include my_program.cpp -o my_program$ find_package(Sophus REQUIRED)
target_link_libraries(myapp Sophus::Sophus)