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

If input is being offered at 100 Hz, but processing results in only 1/10th of the messages being processed in time, then the output of your component will be 10 Hz.

Which particular messages you'll miss in the output depends a bit on buffer settings (of your subscriber) and whether your algorithm is deterministic in time, but in general that is what would happen.