ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I think using a service for this might be an easy solution. The producer node would not publish, but queue images and provide a service consume_image that returns the next image or fails when empty.

Consumer nodes call this service whenever they are ready to process the next image.