Vehicle Localization System Initialization Using Map Verification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing vehicle localization systems face challenges in accurately initializing the position of vehicles, especially when starting up after shutdown, particularly in indoor or mountainous areas, leading to potential navigation impairments and safety risks such as collisions or deviation from expected paths.

Innovation Solution

A computer-implemented method that initializes the localization system by associating map-related information with the last available position, verifying the correct map is loaded, and activating the same sensors used previously, while considering factors like vehicle stationarity, GNSS availability, and weather conditions to ensure robust, secure, and accurate positioning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If the localization system uses the last available position for initialization at startup, then the initialization process is simplified and faster, but the risk of using incorrect map data increases leading to navigation errors

Engineering Contradiction:
Improveinitialization timeVSAvoidpositioning accuracy
Core Design Contradiction:
Loss of timeVSReliability

Solution Approach 1:

The system performs preliminary actions by storing map-related information including unique identifiers associated with the last available position before shutdown. At startup, this pre-stored information is retrieved and verified against currently loaded map data, enabling fast initialization without sacrificing accuracy through verification of map correctness.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback by verifying the loaded map data against the stored unique identifier from the last available position. This verification step provides feedback on whether the correct map is loaded, allowing the system to confirm positioning accuracy before commencing navigation operations.

Inventive Principle:
Principle #23Feedback

2Reliability

If the system verifies the correct map is loaded using unique identifiers, then positioning accuracy and safety are improved, but the initialization process becomes more complex

Engineering Contradiction:
Improvepositioning accuracyVSAvoidinitialization process complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system uses copying by storing a unique identifier that represents the map data without copying the entire map. This identifier serves as a compact reference that can be verified against the loaded map, ensuring correctness while avoiding the complexity of handling and comparing complete map datasets.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The unique identifier acts as an intermediary between the stored position information and the currently loaded map data. Instead of directly comparing complex map datasets, the system uses this intermediate identifier for verification, simplifying the initialization process while maintaining positioning accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If the localization system operates without verifying map correctness at startup, then the system is simpler and faster to initialize, but the vehicle may deviate from expected paths increasing collision risk

Engineering Contradiction:
Improvesystem startup speedVSAvoidcollision risk
Core Design Contradiction:
ProductivityVSObject-affected harmful factors

Solution Approach 1:

The system applies preliminary anti-action by preemptively verifying map correctness using stored unique identifiers before navigation begins. This prevents potential navigation errors and collision risks from occurring in the first place, rather than reacting to problems after they arise during operation.

Inventive Principle:
Principle #9Preliminary anti-action

Data Source

PatentUS20240094030A1A computer-implemented method for initializing a localization system for a vehicle
Publication Date: 2024.03.21 VOLVO AUTONOMOUS SOLUTIONS AB
  • US20240094030A1 patent drawing
  • US20240094030A1 patent drawing
  • US20240094030A1 patent drawing

AI summary

A-implemented method initializes a localization system for a vehicle, the localization system using map data comprising a plurality of maps for localizing the vehicle in an area The method includes associating map related information with a last available position of the vehicle which was used by the localization system before shutdown of the localization system, wherein the map related information comprises a unique identifier for a first map of the plurality of maps which was used for localizing the vehicle at the last available position, at start-up of the localization system with respect to the last available position, loading a map from the plurality of maps for localizing the vehicle at the last available position and verifying if the loaded map is the first map by using the unique identifier, and when it is verified that the first map is loaded, initializing the localization system with the last available position in the first map.