## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
-find_package(Eigen REQUIRED)
+find_package(Eigen3 REQUIRED)
## Uncomment this if the package has a setup.py. This macro ensures
## modules and global scripts declared therein get installed
include_directories(
include
${catkin_INCLUDE_DIRS}
- ${Eigen_INCLUDE_DIRS}
+ ${Eigen3_INCLUDE_DIRS}
)
## Declare a C++ library
<!-- Use test_depend for packages you need only for testing: -->
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>catkin</buildtool_depend>
- <build_depend>Eigen</build_depend>
+ <build_depend>Eigen3</build_depend>
<build_depend>bullet</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>trajetory_msgs</build_depend>
<build_depend>orocos_kdl</build_depend>
<build_depend>kdl_parser</build_depend>
- <run_depend>Eigen</run_depend>
+ <run_depend>Eigen3</run_depend>
<run_depend>bullet</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>roscpp</run_depend>