V*: An Efficient Motion Planning Algorithm for Autonomous Vehicles
Abdullah Zareh Andaryan, Michael G.H. Bell, Mohsen Ramezani, Glenn Geers

TL;DR
V* is a graph-based motion planning algorithm for autonomous vehicles that efficiently generates time-optimal, collision-free trajectories by integrating dynamic feasibility directly into the search process, suitable for complex environments.
Contribution
It introduces a novel graph-based planner that explicitly incorporates speed and direction as state variables within a discretised space-time-velocity lattice, with formal proofs and geometric pruning for optimality and feasibility.
Findings
Successfully generates safe, efficient trajectories in cluttered environments.
Handles dynamic obstacles with proactive conflict avoidance.
Demonstrates real-time performance in simulation studies.
Abstract
Autonomous vehicle navigation in structured environments requires planners capable of generating time-optimal, collision-free trajectories that satisfy dynamic and kinematic constraints. We introduce V*, a graph-based motion planner that represents speed and direction as explicit state variables within a discretised space-time-velocity lattice. Unlike traditional methods that decouple spatial search from dynamic feasibility or rely on post-hoc smoothing, V* integrates both motion dimensions directly into graph construction through dynamic graph generation during search expansion. To manage the complexity of high-dimensional search, we employ a hexagonal discretisation strategy and provide formal mathematical proofs establishing optimal waypoint spacing and minimal node redundancy under constrained heading transitions for velocity-aware motion planning. We develop a mathematical…
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 · Genome Rearrangement Algorithms · Algorithms and Data Compression
