Please login first
Safe Robot Navigation through Low- and High-Risk Zones: Evaluation of A*, D*, and RRT Algorithms
1 , * 1 , 2 , 3
1  Department of Computer Science and Engineering - Artificial Intelligence, Brainware University, Kolkata, 700125, India
2  Department of Computer Science and Engineering, Brainware University, Kolkata, 700125, India
3  Department of Electronics and Communication Engineering, Sikkim Manipal Institute of Technology, Sikkim Manipal University, Majhitar, 737136, India
Academic Editor: Nunzio Cennamo

Abstract:

Autonomous navigation in hazardous environments demands path planning strategies that balance computational efficiency with safety considerations. This study compares the performance of three widely used algorithms—A*, D*, and Rapidly Exploring Random Trees (RRTs)—across varying risk conditions. A grid-based framework was employed to simulate three types of environments: mixed-risk scenarios with randomly distributed obstacles, a fully high-risk environment, and a fully low-risk environment. Performance was assessed using execution time, path length, and collision behavior as evaluation metrics. Results demonstrate that A* consistently achieves the fastest execution across all scenarios, confirming its computational efficiency. However, in fully high-risk and low-risk environments, A* tends to generate longer paths compared to RRT. While RRT frequently identifies shorter and more economical paths, its sampling-based approach results in longer computation times than A* and D*, and in some cases, introduces instability in path safety. D* shows performance similar to A* in terms of path length but with slightly higher computation time. Overall, A* emerges as the most reliable option for time-critical applications, whereas RRT offers path-length advantages at the expense of speed and stability. The findings highlight the trade-offs between graph-based and sampling-based methods and suggest that hybrid or risk-aware planners may provide more robust solutions for real-world rescue, surveillance, and hazardous material handling scenarios.

Keywords: Path Planning; Hazardous Environments; A* Algorithm, D* Algorithm, RRT
Comments on this paper
Currently there are no comments available.


 
 
Top