ROMar 13, 2018

Search-based optimal motion planning for automated driving

arXiv:1803.04868v292 citations
AI Analysis

This addresses the challenge of safe and efficient automated driving for urban scenarios, though it appears incremental as it builds on existing A* and model predictive control methods.

The paper tackles the problem of real-time motion planning for automated driving in urban environments, achieving real-time computation over long horizons and handling various constraints like other vehicles and traffic lights.

This paper presents a framework for fast and robust motion planning designed to facilitate automated driving. The framework allows for real-time computation even for horizons of several hundred meters and thus enabling automated driving in urban conditions. This is achieved through several features. Firstly, a convenient geometrical representation of both the search space and driving constraints enables the use of classical path planning approach. Thus, a wide variety of constraints can be tackled simultaneously (other vehicles, traffic lights, etc.). Secondly, an exact cost-to-go map, obtained by solving a relaxed problem, is then used by A*-based algorithm with model predictive flavour in order to compute the optimal motion trajectory. The algorithm takes into account both distance and time horizons. The approach is validated within a simulation study with realistic traffic scenarios. We demonstrate the capability of the algorithm to devise plans both in fast and slow driving conditions, even when full stop is required.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes