-
Notifications
You must be signed in to change notification settings - Fork 7
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
Review included headers and dependencies #87
Comments
Note: check if #79 could be closed before this one (avoid duplicating efforts). |
Commit 6db02e3 temporarily enables compliance with OpenCV 4.0+ with regard to still-in-use old C API structures and macros, which we'll need to eventually migrate at some point. Thus, our code is expected to compile with OpenCV 2.x (untested), 3.x (full CI coverage) and 4.x (apparently fine on my local machine). Edit: see follow-up at be8bfac (tested on TEO's head PC, which has OpenCV 2.4.9). |
Done at 1005c75. Notes:
|
As a follow-up to #82 (and keeping roboticslab-uc3m/developer-manual#19 in mind), I'd like to review all included headers. Ideally, this would lead to an improved granularity concerning required dependencies and dependency modules, especially the OpenCV's ones (see also roboticslab-uc3m/questions-and-answers#54). As a result,
find_package()
calls and the installation guide should reflect the minimum supported versions for all dependencies.The text was updated successfully, but these errors were encountered: