-
Couldn't load subscription status.
- Fork 221
Description
I started playing with the examples, and it looks like the ros endpoints for camera images only support the raw format. I was previously publishing images with python and could see a huge performance improvement for remote subscribers using compressed images.
It looks like the recommended way to do this is to use image_transport (see http://wiki.ros.org/image_transport). That adds support for multiple publish endpoints, compressed, Theora, etc.
Do you support / have any plans to support this? It looks like it might require BridgePublisher specializations for sensor_msgs::Image. I might try to code it up in a fork if you are interested.