ROApr 8, 2019

Rapid Collision Detection for Multicopter Trajectories

arXiv:1904.04223v214 citations
Originality Incremental advance
AI Analysis

This work addresses motion planning for multicopters in cluttered environments, but it is incremental as it builds on existing trajectory generation methods.

The paper tackles the problem of detecting collisions for multicopter trajectories with convex obstacles, presenting an algorithm that enables rapid, obstacle-aware motion planning and demonstrates collision-free trajectory planning in milliseconds in environments with static and dynamic obstacles.

We present a continuous-time collision detection algorithm for quickly detecting whether certain polynomial trajectories in time intersect with convex obstacles. The algorithm is used in conjunction with an existing multicopter trajectory generation method to achieve rapid, obstacle-aware motion planning in environments with both static convex obstacles and dynamic convex obstacles whose boundaries do not rotate. In general, this problem is difficult because the presence of convex obstacles makes the feasible space of trajectories nonconvex. The performance of the algorithm is benchmarked using Monte Carlo simulations, and experimental results are presented that demonstrate the use of the method to plan collision-free multicopter trajectories in milliseconds in environments with both static and dynamic obstacles.

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