Large-Scale Multi-Robot Coverage Path Planning via Local Search
Jingtao Tang, Hang Ma

TL;DR
This paper introduces LS-MCPP, a local search-based algorithm for multi-robot coverage path planning on grid terrains, significantly improving efficiency and solution quality over existing tree cover methods.
Contribution
It presents a novel local search framework, LS-MCPP, and the Extended-STC paradigm for direct coverage path optimization on decomposed graphs, outperforming prior tree cover approaches.
Findings
Reduces makespan by up to 35.7% and 30.3% compared to baseline algorithms.
Achieves near-optimal solutions with much faster runtimes.
Effectively scales to large, real-world terrains.
Abstract
We study graph-based Multi-Robot Coverage Path Planning (MCPP) that aims to compute coverage paths for multiple robots to cover all vertices of a given 2D grid terrain graph . Existing graph-based MCPP algorithms first compute a tree cover on -- a forest of multiple trees that cover all vertices -- and then employ the Spanning Tree Coverage (STC) paradigm to generate coverage paths on the decomposed graph of the terrain graph by circumnavigating the edges of the computed trees, aiming to optimize the makespan (i.e., the maximum coverage path cost among all robots). In this paper, we take a different approach by exploring how to systematically search for good coverage paths directly on . We introduce a new algorithmic framework, called LS-MCPP, which leverages a local search to operate directly on . We propose a novel standalone paradigm, Extended-STC (ESTC), that…
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
