V*算法让自动驾驶车辆高效生成安全、实时的行驶路径。
V*: An Efficient Motion Planning Algorithm for Autonomous Vehicles
- 在时空速度网格中显式建模速度与方向,动态构建图结构。
- 可避免碰撞、支持动态避让,且路径无需后处理优化。
- 适合需要实时决策的自动驾驶系统,尤其复杂路况场景。
自动驾驶车辆在结构化环境中导航需生成满足动态与运动学约束的时间最优、无碰撞轨迹。我们提出V*,一种基于图的运动规划算法,在离散化的时空速度格网中将速度与方向作为显式状态变量。不同于传统方法将空间搜索与动态可行性解耦或依赖事后平滑,V*通过搜索扩展过程中的动态图生成,直接整合运动维度。为应对高维搜索复杂性,采用六边形离散策略,并提供数学证明,确立在转向受限条件下的最优航点间距与最小节点冗余。我们建立运动学自行车模型中瞬态转向动力学的数学形式,以指数收敛模拟转向角变化,并推导收敛率参数关系。结合几何剪枝策略(剔除导致不可行转向配置的扩展),V*可评估动态可行的驾驶行为,确保每条轨迹物理可实现而无需进一步修正。仿真测试显示,其在含移动障碍物的复杂动态环境中的表现:能主动避让、合理等待,实现安全高效的轨迹规划与时间推理协调能力。
原文摘要 · Abstract (English)
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 formulation for transient steering dynamics in the kinematic bicycle model, modelling steering angle convergence with exponential behaviour, and deriving the relationship for convergence rate parameters. This theoretical foundation, combined with geometric pruning strategies that eliminate expansions leading to infeasible steering configurations, enables V* to evaluate dynamically admissible manoeuvres, ensuring each trajectory is physically realisable without further refinement. We further demonstrate V*'s performance in simulation studies with cluttered and dynamic environments involving moving obstacles, showing its ability to avoid conflicts, yield proactively, and generate safe, efficient trajectories with temporal reasoning capabilities for waiting behaviours and dynamic coordination.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。