SmartRoboticSystems / aruco_mapping

Positioning system based on ArUco markers
MIT License
85 stars 49 forks source link

aruco/arucofidmarkers.h: No such file or directory #17

Open ThinkPig826 opened 3 years ago

ThinkPig826 commented 3 years ago

When running aruco_mapping, the following error occurred “/home/yjh/houduan/kalibr/aruco_mapping/src/aruco_mapping/include/aruco_mapping.h:51:35: fatal error: aruco/arucofidmarkers.h: No such file or directory ”. aruco version: 3.1.12 The oldest version of aruco will bring other errors ,aruco_mapping Can aruco_mapping support aruco version above ≥3.1.0 ?

LOKAKSHAI commented 2 years ago

I'm getting this error model_ws/src/aruco_mapping/include/aruco_mapping.h:51:10: fatal error: aruco/arucofidmarkers.h: No such file or directory

include <aruco/arucofidmarkers.h>

      ^~~~~~~~~~~~~~~~~~~~~~~~~

compilation terminated. aruco_mapping/CMakeFiles/aruco_mapping.dir/build.make:62: recipe for target 'aruco_mapping/CMakeFiles/aruco_mapping.dir/src/main.cpp.o' failed make[2]: [aruco_mapping/CMakeFiles/aruco_mapping.dir/src/main.cpp.o] Error 1 make[2]: Waiting for unfinished jobs....