How to Tune RTAB-Map for Multi-UAV Loop Closure Reliability? #1568
Replies: 1 comment 1 reply
-
What you are describing is similar to https://github.com/MISTLab/DOOR-SLAM or more recently https://github.com/MISTLab/Swarm-SLAM I am not sure how do you do the merging process, but if you would use If you can share the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are developing a multi-UAV mapping system where each drone builds its own SLAM map in real time, with occasional spatial overlap between flight paths. Our objective is to merge these maps into a single global RTAB-Map database, reprocess it, and recover accurate inter-session transforms while still detecting valid loop closures.
A central server collects simultaneous data streams from multiple drones, then merges them into the global database.
After merging, we reprocess the database to detect new loop closures and optimize the map.
Disabling all covariance validations (set to 0) allows inter-session loop closure detections but also introduces false positives.
Lowering covariance tolerances prevents to detect inter-session closures unless the sessions come from the exact same acquisition.
During reprocessing, which parameter settings can balance inter-session loop closure recall with robustness against false positives?
Beta Was this translation helpful? Give feedback.
All reactions