rpg_svo
rpg_svo copied to clipboard
Fix compatibility with Sophus
fix sophus se3.h include and rotation_matrix Eigen bug
Vikit would not compile with latest versions of Sophus. The header files changed from *.h to *.hpp rotation_matrix() is deprecated and produces Eigen matrix errors during compilation
Fix from https://github.com/uzh-rpg/rpg_vikit/issues/11
I'm experiencing the bugs which this pull request will fix. Can the owner please merge it?
Working, can be used with the last Sophus release.