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 ExactTime synchronizer requires that the message timestamps match exactly; there is no epsilon. This is possible because ROS timestamps are fixed-precision, not floating point.

If the exact and approximate and exact synchronizer policies don't work for your application, it should be possible to implement your own synchronization policy by inheriting from the message_filters::PolicyBase class template.