You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a software engineer in Transcend Robotics.
I am trying to use ZED as our vision camera to do SLAM.
When I use algorithm like rtabmap_ros, zed_wapper_node keep sending warning of wait for new images.
With rivz showing the image, it also have this warning.
Is this happening because of computation power? or maybe the image pointer published being occupied by other program or something like that?
Thanks.
Di Zeng
The text was updated successfully, but these errors were encountered:
willdzeng
changed the title
[ WARN] [1466283648.235687635]: Wait for a new image to proceed
[ WARN]: Wait for a new image to proceed
Jun 18, 2016
You can safely ignore this.
This warning appears when the processing is faster than the framerate of the camera. It means that the SDK still doesn't have a new image to work with, so it waits for a few ms.
It is not a problem and this should be more a ROS_DEBUG than a warning. In a next update, it will probably be removed since it isn't so useful.
Hi,
I am a software engineer in Transcend Robotics.
I am trying to use ZED as our vision camera to do SLAM.
When I use algorithm like rtabmap_ros, zed_wapper_node keep sending warning of wait for new images.
With rivz showing the image, it also have this warning.
Is this happening because of computation power? or maybe the image pointer published being occupied by other program or something like that?
Thanks.
Di Zeng
The text was updated successfully, but these errors were encountered: