[ROS2] Support for CompressedImage #795
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/simulation
Categorizes an issue or PR as relevant to SIG Simulation
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.
The text was updated successfully, but these errors were encountered: