Equitable Persistent Coverage of Non-Convex Environments with Graph-Based Planning
José Manuel Palacios-Gasós, Danilo Tardioli, Eduardo Montijano, Carlos Sagüés
TL;DR
The paper addresses persistent coverage by a team of robots in non-convex environments, introducing a two-stage solution: offline equitable partitioning via geodesic-distance power diagrams to balance workload according to point importance, followed by online per-partition graph-based planning to generate sweep-like paths. The partitioning is extended with connectivity-aware and capability-aware enhancements, and planning inside each partition is reduced to efficient graph path optimization using a modified Bellman-Ford approach, enabling fast online computation. The authors demonstrate convergence guarantees, perform extensive simulations across challenging environments, and validate the approach with real-world experiments using TurtleBot robots, showing robust performance and improved coverage balance compared to Voronoi-based partitions. The work advances scalable, equitable, non-convex persistent-coverage methods with provable convergence and practical applicability in robotics.
Abstract
In this paper we tackle the problem of persistently covering a complex non-convex environment with a team of robots. We consider scenarios where the coverage quality of the environment deteriorates with time, requiring to constantly revisit every point. As a first step, our solution finds a partition of the environment where the amount of work for each robot, weighted by the importance of each point, is equal. This is achieved using a power diagram and finding an equitable partition through a provably correct distributed control law on the power weights. Compared to other existing partitioning methods, our solution considers a continuous environment formulation with non-convex obstacles. In the second step, each robot computes a graph that gathers sweep-like paths and covers its entire partition. At each planning time, the coverage error at the graph vertices is assigned as weights of the corresponding edges. Then, our solution is capable of efficiently finding the optimal open coverage path through the graph with respect to the coverage error per distance traversed. Simulation and experimental results are presented to support our proposal.
