|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 67 - Issue 8 |
| Published: April 2013 |
| Authors: Daniel Opoku, Abdollah Homaifar, Edward Tunstel |
10.5120/11417-6753
|
Daniel Opoku, Abdollah Homaifar, Edward Tunstel . The A-r-Star (Ar) Pathfinder. International Journal of Computer Applications. 67, 8 (April 2013), 32-44. DOI=10.5120/11417-6753
@article{ 10.5120/11417-6753,
author = { Daniel Opoku,Abdollah Homaifar,Edward Tunstel },
title = { The A-r-Star (Ar) Pathfinder },
journal = { International Journal of Computer Applications },
year = { 2013 },
volume = { 67 },
number = { 8 },
pages = { 32-44 },
doi = { 10.5120/11417-6753 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2013
%A Daniel Opoku
%A Abdollah Homaifar
%A Edward Tunstel
%T The A-r-Star (Ar) Pathfinder%T
%J International Journal of Computer Applications
%V 67
%N 8
%P 32-44
%R 10.5120/11417-6753
%I Foundation of Computer Science (FCS), NY, USA
This paper presents a variant of the A-Star (A^*) pathfinder for robot path planning calledA_r^* (pronounced A-r-Star)and demonstrates that the A_r^*algorithm outperforms A^* in a uniformly gridded sparse world and gives performance matching that of A^* in a uniformly gridded cluttered world. This algorithm is simple to implement and understand. It alsohighlights the performance advantages of theA_r^*algorithm and proves its properties experimentally and analytically (where appropriate). Some challenges affecting the performance of A_r^*have been presented and some solutions to these challenges have been developed and implemented. The performance of A_r^*has been compared toA^*running on both uniform and multi-resolution grids of different world scenarios. Results show that on a sparse high-resolution uniform grid worldA_r^*'s search speed scales well and it outperforms A^* by an exponential factor.