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

include cv_bridge.hpp instead of cv_bridge.h #80

Merged
merged 1 commit into from Nov 7, 2023

Conversation

lucasw
Copy link
Contributor

@lucasw lucasw commented Oct 24, 2023

cv_bridge.h was removed recently ros-perception/vision_opencv@f2fa8b5

@lucasw lucasw requested a review from wjwwood as a code owner October 24, 2023 14:03
@lucasw lucasw changed the base branch from master to rolling-devel October 24, 2023 14:03
Copy link

@clalancette clalancette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit tricky since this same branch is used for Rolling, Iron, and Humble. In Rolling, only cv_bridge.hpp exists. In Iron, both cv_bridge.h and cv_bridge.hpp exist. In Humble, only cv_bridge.h exists.

So I think what we need to do here is to make a branch specifically for Humble, and then apply this to rolling-devel. I'll go ahead and do that.

@clalancette clalancette merged commit da64a24 into ros-visualization:rolling-devel Nov 7, 2023
3 of 5 checks passed
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.

None yet

2 participants