We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#231 allows partial build without all the dependencies, but wave_utils is still needed by most modules and requires opencv.
wave_utils should not depend on opencv
cv::Mat
wave_test.hpp should not be in wave_utils
The text was updated successfully, but these errors were encountered:
Make wave_utils not depend on opencv (#237)
f6ae3fd
Part of #234 - Remove wave_utils dependency on OpenCV - Move the cv::Mat parser to wave_vision - (tacking on) request correct Ceres version
leokoppel
No branches or pull requests
#231 allows partial build without all the dependencies, but wave_utils is still needed by most modules and requires opencv.
Current behaviour
Expected behaviour
wave_utils should not depend on opencv
cv::Mat
, not useful on its ownwave_test.hpp should not be in wave_utils
The text was updated successfully, but these errors were encountered: