PengYu-Team / DCL-SLAM

A ROS package of DCL-SLAM: Distributed Collaborative LiDAR SLAM Framework for a Robotic Swarm.
Apache License 2.0
195 stars 20 forks source link

multi LIO map merge #28

Closed wolf943134497 closed 1 month ago

wolf943134497 commented 6 months ago

hi @zhongshp Thanks for your great works!

DCL_SLAM is a great project for multi robot/session slam, and it include multi modules.

I want use DCL_SLAM for multi lidar mapping, and I have multi session data at different site and time(i.e., point cloud scans, point cloud scans pose, point cloud scans loop closure descriptors and global map of the session for each session ) , I want to merge multi session lio global map to one global map by using DCL_SLAM. can you give me some advice? Thanks a lot!