2019 5th International Conference on Control, Automation and Robotics (ICCAR) 2019
DOI: 10.1109/iccar.2019.8813752
|View full text |Cite
|
Sign up to set email alerts
|

Guided Hybrid A-star Path Planning Algorithm for Valet Parking Applications

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
31
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 100 publications
(31 citation statements)
references
References 6 publications
0
31
0
Order By: Relevance
“…Improved hierarchical A* is claimed to have improved efficiency and precision [36]. Another variation of this algorithm is used in valet parking where the ego-vehicle (cars that usually focus only on their local environment and do not take into account environmental context) has a direction of motion d that depends on the speed, gear, steering angle, and other parameters of the vehicle kinematics [34,37].…”
Section: A* Algorithmmentioning
confidence: 99%
See 1 more Smart Citation
“…Improved hierarchical A* is claimed to have improved efficiency and precision [36]. Another variation of this algorithm is used in valet parking where the ego-vehicle (cars that usually focus only on their local environment and do not take into account environmental context) has a direction of motion d that depends on the speed, gear, steering angle, and other parameters of the vehicle kinematics [34,37].…”
Section: A* Algorithmmentioning
confidence: 99%
“…The start, end, and obstacle positions are fed into as input to the Hybrid A* algorithm where A* is run on the results of the visibility diagram, which then provides the optimum distance. This is called the Guided Hybrid A* algorithm [37]. Common heuristic functions appear in Table 2.…”
Section: A* Algorithmmentioning
confidence: 99%
“…The A-Star algorithm guides the optimal path to the goal if the heuristic function h(n) is acceptable, meaning that it will never overestimates the original cost [19] or actual cost [20]. Evaluation function f(n) = g(n) + h(n), where [17][21] [22]: g(n) = cost so far to reach n. h(n) = estimated cost from n to target (goal). f(n) = estimated total cost of the path through n to the target.…”
Section: A-star Algorithmmentioning
confidence: 99%
“…Therefore, the efficiency of the A* algorithm is better than Dijkstra's. Many works of literature show that the A* algorithm has been widely used in many fields, such as transportation industry [14,15], and with the development of artificial intelligence, the A* algorithm has since been improved, including automated guided vehicle (AGV) [16,17] or unmanned surface vehicle (USV) path planning [18,19] and robot path planning [20,21]. The A* algorithm is simpler and uses less search node, which means less computation than some other path planning algorithms, so it lends itself to more constrained scenarios [22,23].…”
Section: Related Workmentioning
confidence: 99%
“…A visibility diagram was one of the very first graph-based search algorithms used in path planning in robotics [10,31]. A hybrid A* algorithm with the visibility diagram planning algorithm is proposed in [14] to overcome the issue of high run costs to convergence.…”
Section: Related Workmentioning
confidence: 99%