Deep Drone Racing: Learning Agile Flight in Dynamic Environments

Abstract

Autonomous agile flight brings up fundamental challenges in robotics, such as coping with unreliable state estimation, reacting optimally to dynamically changing environments, and coupling perception and action in real time under severe resource constraints. In this paper, we consider these challenges in the context of autonomous, vision-based drone racing in dynamic environments. Our approach combines a convolutional neural network (CNN) with a state-of-the-art path-planning and control system. The CNN directly maps raw images into a robust representation in the form of a waypoint and desired speed. This information is then used by the planner to generate a short, minimum-jerk trajectory segment and corresponding motor commands to reach the desired goal. We demonstrate our method in autonomous agile flight scenarios, in which a vision-based quadrotor traverses drone-racing tracks with possibly moving gates. Our method does not require any explicit map of the environment and runs fully onboard. We extensively test the precision and robustness of the approach in simulation and in the physical world. We also evaluate our method against state-of-the-art navigation approaches and professional human drone pilots.

Cite

Text

Kaufmann et al. "Deep Drone Racing: Learning Agile Flight in Dynamic Environments." Conference on Robot Learning, 2018.

Markdown

[Kaufmann et al. "Deep Drone Racing: Learning Agile Flight in Dynamic Environments." Conference on Robot Learning, 2018.](https://mlanthology.org/corl/2018/kaufmann2018corl-deep/)

BibTeX

@inproceedings{kaufmann2018corl-deep,
  title     = {{Deep Drone Racing: Learning Agile Flight in Dynamic Environments}},
  author    = {Kaufmann, Elia and Loquercio, Antonio and Ranftl, René and Dosovitskiy, Alexey and Koltun, Vladlen and Scaramuzza, Davide},
  booktitle = {Conference on Robot Learning},
  year      = {2018},
  pages     = {133-145},
  url       = {https://mlanthology.org/corl/2018/kaufmann2018corl-deep/}
}