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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: