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

The issue of Remaining work items in queue #1613

Open
huangshuqing opened this issue Jul 17, 2019 · 7 comments
Open

The issue of Remaining work items in queue #1613

huangshuqing opened this issue Jul 17, 2019 · 7 comments

Comments

@huangshuqing
Copy link

huangshuqing commented Jul 17, 2019

Hello,
I use a VLP16 laser and a xsens imu. when I run cartographer 3D with pure Localization in a Given Map, I always meet the issue of remaining work items in queue,such as "Remaining work items in queue: 17893". The size of queue frequently reaches tens of thousands. From my personal point of view, If the parameters are tuned well, the value should be 0. However, How can I continue to tune the parameters, can you give me some advice?

@huangshuqing
Copy link
Author

@Yu-Xiaoxian
Copy link

This tips in cartographer_ros about low lantency of Global SLAM may helped.
Tuning methodology

@huangshuqing
Copy link
Author

thanks, I have solved it.

@Yu-Xiaoxian
Copy link

How did the problem get solved, would you like to share your experience?

@ghost
Copy link

ghost commented Sep 4, 2019

yeah, how did you solve it? I have a similar issue.
in general: What is a work item and what can help to increase its processing speed?

  • increase number of background threads?
  • ...? Running out of ideas (dont want to reduce other "quality" parameters inside the lua files)

@MichaelGrupp
Copy link
Contributor

Work items are for example constraint searches and optimization steps. Following the tuning guide can help - e.g. if you decrease the constraint builder sampling ratio there will be less constraint searches enqueued (which are a costly operation and usually shouldn't be done for every node, thus sampling).

@JaredLee1218
Copy link

@huangshuqing
Hi, would you like to share your result Please..T ^ T

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

No branches or pull requests

4 participants