ROSYSep 19, 2021

Online Distributed Trajectory Planning for Quadrotor Swarm with Feasibility Guarantee using Linear Safe Corridor

arXiv:2109.09041v267 citations
Originality Incremental advance
AI Analysis

This addresses efficient and safe navigation for multi-robot systems, particularly quadrotor swarms, with incremental improvements in feasibility guarantees and deadlock prevention.

The paper tackles online trajectory planning for quadrotor swarms in cluttered environments, achieving safe, dynamically feasible trajectories without deadlock, with computation times of 15.5 ms per agent for 60 agents and validation in real flight tests.

This paper presents a new online multi-agent trajectory planning algorithm that guarantees to generate safe, dynamically feasible trajectories in a cluttered environment. The proposed algorithm utilizes a linear safe corridor (LSC) to formulate the distributed trajectory optimization problem with only feasible constraints, so it does not resort to slack variables or soft constraints to avoid optimization failure. We adopt a priority-based goal planning method to prevent the deadlock without an additional procedure to decide which robot to yield. The proposed algorithm can compute the trajectories for 60 agents on average 15.5 ms per agent with an Intel i7 laptop and shows a similar flight distance and distance compared to the baselines based on soft constraints. We verified that the proposed method can reach the goal without deadlock in both the random forest and the indoor space, and we validated the safety and operability of the proposed algorithm through a real flight test with ten quadrotors in a maze-like environment.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes