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

Fixes to support Ubuntu 20.04 LTS and OpenCV 4 #85

Merged
merged 4 commits into from
Oct 21, 2020

Conversation

schornakj
Copy link
Contributor

  • OpenCV 4 is the standard OpenCV version distributed by Canonical for Ubuntu 20.04 LTS (aka Focal). One important change is that OpenCV 4 removes the old C API, so we need to fix some places where we use now-deleted headers, enums, and types.
  • This also adds a CI pipeline that builds and tests this repo using ROS Noetic.
  • There was a missing dependency on the std_srvs ROS package, so I added that as well.

@marip8 marip8 merged commit 8b09c14 into Jmeyer1292:master Oct 21, 2020
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