Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ecl_linear_algebra] Required Eigen STL support header does not exist #11

Closed
bit-pirate opened this issue Mar 26, 2013 · 2 comments
Closed

Comments

@bit-pirate
Copy link
Contributor

Error:

In file included from /usr/include/eigen3/Eigen/StdDeque:38:0,
                 from /opt/ros/groovy/include/ecl/linear_algebra/stddeque.hpp:27,
                 from /opt/ros/groovy/include/ecl/linear_algebra.hpp:47,
                 from /opt/ros/groovy/include/ecl/geometry/angle.hpp:21,
                 from /opt/yujin/ycs/catkin_ws/src/ycs_mechanisms/ycs_mechanism_model/src/nodelet/mechanism_model.cpp:19:
/usr/include/eigen3/Eigen/src/StlSupport/StdDeque.h:29:42: fatal error: Eigen/src/StlSupport/details.h: No such file or directory
compilation terminated.
@stonier
Copy link
Owner

stonier commented Mar 26, 2013

Are you sure you have BOTH these lines in the CMakeLists.txt?

find_package(catkin REQUIRED ecl_geometry)
include_directories(${catkin_INCLUDE_DIRS})

@stonier stonier closed this as completed Mar 26, 2013
@bit-pirate
Copy link
Contributor Author

This did the trick for me. Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants