Hierarchical Trajectory (Re)Planning for a Large Scale Swarm
Lishuo Pan, Yutong Wang, Nora Ayanian
TL;DR
The paper introduces a real-time lifelong hierarchical framework for coordinating large swarms in cluttered spaces by partitioning the workspace into convex cells and executing cell-local MAPF alongside a high-level inter-cell routing layer. A novel MCF-based (MCF/OD) and One-shot MCF routing scheme regulates cell influx and detours paths to reduce congestion while maintaining real-time performance. Within each cell, an anytime MAPF/C planner and a distributed trajectory optimizer produce deadlock-free, collision-free trajectories, with a failure-tolerant relaxation when safety corridors change abruptly. The approach demonstrates substantial speedups over centralized planning and robust performance relative to decentralized methods, validated in simulations with up to 142 robots and physical experiments with 24 Crazyflie quadrotors. The work advances practical large-scale swarm coordination by merging centralized routing quality with decentralized, real-time replanning capabilities, suitable for on-demand delivery and other dynamic multi-robot tasks.
Abstract
We consider the trajectory replanning problem for a large-scale swarm in a cluttered environment. Our path planner replans for robots by utilizing a hierarchical approach, dividing the workspace, and computing collision-free paths for robots within each cell in parallel. Distributed trajectory optimization generates a deadlock-free trajectory for efficient execution and maintains the control feasibility even when the optimization fails. Our hierarchical approach combines the benefits of both centralized and decentralized methods, achieving a high task success rate while providing real-time replanning capability. Compared to decentralized approaches, our approach effectively avoids deadlocks and collisions, significantly increasing the task success rate. We demonstrate the real-time performance of our algorithm with up to 142 robots in simulation, and a representative 24 physical Crazyflie nano-quadrotor experiment.
