ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

In order to use Eigen in a ROS package (on Indigo and newer), you will need to edit your package.xml and CMakeLists.txt. Basically you need to depend on the cmake_modules package, and then you can use standard find_package(Eigen REQUIRED) in your CMakeLists.txt. More about this can be read on the Indigo migration guide or the usage instructions for cmake_modules.