aruco_detector_ocv icon indicating copy to clipboard operation
aruco_detector_ocv copied to clipboard

catkin_make does not build the project because ArucoInfo.h is missing

Open keszegrobert opened this issue 3 years ago • 0 comments

If I do catkin_make clean and build my project from scratch with catkin_make, the compiler cannot find ArucoInfo.h, so I did a little workaround: I commented out the parts in the aruco_detector_ocv.cpp which use the ArucoInfo message. Rebuilt everything with catkin_make, then uncommented the ArucoInfo parts and ran catkin_make again. I saw that alfons_msgs are mentioned in the package.xml and in the CMakeLists.txt as dependencies, and should be there before building aruco_detector_ocv, but this is not the case.

keszegrobert avatar Apr 05 '21 10:04 keszegrobert