ethz-asl / segmap

A map representation based on 3D segments
BSD 3-Clause "New" or "Revised" License
1.05k stars 394 forks source link

Submap building #149

Open goldenminerlmg opened 5 years ago

goldenminerlmg commented 5 years ago

Dear author: I want know how the submap build? Can you give a detail description on the code corresponding to the submap building? I noticed that in your paper, the submap building is realized by libpointmatcher. The submap size is controlled by the number of previous scans m and the minimum travelled distance between consecutive scans dmin. I haven't found any segment code about this, Can you give me a clue?

Thank you very much!