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

The question is not really related to the problem, but here's my answer to your actual problem with Eigen specifically. It's an issue with Ubuntu 14.04's installation of Eigen3 which I guess must have changed since the Moveit code was written. You can fix this by creating a symlink from /usr/include/eigen3/Eigen to /usr/local/include/Eigen and CMake should be able to find the libraries. Of course, double-check that those libraries really do exist in that path.