ethz-asl / segmap

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

Seperate robot and master thread #160

Open yangtfu opened 4 years ago

yangtfu commented 4 years ago

As An Online Multi-Robot SLAM System for 3D LiDARs said that:

One thread per robot is used for computing the sequential factors and the local maps whereas the place recognition, pose-graph optimization and target map management functionalities are all running on a separate thread.

But the source code seems not like this, how can i separate the front-end part and run it in multiple robots?

I submitted the same issue in laser_slam, does anyone have a solution for this?