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

set OpenCV_INCLUDE_DIRS in include_dirs in catkin_package #2842

Closed
wants to merge 1 commit into from

Conversation

knorth55
Copy link
Member

OpenCV_INCLUDE_DIRS is not include in catkin_package, which causes build error, when we use include/geo/convex_polygon.h.
the true solution is to add OpenCV_INCLUDE_DIRS in `image_geometry, but I make this PR for temporary solution.

include/geo/convex_polygon.h -> include/geo/polygon.h -> include/sensor_model_utils.h -> image_geometry/pinhole_camera_model.h -> opencv/core/mat.hpp

@mqcmd196
Copy link
Member

Is it different from #2823 ?

@knorth55
Copy link
Member Author

@mqcmd196 thanks! the PR solved my issue, too.

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

Successfully merging this pull request may close these issues.

2 participants