2021 IEEE 2nd International Conference on Information Technology, Big Data and Artificial Intelligence (ICIBA) 2021
DOI: 10.1109/iciba52610.2021.9688064
|View full text |Cite
|
Sign up to set email alerts
|

Review of Path Planning Algorithms for Unmanned Vehicles

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(3 citation statements)
references
References 5 publications
0
3
0
Order By: Relevance
“…Dijkstra algorithm belongs to the traditional traversal algorithm, its core idea is to divide the nodes into two sets, one is the set of nodes for which the shortest path has been found, and the other is the set of nodes for which the shortest path has not yet been found. The algorithm works by continuously selecting the node that currently has the shortest distance from the source and updating the distance values of the neighboring nodes of that node until the shortest path is found for all the nodes or until there are no reachable nodes [4]. Solving for shortest paths using Dijkstra algorithm, as shown in Figure 1.…”
Section: Origin and Fundamentals Of Dijkstra Algorithmmentioning
confidence: 99%
See 2 more Smart Citations
“…Dijkstra algorithm belongs to the traditional traversal algorithm, its core idea is to divide the nodes into two sets, one is the set of nodes for which the shortest path has been found, and the other is the set of nodes for which the shortest path has not yet been found. The algorithm works by continuously selecting the node that currently has the shortest distance from the source and updating the distance values of the neighboring nodes of that node until the shortest path is found for all the nodes or until there are no reachable nodes [4]. Solving for shortest paths using Dijkstra algorithm, as shown in Figure 1.…”
Section: Origin and Fundamentals Of Dijkstra Algorithmmentioning
confidence: 99%
“…(2) Cannot handle negatively weighted edges, requires that edge weights in the graph must be non-negative. [4] (3) Applies to global path planning and can solve the shortest path problem from a given starting point to all other vertices in the graph, i.e., single-source shortest path. [4] (4) Require that the graph cannot contain loops or circular paths.…”
Section: Applicable Environment and Conditionsmentioning
confidence: 99%
See 1 more Smart Citation