Error encountered when compiling the program of Aubo manipulator. Eigen cannot be found
/opt/ros/melodic/include/moveit/robot_model/joint_model.h:47:10: fatal error: Eigen/Geometry: No such file or directory
#include <Eigen/Geometry>
Reason:
the location of eigin library is/usr/include/eigin3/eigen. The system cannot find this location. We need to link it manually
Solution:
manually create a soft link to the upper level directory
sudo ln -sf /usr/include eigen3/Eigen /usr/include/Eigen
sudo ln -sf /usr/include/eigen3/unsupported /usr/include/unsupported
Read More:
- SLAMBook2 in ch3 code run fatal error: Eigen/Core: No such file or directory
- [Solved] error: #error “Please include Eigen/Geometry instead of including headers inside the src directory d
- VSCode Unable to find custom header file directory: fatal error: no such file or directory
- [Solved] 1.fatal error: NvInfer.h: No such file or directory
- [Solved] ROS fatal error: alsa/asoundlib. h: There is no such directory or file
- fatal error: libusb.h: No such file or directory [How to Solve]
- C++: fatal error: variant: No such file or directory
- [Solved] MSYS2+ fatal error: zlib.h: There is no such file or directory
- [Solved] fatal error C1083: Cannot open included files: “stdafx.h”: No such file or directory
- [Solved] fatal error: bits/libc-header-start.h: No such file or directory
- [Solved] utils.c:33:18: fatal error: zlib.h: No such file or directory
- [Solved] fatal error C1083: Could Not Open Unable to open include file:“stdint.h”: No such file or directory
- [Solved] src/delly.h:8:42: fatal error: boost/graph/adjacency_list.hpp: No such file or directory
- Centos pip install uwsgi error: “fatal error: Python.h: No such file or directory”
- [Solved] Opencv3. X fatal error: opencv2/nonfree/nonfree.hpp: there is no such file or directory
- [Solved] Linux R Pack Error: cram/cram_io.c:61:10: fatal error: lzma.h: No such file or directory
- error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory
- [619]libgtk-3.so.0 or libXt.so.6: cannot open shared object file: No such file or directory
- [Solved] VScode Run C++ File Error: fatal error:opencv2\core.hpp:No such file or diretory
- [Solved] ERROR: Could not open requirements file: [Errno 2] No such file or directory : ‘requirments.txt‘