🤖 AI Summary
Collision-avoidance trajectory planning for multi-vehicle coordination at intelligent intersections suffers from high computational complexity in high-dimensional configuration spaces.
Method: This paper proposes a dimensionality-reduction decomposition framework: (i) a novel 2D rectangular projection-based modeling of high-dimensional conflict polytopes; (ii) decomposition of the original problem into sequential 2D graph-search subproblems; (iii) integration of an A*-like global search with a near-optimal local optimization strategy to ensure safety and scalability; and (iv) embedding of nonlinear model predictive control (NMPC) at the lower layer to guarantee trajectory feasibility.
Results: Numerical experiments demonstrate that, compared to mixed-integer linear programming (MILP)-based time-scheduling methods, the proposed approach improves the objective function value by 23% and reduces computation time by 87%, enabling real-time, safe, multi-vehicle intersection traversal.
📝 Abstract
For multi-vehicle complex traffic scenarios in shared spaces such as intelligent intersections, safe coordination and trajectory planning is challenging due to computational complexity. To meet this challenge, we introduce a computationally efficient method for generating collision-free trajectories along predefined vehicle paths. We reformulate a constrained minimum-time trajectory planning problem as a problem in a high-dimensional configuration space, where conflict zones are modeled by high-dimensional polyhedra constructed from two-dimensional rectangles. Still, in such a formulation, as the number of vehicles involved increases, the computational complexity increases significantly. To address this, we propose two algorithms for near-optimal local optimization that significantly reduce the computational complexity by decomposing the high-dimensional problem into a sequence of 2D graph search problems. The resulting trajectories are then incorporated into a Nonlinear Model Predictive Control (NMPC) framework to ensure safe and smooth vehicle motion. We furthermore show in numerical evaluation that this approach significantly outperforms existing MILP-based time-scheduling; both in terms of objective-value and computational time.