We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
SET(Eigen3_INCLUDE_DIRS "/usr/local/include/eigen3")
SET(Eigen3_INCLUDE_DIRS "/usr/include/eigen3")
since eigen3 is provided by the ditribution.
Has anyone else done the samething?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: