Autonomous Vehicle Motion Planning With Iterative Trajectory Feedback

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional motion planning methods in autonomous driving systems face challenges such as limited accuracy in tracking complex trajectories, lack of feedback to correct tracking errors, and inability to predict deviations, leading to potential collisions.

Innovation Solution

Establish a feedback connection between motion planning and motion control by iteratively updating the motion trajectory using a motion control simulator and a motion control operator, which simulates and adjusts the trajectory offset to improve tracking performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If traditional trajectory generation methods are used to reduce computation cost, then computational efficiency is improved, but trajectory tracking accuracy deteriorates

Engineering Contradiction:
Improvecomputation efficiencyVSAvoidtrajectory tracking accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system performs preliminary simulation of trajectory tracking using a simplified vehicle model before actual execution. This preliminary action identifies potential tracking errors in advance, allowing the motion planner to pre-compensate by adjusting the trajectory waypoints. The simulation results are used to calculate offset signals that are added to the original trajectory, ensuring accurate tracking without requiring complex real-time computations.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements a feedback mechanism where simulation results of trajectory tracking are fed back to the motion planner. The simulation compares the generated trajectory with the actual vehicle response, identifies tracking errors, and returns offset signals to correct the trajectory. This closed-loop feedback ensures high tracking accuracy while maintaining computational efficiency through iterative refinement.

Inventive Principle:
Principle #23Feedback

2Device complexity

If traditional motion planning without feedback is used, then system complexity is reduced, but ability to predict and correct tracking deviations deteriorates

Engineering Contradiction:
Improvesystem complexityVSAvoidtracking deviation prediction capability
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The system introduces a motion control simulator as an intermediary component between the motion planner and motion controller. This simulator acts as a virtual testbed that predicts tracking behavior without requiring complex real-time models. It generates offset signals that compensate for anticipated tracking errors, enabling reliable deviation prediction while keeping the overall system architecture relatively simple and modular.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If high-resolution motion trajectories are generated, then trajectory accuracy is improved, but computation cost increases

Engineering Contradiction:
Improvetrajectory resolutionVSAvoidcomputation cost
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The system performs preliminary simulation using a simplified vehicle model to evaluate trajectory tracking performance before final execution. This preliminary action identifies which trajectory segments require high resolution and which can use lower resolution, allowing selective refinement of waypoints. The simulation results guide the generation of offset signals that maintain accuracy without requiring uniformly high-resolution trajectories throughout, thus reducing overall computation cost.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12554260B2Iterative feedback motion planning
Publication Date: 2026.02.17 UNIVERSITY OF SOUTH CAROLINA
  • US12554260B2 patent drawing
  • US12554260B2 patent drawing
  • US12554260B2 patent drawing

AI summary

Establishing a feedback connection between a motion planner and a motion controller in an autonomous driving system wherein feedback is iteratively updated and able to improve motion controller performance.