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] Support for CompressedImage #795

Open
vcozzolino opened this issue Nov 15, 2024 · 2 comments
Open

[ROS2] Support for CompressedImage #795

vcozzolino opened this issue Nov 15, 2024 · 2 comments
Labels
needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@vcozzolino
Copy link

I noticed that the ROS2 Camera has a fixed message type of kind Image, an uncompressed format. Is there any planned support for CompressedImage?

Sending uncompressed images over the wire is very taxing on the channel bandwidth and is generally discouraged in networked systems.

@vcozzolino vcozzolino added needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 15, 2024
@adamdbrw
Copy link
Contributor

adamdbrw commented Nov 15, 2024

It is not planned but a relatively easy feature to add:

  • Add a configuration option (bool)
  • create publisher type based on the option
  • before publishing, compress if the flag is on

Is this something you would consider contributing?

@vcozzolino
Copy link
Author

Thanks for the reply. This is a relatively low-priority feature for us at the moment. If we go ahead and implement it, I will open a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants