# FASTER: Fast and Safe Trajectory Planner for Flights in Unknown   Environments

**Authors:** Jesus Tordesillas, Brett T. Lopez, Jonathan P. How

arXiv: 1903.03558 · 2020-05-15

## TL;DR

FASTER is a trajectory planning algorithm that enables high-speed, safe flights in unknown environments by optimizing in both known and unknown spaces and ensuring safety with backup trajectories.

## Contribution

It introduces a novel mixed-integer quadratic programming approach that optimizes trajectory interval allocation and guarantees safety with backup plans.

## Key findings

- Achieves agile flights up to 3.6 m/s in cluttered environments.
- Enables fast reaction times with real-time optimization.
- Provides safety guarantees through backup trajectories.

## Abstract

High-speed trajectory planning through unknown environments requires algorithmic techniques that enable fast reaction times while maintaining safety as new information about the operating environment is obtained. The requirement of computational tractability typically leads to optimization problems that do not include the obstacle constraints (collision checks are done on the solutions) or use a convex decomposition of the free space and then impose an ad-hoc time allocation scheme for each interval of the trajectory. Moreover, safety guarantees are usually obtained by having a local planner that plans a trajectory with a final "stop" condition in the free-known space. However, these two decisions typically lead to slow and conservative trajectories. We propose FASTER (Fast and Safe Trajectory Planner) to overcome these issues. FASTER obtains high-speed trajectories by enabling the local planner to optimize in both the free-known and unknown spaces. Safety guarantees are ensured by always having a feasible, safe back-up trajectory in the free-known space at the start of each replanning step. Furthermore, we present a Mixed Integer Quadratic Program formulation in which the solver can choose the trajectory interval allocation, and where a time allocation heuristic is computed efficiently using the result of the previous replanning iteration. This proposed algorithm is tested extensively both in simulation and in real hardware, showing agile flights in unknown cluttered environments with velocities up to 3.6 m/s.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.03558/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1903.03558/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1903.03558/full.md

---
Source: https://tomesphere.com/paper/1903.03558