rtabmap icon indicating copy to clipboard operation
rtabmap copied to clipboard

how to merge multiple times SLAM db file with rgbd camera, 3d lidar and odometry ?

Open qetuo105487900 opened this issue 1 year ago • 4 comments

"Is it possible to merge multiple times SLAM db file with rgbd camera, 3d lidar and odometry ?

i see https://github.com/introlab/rtabmap/tree/master/archive/2022-IlluminationInvariant can merge multiple times map together, but it only for camera.

But i SLAM with rgbd camera, 3d lidar and odometry , so how to modify the parameter in .sh file that provide from https://github.com/introlab/rtabmap/tree/master/archive/2022-IlluminationInvariant/scripts/reprocess_maps_all.sh https://github.com/introlab/rtabmap/tree/master/archive/2022-IlluminationInvariant/scripts/reprocess_maps.sh https://github.com/introlab/rtabmap/tree/master/archive/2022-IlluminationInvariant/scripts/run_merge.sh and other relative file

qetuo105487900 avatar Mar 15 '24 17:03 qetuo105487900

You can do:

rtabmap-reprocess "map1.db;map2.db" combined_maps.db 

matlabbe avatar Mar 17 '24 00:03 matlabbe

@matlabbe , thanks!!!!!!!!!!

qetuo105487900 avatar Mar 17 '24 13:03 qetuo105487900

@matlabbe , sorry. Should I need to start at the same start point ?

qetuo105487900 avatar Apr 22 '24 06:04 qetuo105487900

No, you don't need to, but the robot should traverse at some point same locations than in previous session, ideally with same point of view so that a loop closure can be detected. It is then easier to just start from the same position.

matlabbe avatar Apr 28 '24 18:04 matlabbe

ok, i see. thank you so much

qetuo105487900 avatar May 07 '24 13:05 qetuo105487900