stewart icon indicating copy to clipboard operation
stewart copied to clipboard

Eigen3 directory problem

Open antbono opened this issue 7 months ago • 0 comments

Hello everyone!

I tried to compile the code in ros kinetic and I had an issue with the eigen3 library that seems missing.

In the CMakeLists.txt, I changed

SET(Eigen3_INCLUDE_DIRS "/usr/local/include/eigen3") with SET(Eigen3_INCLUDE_DIRS "/usr/include/eigen3")

since eigen3 is provided by the ditribution.

Has anyone else done the samething?

Thanks

antbono avatar Nov 16 '23 17:11 antbono