cartographer-project / cartographer

Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
Apache License 2.0
7.04k stars 2.24k forks source link

Current state of Continuing, Life-Long and Dynamic SLAM features #1814

Closed imstevenpmwyca closed 3 years ago

imstevenpmwyca commented 3 years ago

Hello!

[This issue is a replica of this one, but maybe this repository is more active]

We have been using the 2D cartographer and cartographer_ros package for our mobile robot for the past few months. Right now we are interested in three main features: Continuing mapping (1st mapping session, save, load, continue 2nd mapping session, refine/remap zones), Life-Long Mapping and Localization (run slam permanently with bounded memory and cpu load) and robustness/adaptability to changing environments (specifically for low/semi-static/slow dynamics).

After reviewing the available documentation and reading the relevant repository's issues, this is my understanding/questions of the current state of these three features:

I am asking all of this because I'm planning to work/improve these features for the following months, so I would like to know their current status. Thank you very much for your time and consideration @wohe @MichaelGrupp