Closed AlexisTM closed 6 years ago
Fix the build issue on Kinetic where catkin does not find the cmake_modules.
Actually, Eigen from cmake_modules is deprecated: One should use find_package(Eigen3) instead.
https://github.com/ros/cmake_modules/blob/f144ea47ebbae93165b4b269dd54386123211905/cmake/Modules/FindEigen.cmake#L62-L67
I've added a PR with find_package(Eigen3) here: #19
@mintar You're right ;)
Fix the build issue on Kinetic where catkin does not find the cmake_modules.