-
Notifications
You must be signed in to change notification settings - Fork 60
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
LifeLong Mapping #38
Comments
In the past, I was toying with keeping the mapping always on. @eupedrosa may have a different opinion, but I think that lifelong mapping mkes more sense in a SLAM implementation that uses graph slam under the hood. |
I think that for "lifelong mapping" you need some mechanism where areas of the map can be "forgotten" so it can change over time. LaMa SLAM assumes that the environment is static with some "sprinkles" of dynamic objects, e.g. a person walking by. If the environment quickly changes its geometry, it may work. But I would not bet on it. And just like @facontidavide said, there is always the possibility to have a corruped map. If that happens, it may never recover. Graph SLAM may (indeed) be the best approach. But LaMa does not uses graphs (maybe in the future ????). |
@facontidavide @eupedrosa Thanks for your answers! From the answers, I understand that it is better for me to build a new map or work with graphs. I'm really happy with LAMA's performance so I do not want to move to another approach :) |
Hi,
If I built a map and I work with localization mode.
The area has changed and I am interested in updating the map while driving.
Is there such a possibility?
The text was updated successfully, but these errors were encountered: