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

CompressedImage or ImageTransport #161

Open
YairMobile19 opened this issue Nov 22, 2024 · 4 comments
Open

CompressedImage or ImageTransport #161

YairMobile19 opened this issue Nov 22, 2024 · 4 comments

Comments

@YairMobile19
Copy link

Is it possible to export the image data as CompressedImage? Or to use the ImageTransport plugin?
Thanks

@yuokamoto
Copy link
Contributor

@YairMobile19
Copy link
Author

Thank you !

@YairMobile19
Copy link
Author

Hey,
After checking the above class I still can't get a CompressedImage to be published.
I've changed the MsgClass of the camera to 'ROS2CompImgMsg', and fixed the publisher.
The topic is being published now as a CompressedImage, however it is completely empty ( no header, no frame etc... ).
Do you know if the functionality of compressed image is implemented?
Do you have a usage example for it? Perhaps a blueprint scheme?
Thank you so much!

@yuokamoto
Copy link
Contributor

Hi,

The msg is supported but convertion of image to compressed image is not implemented.

We need to implement image compression part like
https://github.com/rapyuta-robotics/RapyutaSimulationPlugins/blob/devel/Source/RapyutaSimulationPlugins/Private/Sensors/RRROS2CameraComponent.cpp

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

2 participants