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 Time synchronizer requires that the timestamps match exactly. In practice, most stereo camera drivers capture both images simultaneously in the driver, apply the same timestamp to both, and publish them on separate topics.

If you are running a separate driver for each camera, or trying to synchronize cameras with an IMU, the Approximate time synchronizer that @PeteBlackerThe3rd recommends is a more appropriate solution.