A Cost-Effective Approach to Smooth A* Path Planning for Autonomous Vehicles
Lukas Schichler, Karin Festl, Selim Solmaz, Daniel Watzenig

TL;DR
This paper presents a modified A* path planning algorithm that incorporates vehicle dynamics and smoothness constraints, producing feasible, drivable paths for car-like robots in complex environments.
Contribution
It introduces a curvature-aware A* algorithm using motion primitives for smooth, feasible paths, bridging grid-based planning and real vehicle constraints.
Findings
Paths are smooth with minimal curvature.
Paths are feasible for car-like vehicles.
Effective in unstructured environments.
Abstract
Path planning for wheeled mobile robots is a critical component in the field of automation and intelligent transportation systems. Car-like vehicles, which have non-holonomic constraints on their movement capability impose additional requirements on the planned paths. Traditional path planning algorithms, such as A* , are widely used due to their simplicity and effectiveness in finding optimal paths in complex environments. However, these algorithms often do not consider vehicle dynamics, resulting in paths that are infeasible or impractical for actual driving. Specifically, a path that minimizes the number of grid cells may still be too curvy or sharp for a car-like vehicle to navigate smoothly. This paper addresses the need for a path planning solution that not only finds a feasible path but also ensures that the path is smooth and drivable. By adapting the A* algorithm for a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization
