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

[ros2] add support for YUV420 (yu12) pixel format #177

Merged
merged 3 commits into from
Oct 23, 2022

Conversation

benmaidel
Copy link
Contributor

@benmaidel benmaidel commented Nov 26, 2021

This is a ros2 port of the PR #125. I have not tested it so far.

@flynneva
Copy link
Collaborator

@benmaidel fixed a small merge conflict after your other PR (#178 ) was merged.

Unfortunately do not have any hw that supports this format but the changes look good to me and the changes do not affect any existing functionality

@flynneva
Copy link
Collaborator

@benmaidel this does add a new dependency on opencv which may be undesirable for some users who don't want to use it. would be great to make it optional, or only enable this format if opencv is available.

@flynneva
Copy link
Collaborator

flynneva commented Jan 8, 2022

cc @k-okada @rctoris - any objections to adding a cv_bridge dependency here for ros2? Any ideas how we could get around it?

@flynneva
Copy link
Collaborator

Since no one has objected to adding this dependency on cv_bridge I will go ahead and merge this in.

@flynneva
Copy link
Collaborator

I am holding off on merging this until someone can test it. Dont want to add these extra dependencies if it doesnt end up working out.

@flynneva flynneva merged commit 6e0e9a3 into ros-drivers:ros2 Oct 23, 2022
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