siyandong / NeuralCoMapping

[CVPR 2022] Multi-Robot Active Mapping via Neural Bipartite Graph Matching.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontier comutation and cluster

vincent341 opened this issue · comments

Hi. Thanks so much for sharing the code. Would you mind letting me know where the codes for computing frontiers and clustering them are? Appreciate it very much.

commented

Thanks for your attention.

Here we compute frontiers:

And we downsample them in https://github.com/siyandong/NeuralCoMapping/blob/9edd0cd9db7687752813c50fa88f4dcf44eed42a/utils/map_manager.py.

Thanks for your attention.

Here we compute frontiers:

And we downsample them in https://github.com/siyandong/NeuralCoMapping/blob/9edd0cd9db7687752813c50fa88f4dcf44eed42a/utils/map_manager.py.

Thanks very much for your quick reply.