Abstract
Effective path-finding in complex environments is pivotal for numerous domains, such as robotics and gaming. The A* algorithm has been widely employed to balance completeness and optimality. However, in complex post-disaster environments, the traditional A* algorithm often fails to successfully perform path planning due to many obstacles and altitude changes. This paper presents an A* implementation tailored for navigating environments with obstacles and varying terrain elevations, aiming to deal with this problem. The algorithm could efficiently find optimal paths by considering obstacle avoidance and height differences. The results shows that compare to A* algorithm, the enhanced A* algorithm has better performance in terms of path length and success rate. Especially in high-complexity environments, the enhanced program can still maintain a search success rate of more than 95% with an ideal path length. The algorithm's adaptability and effectiveness in diverse environments make it a valuable tool for real-world navigation challenges. This paper contributes to understanding intelligent navigation techniques and their applications in complex post-disaster environments.
Original language | English |
---|---|
Title of host publication | 2024 16th International Conference on Computer and Automation Engineering, ICCAE 2024 |
Editors | Ferdous Sohel |
Place of Publication | Piscataway NJ USA |
Publisher | IEEE, Institute of Electrical and Electronics Engineers |
Pages | 137-141 |
Number of pages | 5 |
ISBN (Electronic) | 9798350370058, 9798350370041 |
ISBN (Print) | 979-8-3503-7016-4 |
DOIs | |
Publication status | Published - 2024 |
Event | International Conference on Computer and Automation Engineering 2024 - Hybrid, Melbourne, Australia Duration: 14 Mar 2024 → 16 Mar 2024 Conference number: 16th https://ieeexplore.ieee.org/xpl/conhome/10569140/proceeding (Proceedings) https://www.iccae.org/2024.html (Website) |
Conference
Conference | International Conference on Computer and Automation Engineering 2024 |
---|---|
Abbreviated title | ICCAE 2024 |
Country/Territory | Australia |
City | Melbourne |
Period | 14/03/24 → 16/03/24 |
Internet address |
|
Keywords
- Disaster/Complex environments
- Enhanced A
- Path Planning
- Robotic