# Learning to Predict Ego-Vehicle Poses for Sampling-Based Nonholonomic   Motion Planning

**Authors:** Holger Banzhaf, Paul Sanzenbacher, Ulrich Baumann, J. Marius Z\"ollner

arXiv: 1812.01127 · 2019-02-04

## TL;DR

This paper presents a data-driven CNN approach to predict ego-vehicle poses, significantly improving sampling efficiency and convergence speed in nonholonomic motion planning for automated vehicles.

## Contribution

It introduces a novel CNN-based method for generating problem-specific sampling distributions, enhancing the efficiency of sampling-based motion planning in complex driving scenarios.

## Key findings

- CNN predicts vehicle poses more accurately than uniform sampling and A*-based methods.
- Combining CNN with Bidirectional RRT* reduces computation time by up to tenfold.
- Achieves 100% success rate in tested scenarios.

## Abstract

Sampling-based motion planning is an effective tool to compute safe trajectories for automated vehicles in complex environments. However, a fast convergence to the optimal solution can only be ensured with the use of problem-specific sampling distributions. Due to the large variety of driving situations within the context of automated driving, it is very challenging to manually design such distributions. This paper introduces therefore a data-driven approach utilizing a deep convolutional neural network (CNN): Given the current driving situation, future ego-vehicle poses can be directly generated from the output of the CNN allowing to guide the motion planner efficiently towards the optimal solution. A benchmark highlights that the CNN predicts future vehicle poses with a higher accuracy compared to uniform sampling and a state-of-the-art A*-based approach. Combining this CNN-guided sampling with the motion planner Bidirectional RRT* reduces the computation time by up to an order of magnitude and yields a faster convergence to a lower cost as well as a success rate of 100 % in the tested scenarios.

## Full text

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

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1812.01127/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1812.01127/full.md

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