RSPECT: Robust and Scalable Planner for Energy-Aware Coordination of UAV-UGV Teams in Aerial Monitoring
Cahit Ikbal Er, Amin Kashiri, Yasin Yazicioglu
TL;DR
The paper tackles robust, energy-aware coordination of UAV-UGV teams for long-horizon aerial monitoring by formulating a challenging mixed-integer problem and introducing RSPECT, a scalable heuristic that treats the task as a GTSP/mTSP-inspired planning problem. RSPECT partitions UAV targets among teams, constructs per-team tour plans via TSP, and selects optimal collect points through GTSP, with a formal robustness analysis ensuring feasibility under disturbances. The authors prove algorithmic complexity and robustness guarantees, and validate performance through extensive simulations and real-world experiments, showing favorable scalability and superiority over Branch-and-Cut and several heuristics. The work offers practical improvements for deploying energy-constrained multi-robot monitoring missions with mobile charging infrastructure and robust offline planning that tolerates uncertainty.
Abstract
We consider the robust planning of energy-constrained unmanned aerial vehicles (UAVs) and unmanned ground vehicles (UGVs), which act as mobile charging stations, to perform long-horizon aerial monitoring missions. More specifically, given a set of points to be visited by the UAVs and desired final positions of the UAV-UGV teams, the objective is to find a robust plan (the vehicle trajectories) that can be realized without a major revision in the face of uncertainty (e.g., unknown obstacles/terrain, wind) to complete this mission in minimum time. We provide a formal description of this problem as a mixed-integer program (MIP), which is NP-hard. Since exact solution methods are computationally intractable for such problems, we propose RSPECT, a scalable and efficient heuristic. We provide theoretical results on the complexity of our algorithm and the feasibility and robustness of resulting plans. We also demonstrate the performance of our method via simulations and experiments.
