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

Revision history [back]

click to hide/show revision 1
initial version

When I had this error, i made shure that i had eigen3 installed with:

sudo apt-get install libeigen3-dev

When i still had problems and after loosing 2 hours searching for a solution online i went into CMakeLists.txt and changed every word "Eigen3" to "Eigen". After that it compiled normally.