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

Revision history [back]

Even though you have hardware triggering on for your cameras the message timestamps may not be exactly the same. You can bag some of your images and then use rqt_bag to see if the timestamps from your 2 images and 2 camera info messages are the same.

If they are not synced then you should add the following to your disparity node in your launch file:

<param name="approximate_sync" value="true"/>