Large-Scale Multirobot Coverage Path Planning on Grids With Path Deconfliction
Jingtao Tang, Zining Mao, Hang Ma

TL;DR
This paper introduces a novel framework for multi-robot coverage path planning on grids with obstacles, combining new algorithms and post-processing techniques to improve efficiency, solution quality, and real-world applicability.
Contribution
It presents the ESTC paradigm for direct grid coverage, the LS-MCPP algorithm with local search, and a unique integration of MAPF techniques for conflict resolution.
Findings
Significantly improves coverage path quality and efficiency.
Successfully manages up to 100 robots on large grids.
Validated feasibility with real robots.
Abstract
We study Multi-Robot Coverage Path Planning (MCPP) on a 4-neighbor 2D grid G, which aims to compute paths for multiple robots to cover all cells of G. Traditional approaches are limited as they first compute coverage trees on a quadrant coarsened grid H and then employ the Spanning Tree Coverage (STC) paradigm to generate paths on G, making them inapplicable to grids with partially obstructed 2x2 blocks. To address this limitation, we reformulate the problem directly on G, revolutionizing grid-based MCPP solving and establishing new NP-hardness results. We introduce Extended-STC (ESTC), a novel paradigm that extends STC to ensure complete coverage with bounded suboptimality, even when H includes partially obstructed blocks. Furthermore, we present LS-MCPP, a new algorithmic framework that integrates ESTC with three novel types of neighborhood operators within a local search strategy to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Power Line Inspection Robots · Mobile Ad Hoc Networks
