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

The issue I was having here was that I was implementing a complicated image processing pipeline (using opencv, I was filtering the image, drawing boundaries, etc.) and that was slowing things down. It was not the publishing rate.

The solution is to save those images in a separate directory and then process them afterwards, or use a separate thread for image processing.