Left-Turn Path Planning Using Rational Bezier Curves at Intersections

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The complexity of intersections in city streets poses challenges for safe and accurate path planning in autonomous vehicles, as they involve diverse vehicle behaviors, scenarios, and varying intersection sizes and types, making it difficult to ensure traveling safety.

Innovation Solution

An apparatus and method utilizing sensors like cameras and radars to generate a grid map, select control points based on minimum turning radii, and create rational Bezier curves to plan a safe reference path for vehicles, adjusting curvature and safety distances to navigate intersections effectively.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If path planning logic is used for autonomous traveling in city streets, then traveling safety is improved, but the system cannot handle diverse intersection scenarios and vehicle behaviors effectively

Engineering Contradiction:
Improvetraveling safetyVSAvoidhandling diverse intersection scenarios
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent segments the path planning process into distinct modules: grid map generation from precision maps, intersection type classification, control point selection based on minimum turning radius, and rational Bezier curve generation. This modular segmentation allows each component to be optimized independently for both safety and adaptability to diverse intersection scenarios.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically changes parameters such as control point positions, turning radius, and Bezier curve weights based on the specific intersection type and opposing vehicle conditions. This parameter adaptation enables the same path planning framework to handle diverse intersection scenarios while maintaining traveling safety through mathematically optimized paths.

Inventive Principle:
Principle #35Parameter changes

2Ease of manufacture

If a fixed path planning method is used, then the system is simple to implement, but it cannot adapt to different intersection types and sizes

Engineering Contradiction:
Improveimplementation simplicityVSAvoidadaptability to different intersection types
Core Design Contradiction:
Ease of manufactureVSAdaptability or versatility

Solution Approach 1:

The patent creates a universal path planning system that handles multiple intersection types (cross intersections, T-intersections, Y-intersections, five-way intersections, six-way intersections) using a single unified approach. The system determines intersection type from precision map data and applies appropriate control point selection and Bezier curve generation rules for each type, achieving multi-functionality without requiring separate planning algorithms for each scenario.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system dynamically adjusts path planning parameters based on real-time conditions including intersection geometry, vehicle dimensions, and opposing vehicle turning radius. The control points and Bezier curve weights are calculated dynamically rather than being fixed, allowing the same implementation framework to adapt to different intersection types and sizes while maintaining mathematical rigor and safety guarantees.

Inventive Principle:
Principle #15Dynamics

3Productivity

If the host vehicle follows the minimum turning radius path, then the turning maneuver is efficient, but it may conflict with opposing left-turn vehicles

Engineering Contradiction:
Improveturning efficiencyVSAvoidconflict avoidance with opposing vehicles
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent introduces an intermediary mathematical model (rational Bezier curve) that mediates between the host vehicle's turning efficiency and conflict avoidance requirements. The Bezier curve is constructed with control points positioned at calculated distances from the minimum turning radius path, creating a safe intermediate trajectory that maintains efficiency while preventing conflicts with opposing left-turn vehicles through controlled curvature adjustment.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system performs preliminary calculation of control point positions and Bezier curve parameters before the actual turning maneuver. By pre-calculating the optimal path that balances turning efficiency with safety margins from opposing vehicles, the system eliminates the need for reactive adjustments during the turn, maintaining both productivity and reliability throughout the maneuver.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20230391336A1Apparatus for driver assistance and method for driver assistance
Publication Date: 2023.12.07 HL KLEMOVE CORP
  • US20230391336A1 patent drawing
  • US20230391336A1 patent drawing
  • US20230391336A1 patent drawing

AI summary

Disclosed herein is an apparatus for driver assistance including a sensor installed in a host vehicle, including at least one of a camera or a radar, and configured to output data; a memory in which a precision map including intersection information is stored, and at least one processor electrically connected to the memory and configured to process the data output from the sensor. The at least one processor may generate a grid map by connecting lane lines of an intersection on the precision map when the host vehicle makes a left turn at the intersection, select a start point and an end point required for the left turn on the grid map, select at least one control point according to a minimum turning radius of the host vehicle or an opposite left-turn vehicle, generate a rational Bezier curve based on the start point, the end point, the at least one control point, and determine the rational Bezier curve to be a left-turn path that the host vehicle follows, and control the host vehicle based on the processing of the data such that the host vehicle follows the left-turn path.