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

image_transport::CameraPublisher does not support cv::Mat Type adapter #266

Open
Yadunund opened this issue Jan 17, 2023 · 0 comments
Open

Comments

@Yadunund
Copy link
Collaborator

PR ros-perception/vision_opencv#441 introduced a type adapter between cv::Mat and Image msg.

It would be great if the image_transport::CameraPublisher also supported publishing with this type adapter. I'm happy to work on this feature if no one else is already working on it.

I can add an overloaded function here to publish a unique_ptr of the adapter. Subsequently also change the publisher in the Impl class to a type adapted one.

This would enable users to setup ImagePublishers that supports type adaptation internally.

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

No branches or pull requests

1 participant