Login  Register

Dynamic mapping with RGBD SLAM

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Dynamic mapping with RGBD SLAM

Noctis
7 posts
Hi Matthieu,

I'd like to clarify if it is possible to deal with dynamic map changes after mapping is done? For example, after I built a 2D map, i add an object in the middle of a room and I want to update the map without actually heading down to the area to remap.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Dynamic mapping with RGBD SLAM

matlabbe
Administrator
4446 posts
This post was updated on Aug 19, 2021; 2:40pm.
We can edit the map with rtabmap-databaseViewer, see http://official-rtab-map-forum.206.s1.nabble.com/post-processing-manually-add-obstacles-to-map-tp6985p6993.html

If you want the robot to update the map, it should be restarted in SLAM mode. You can enable Rtabmap/StartNewMapOnLoopClosure to start updating the map only after the robot has been localized with the map already in the database. I would call this mode "Append Mode".

cheers,
Mathieu