catkin_make eigen indigo
Hi guys!
I have a project in which I've been working on groovy
and hydro
. I want to compile the same thing on indigo
because I had to install ubuntu 14.04 on my computer and I need to use that project. I'm having a problem right now when I'm trying to compile. The error comes from the FIND_PACKAGE(Eigen REQUIRED)
command.
CMake Error at project/CMakeLists.txt:24 (FIND_PACKAGE):
By not providing "FindEigen.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Eigen", but
CMake did not find one.
I got the idea from http://wiki.ros.org/cmake_modules that it should be the same thing in hydro than in indigo for the eigen module (so I shouldn't have any problems). So I don't know what to do. I'm getting that problem and I know that I have the cmake file needed on /opt/ros/indigo/share/cmake_modules/cmake/Modules/FindEigen.cmake
.
Just last thing, I have libeigen3-dev
installed from the ubuntu repositories, so I'm sure that I shouldn't have any problem because of that.
According to https://github.com/ros/cmake_modules/... I should not have any problem with `FIND_PACKAGE(Eigen REQUIRED)``