Login  Register

Switching from incremental to fixed dictionary during mapping

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

Switching from incremental to fixed dictionary during mapping

dnozik
20 posts
This post was updated on Jan 24, 2024; 2:41pm.
Hi ,
Is that possible to start mapping with _incrementalDictionary=true and at some point during mapping make  switch to _incrementalDictionary=false ? If yes please advise how to do it .
Maybe there is other way to limit dictionary size ?
Thanks.
Dima
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Switching from incremental to fixed dictionary during mapping

matlabbe
Administrator
4446 posts

This is the way I would do to create a fixed dictionary. Create a new mapping session, roaming around with incremental dictionary. Close the session. Create another mapping session with incremental set to false and set the dictionary path to previous created database.

See also https://github.com/introlab/rtabmap/issues/942#issuecomment-1345657263