ros-drivers / flir_camera_driver

153 stars 145 forks source link

added synchronized driver #146

Closed berndpfrommer closed 5 months ago

berndpfrommer commented 5 months ago

This PR addresses issue #145 The synchronized driver does not have synchronized exposure control implemented yet, which will be implemented later. It does however synchronize the time stamps between the camera drivers such that frames that where triggered by the same sync pulse will have identical ROS message header stamps. This is important for multi-view vision and stereo cameras for visual SLAM.