Javascript must be enabled to continue!
An Efficient Approach for Shortest Path Planning in Automotive Navigation System
View through CrossRef
Emerging automotive engineering solutions extensively rely on navigation tools. Shortest path evaluation is core competency of optimal path planning, one of the most critical component of any navigation application. Fibonacci heap variant of state-of-the-art Dijkstra’s algorithm solve single source shortest path problems in asymptotic O(E + V log V) worst-case time. In spite Fibonacci heap is theoretically dominant in time efficiency, it might not work much better empirically with real-world data, because although large and intricate, the real-world road network graphs are sparse and the graph topology greatly affects the performance of the algorithms. SGO algorithm, a more efficient approch to address single source shortest path problem, is applied to solve optimal path planning problem in automotive navigation applications. Each road segment of the road graph leads to a particular location thus will hold unique distance values all the time. The SGO calculates the total distance from start location to the end of the each road segment and evaluates shortest path based on these calculations. The SGO algorithm and the Fibonacci and Binary heap variants of Dijkstra’s algorithm were tested on real-world intercity and intra-city road network graphs to evaluate running time efficiency of the algorithms in automotive navigation systems. The experimental results show that the SGO algorithm outperformed both the variants. The empirical superiority of the SGO algorithm suggests its usefulness in automotive navigation systems.
Asian Academy of Business and Social Science Research
Title: An Efficient Approach for Shortest Path Planning in Automotive Navigation System
Description:
Emerging automotive engineering solutions extensively rely on navigation tools.
Shortest path evaluation is core competency of optimal path planning, one of the most critical component of any navigation application.
Fibonacci heap variant of state-of-the-art Dijkstra’s algorithm solve single source shortest path problems in asymptotic O(E + V log V) worst-case time.
In spite Fibonacci heap is theoretically dominant in time efficiency, it might not work much better empirically with real-world data, because although large and intricate, the real-world road network graphs are sparse and the graph topology greatly affects the performance of the algorithms.
SGO algorithm, a more efficient approch to address single source shortest path problem, is applied to solve optimal path planning problem in automotive navigation applications.
Each road segment of the road graph leads to a particular location thus will hold unique distance values all the time.
The SGO calculates the total distance from start location to the end of the each road segment and evaluates shortest path based on these calculations.
The SGO algorithm and the Fibonacci and Binary heap variants of Dijkstra’s algorithm were tested on real-world intercity and intra-city road network graphs to evaluate running time efficiency of the algorithms in automotive navigation systems.
The experimental results show that the SGO algorithm outperformed both the variants.
The empirical superiority of the SGO algorithm suggests its usefulness in automotive navigation systems.
Related Results
Navace: A New Approach To Precision, Work Area Ocean Navigation
Navace: A New Approach To Precision, Work Area Ocean Navigation
ABSTRACT
NAVACE is a revolutionary navigation system under development by Electrospace Systems, Inc. NAVACE utilizes a concept of ocean bottom and sub-bottom feat...
Implementation of the A Star Heuristic Search Algorithm in Determining the Shortest Path
Implementation of the A Star Heuristic Search Algorithm in Determining the Shortest Path
Finding the shortest path in a graph can be applied to various fields of shortest distance costs in routes, computer games, robotics or navigation. This study implements the A star...
Development of GNSS/INS/SLAM Algorithms for Navigation in Constrained Environments
Development of GNSS/INS/SLAM Algorithms for Navigation in Constrained Environments
Développement d'algorithmes GNSS/INS/SLAM pour la navigation en milieux contraints
Les exigences en termes de précision, intégrité, continuité et disponibilité de l...
High-Precision Navigation Approach of High-Orbit Spacecraft Based on Retransmission Communication Satellites
High-Precision Navigation Approach of High-Orbit Spacecraft Based on Retransmission Communication Satellites
Many countries have presented new requirements for in-orbit space services. Space autonomous rendezvous and docking technology could speed up the development of in-orbit spacecraft...
Shortest paths avoiding forbidden subpaths
Shortest paths avoiding forbidden subpaths
AbstractWe study a variant of the shortest path problem in graphs: given a weighted graph Gand vertices sand t, and given a set Xof forbidden paths in G, find a shortest s‐ tpath P...
User-Centred Design and Evaluation of Interactive System Assisting the Mobility of People with Intellectual Disability
User-Centred Design and Evaluation of Interactive System Assisting the Mobility of People with Intellectual Disability
Contribution à la conception centrée utilisateur et à l'évaluation d'un système interactif aidant la mobilité de personnes en situation de déficience intéllectuelle
...
Lists, Spatial Practice and Assistive Technologies for the Blind
Lists, Spatial Practice and Assistive Technologies for the Blind
IntroductionSupermarkets are functionally challenging environments for people with vision impairments. A supermarket is likely to house an average of 45,000 products in a median fl...
Outlier rejection for reducing position error in navigation system based on multi sensors
Outlier rejection for reducing position error in navigation system based on multi sensors
A navigation system is critical for the operation of autonomous vehicles. Various sensors must be used to build navigation systems. To fuse multiple sensors, a highly advanced filt...

