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

Which algorithm does cartographer use to find pose in pure localization? #1621

Open
yuzy2019 opened this issue Aug 8, 2019 · 1 comment
Open

Comments

@yuzy2019
Copy link

yuzy2019 commented Aug 8, 2019

In demo pure localization, I see cartographer search the whole map to find the optimal initial pose. I am wondering which algorithms are used in this part.

Is branch-and-bound used just like loop-closure? I think this algorithms is used to accelerate correlative scan matching by minimizing the search window. But in pure localization, how can cartographer find the estimate to initialize the search window?

@shamengjun
Copy link

in pure localization, firstly start to build one new trajectory, use this new trajectory data to scan match with originally loaded .pbstream that contain trajectory_id 0 's slam state, and the new trajectory keeps 3 submaps at least, I think it use the 3 submaps scan match all submaps in trajectory_id 0, so the process is a liitle slow in my case at least, I also think some methods to fast this process.

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

2 participants