How to efficiently debug localization ? #1293
Replies: 3 comments 1 reply
-
Using two databases like this is the way I debugged localization and got localization results for that paper. The trick is to enable the parameter Example:
This will initialize |
Beta Was this translation helpful? Give feedback.
-
I see that the rtabmap-reprocess runs in localization mode using the above command, and that's good. However, in the DB-viewer I do not see any trace of the localization. There are no more images seen than what the original mapping db held. What I would like to see, is the registration results between the localization.db vs the mapping.db and the node links (as seen in the "Graph View") between the localization graph and the mapping graph. Is any of this possible? |
Beta Was this translation helpful? Give feedback.
-
With the rtabmap-databaseviewer it is easy to review the results of mapping.
What is the recommended way to debug rtabmap for localization? Can I use the databaseviewer for that? What I think I would like to have is an option to load the databaseviewer with 2 rtabmap.db files; the original mapping db and a kind of db file that would be generated from running rtabmap in localization mode.
@matlabbe Is there an option for this? How do you recommend to debug localization mode? How can one generate a rtabmap.db file that holds the images of the localization mode only?
Beta Was this translation helpful? Give feedback.
All reactions