Multirobot Coverage of Linear Modular Environments
Mirko Salaris (1), Alessandro Riva (1), Francesco Amigoni (1) ((1), Politecnico di Milano)

TL;DR
This paper presents an efficient algorithm for multirobot coverage in linear modular environments, achieving near-optimal solutions faster than existing algorithms by leveraging environment structure.
Contribution
The paper introduces a polynomial-time algorithm tailored for linear modular environments, improving solution quality and computational efficiency over generic mTSP algorithms.
Findings
Algorithm achieves lower makespan than state-of-the-art methods.
Solution runs several orders of magnitude faster.
Provides bounded approximation to optimal mTSP solutions.
Abstract
Multirobot systems for covering environments are increasingly used in applications like cleaning, industrial inspection, patrolling, and precision agriculture. The problem of covering a given environment using multiple robots can be naturally formulated and studied as a multi-Traveling Salesperson Problem (mTSP). In a mTSP, the environment is represented as a graph and the goal is to find tours (starting and ending at the same depot) for the robots in order to visit all the vertices with minimum global cost, namely the length of the longest tour. The mTSP is an NP-hard problem for which several approximation algorithms have been proposed. These algorithms usually assume generic environments, but tighter approximation bounds can be reached focusing on specific environments. In this paper, we address the case of environments composed of sub-parts, called modules, that can be reached from…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Optimization and Search Problems · Advanced Manufacturing and Logistics Optimization
