-
Notifications
You must be signed in to change notification settings - Fork 179
Description
Hello,
I'm trying to compile the mavros_controllers and get compilation error:
Errors << geometric_controller:check /home/evgeny/catkin_ws/logs/geometric_controller/build.check.017.log
CMake Error at /home/evgeny/catkin_ws/devel/share/catkin_simple/cmake/catkin_simple-extras.cmake:38 (find_package):
By not providing "Findeigen_catkin.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"eigen_catkin", but CMake did not find one.
Could not find a package configuration file provided by "eigen_catkin" with
any of the following names:
eigen_catkinConfig.cmake
eigen_catkin-config.cmake
Add the installation prefix of "eigen_catkin" to CMAKE_PREFIX_PATH or set
"eigen_catkin_DIR" to a directory containing one of the above files. If
"eigen_catkin" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:7 (catkin_simple)
make: *** [cmake_check_build_system] Error 1
What you think is a problem ?
Best regards
Evgeny