Skip to content
New issue

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

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

Open
keszegrobert opened this issue Apr 5, 2021 · 0 comments

Comments

@keszegrobert
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant