Heterogeneous Multi-Robot Graph Coverage with Proximity and Movement Constraints
Abstract
Multi-Robot Coverage problems have been extensively studied in robotics, planning and multi-agent systems. In this work, we consider the coverage problem when there are constraints on the proximity (e.g., maximum distance between the agents, or a blue agent must be adjacent to a red agent) and the movement (e.g., terrain traversability and material load capacity) of the robots. Such constraints naturally arise in many real-world applications, e.g. in search-and-rescue and maintenance operations. Given such a setting, the goal is to compute a covering tour of the graph with a minimum number of steps, and that adheres to the proximity and movement constraints. For this problem, our contributions are four: (i) a formal formulation of the problem, (ii) an exact algorithm that is FPT in parameters ||F||, d and ω - the set of robot formations that encode the proximity constraints, the maximum nodes degree, and the tree-width of the graph, respectively, (iii) for the case that the graph is a tree: a PTAS approximation scheme, that given an ε produces a tour that is within a 1+ ε⋅error(||F||, d)) of the optimal one, and the computation runs in time poly(n) ⋅ h(1/ε, ||F||). (iv) for the case that the graph is a tree, with k=3 robots, and the constraint is that all agents are connected: a PTAS scheme with multiplicative approximation error of 1 + O(ε), independent of d.
Cite
Text
Mutzari et al. "Heterogeneous Multi-Robot Graph Coverage with Proximity and Movement Constraints." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I14.33605Markdown
[Mutzari et al. "Heterogeneous Multi-Robot Graph Coverage with Proximity and Movement Constraints." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/mutzari2025aaai-heterogeneous/) doi:10.1609/AAAI.V39I14.33605BibTeX
@inproceedings{mutzari2025aaai-heterogeneous,
title = {{Heterogeneous Multi-Robot Graph Coverage with Proximity and Movement Constraints}},
author = {Mutzari, Dolev and Aumann, Yonatan and Kraus, Sarit},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {14646-14654},
doi = {10.1609/AAAI.V39I14.33605},
url = {https://mlanthology.org/aaai/2025/mutzari2025aaai-heterogeneous/}
}