ICRA 2021poster2 citations

Learn to Path: Using neural networks to predict Dubins path characteristics for aerial vehicles in wind

Trevor Phillips, Maximilian Stölzle, Erick Turricelli, Florian Achermann, Nicholas Lawrance, Roland Siegwart, Jen Jen Chung

Abstract

For asymptotically optimal sampling-based path planners such as RRT*, path quality improves as the number of samples added to the motion tree increases. However, each additional sample requires a nearest-neighbor search. Calculating state transition costs can be particularly difficult in cases with complex dynamics such as aerial vehicles in non-isotropic cost fields like wind. Computationally costly nearest neighbor searches increase the time required to add new samples to the search tree, thereby reducing the likelihood of finding low-cost paths in a given computational time. In this paper, we propose the use of a lightweight neural network to approximate nearest neighbor cost calculations. The network approach uses a low-dimensional encoding of the cost space along with a start and goal query pair and returns an estimate of the path cost that can be used for nearest neighbor and path validity estimation. We demonstrate our method for a Dubins airplane model in a 3D wind field and show that the network method achieves equivalent path lengths as an existing iterative solver 32% faster and, when given the same search time, up to 10.8% shorter.

BibTeX
@inproceedings{icra2021_learntopathusing,
  title = {Learn to Path: Using neural networks to predict Dubins path characteristics for aerial vehicles in wind},
  author = {Trevor Phillips and Maximilian Stölzle and Erick Turricelli and Florian Achermann and Nicholas Lawrance and Roland Siegwart and Jen Jen Chung},
  booktitle = {ICRA 2021},
  year = {2021}
}