|
I recently made a map using a Kinect over several separate mapping sessions. After saving the map, I attempted to run it in localization mode but received this error upon starting from GTSAM
Thrown when a linear system is ill-posed. The most common cause for this
error is having underconstrained variables. Mathematically, the system is
underdetermined.
I came across a post from several years ago recommending TORO over GTSAM when this occurs. I tried TORO and the map loaded, but it didn't look very good. I loaded the database into databaseViewer and clicked the add more loop closures option, which added several thousand extra loop closures. The gridmap as viewed in databaseViewer looked much better with the additional loop closures. I would now like to save it and use it for localization with my robot. What is the proper way to save a database with added loop closures from databaseViewer? Using the default settings from 'export database', I get the error
The working memory is empty and the memory is not incremental (Mem/IncrementalMemory=False), no loop closure can be detected! Please set Mem/IncrementalMemory=true to increase the memory with new images or decrease the STM size (which is 1 including the new one added)
when attempting to load the updated database in localization mode.
If I close the databaseViewer and reload the updated database (with the extra loop closures) it says that there are 0 poses and 0 links in the map when it is loaded.
I'm currently using version 0.11.10. Any suggestions for getting the updated map running in localization mode would be great! Thanks.
|