NVIDIA-ISAAC-ROS / isaac_ros_dnn_stereo_depth

NVIDIA-accelerated, deep learned stereo disparity estimation
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
92 stars 10 forks source link

No Synchronization point found #16

Closed sandeepdutta closed 1 year ago

sandeepdutta commented 1 year ago

I have been trying to generate point clouds using this package. I am using images generated by a ZED Mini camera . I keep getting the warning message below. I have double checked the left & right images have exactly the same timestamp. Any suggestions or insight as to what this error message means ?

Sandeep

[component_container_mt-1] 2023-10-13 18:28:19.740 WARN synchronization/synchronization.cpp@123: No synchronization point found from the incoming message queues in this tick

jaiveersinghNV commented 1 year ago

Could you verify that the left and right camera info messages also have exactly the same timestamp? The ESSDisparityNode subscribes to 4 topics that must all be synchronized for correct operation.