Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ WARN]: Wait for a new image to proceed #38

Closed
willdzeng opened this issue Jun 18, 2016 · 2 comments
Closed

[ WARN]: Wait for a new image to proceed #38

willdzeng opened this issue Jun 18, 2016 · 2 comments

Comments

@willdzeng
Copy link

willdzeng commented Jun 18, 2016

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

@willdzeng 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
@adujardin
Copy link
Member

adujardin commented Jun 20, 2016

Hi,

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.

@willdzeng
Copy link
Author

Cool, Yeah, it doesn't affect other programs to run also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants