Sharable Clothoid-based Continuous Motion Planning for Connected Automated Vehicles

Sanghoon Oh,Qi Chen,H. Eric Tseng,Gaurav Pandey,Gabor Orosz
2023-12-18
Abstract:A continuous motion planning method for connected automated vehicles is considered for generating feasible trajectories in real-time using three consecutive clothoids. The proposed method reduces path planning to a small set of nonlinear algebraic equations such that the generated path can be efficiently checked for feasibility and collision. After path planning, velocity planning is executed while maintaining a parallel simple structure. Key strengths of this framework include its interpretability, shareability, and ability to specify boundary conditions. Its interpretability and shareability stem from the succinct representation of the resulting local motion plan using a handful of physically meaningful parameters. Vehicles may share these parameters via V2X communication so that the recipients can precisely reconstruct the planned trajectory of the senders and respond accordingly. The proposed local planner guarantees the satisfaction of boundary conditions, thus ensuring seamless integration with a wide array of higher-level global motion planners. The tunable nature of the method enables tailoring the local plans to specific maneuvers like turns at intersections, lane changes, and U-turns.
Robotics,Systems and Control
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper aims to develop a continuous motion planning method for Connected Automated Vehicles (CAVs). Specifically, it proposes a clothoid-based method to generate feasible trajectories in real-time and perform speed planning while maintaining a simple structure. #### Core Contributions: 1. **Interpretability and Shareability**: - The proposed method represents local motion plans through a set of physically meaningful parameters, facilitating sharing via Vehicle-to-Everything (V2X) communication. The receiver can accurately reconstruct the sender's planned trajectory and respond accordingly. 2. **Satisfaction of Boundary Conditions**: - The method ensures precise satisfaction of boundary conditions, allowing seamless integration into various high-level global motion planners. 3. **Flexibility and Adaptability**: - The method is adjustable and can tailor local plans according to specific driving maneuvers such as turning, lane changing, and U-turns. #### Problems Solved: 1. **Generation of Smooth and Feasible Trajectories**: - Using clothoid-based paths to generate smooth and feasible trajectories, ensuring efficient feasibility and collision checks. 2. **Speed Planning**: - Performing speed planning after path planning to maintain a parallel simple structure. 3. **Encoding and Decoding**: - Local motion plans can be encoded and decoded through compact V2X messages, facilitating information sharing between vehicles and helping to resolve potential conflicts when multiple vehicles share local plans. ### Summary This paper addresses the local motion planning problem for Connected Automated Vehicles in structured environments by proposing a clothoid-based method. It ensures the smoothness, feasibility, and safety of the path and supports efficient sharing and coordination through V2X communication.