You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that either the "Eigen" or "fcl" library is not installed properly on your machine. Please make sure that you are following all steps in MANUAL_INSTALLATION, especially installing dependencies using rosdep tools: rosdep install --from-paths src --ignore-src -r -y
Other than that you can:
make sure that there is no instances of fcl, eigen in your /usr/local/ subfolders, since these libraries should be installed from source, not locally!
Thanks for you instructions, but none seem to work.
Instead I was able to run it by building the latest version of fcl (https://github.com/flexible-collision-library/fcl) library from source. It gave me the problem with the linking of -lnlopt as in the following line from CMakeLists.txt.
Can you share how did you manage to solve the "Eigen3" dependency error for "fcl"?
System Information:
I go the error as follows:
The text was updated successfully, but these errors were encountered: