Title :
C-Theta*: Cluster Based Path-Planning on Grids
Author :
Pramod Mendonca;Scott Goodwin
Author_Institution :
Sch. of Comput. Sci., Univ. of Windsor, Windsor, ON, Canada
Abstract :
Path planning is used to solve the problem of moving an agent towards a destination. Theta* is a well know any angle path planning algorithm which works by utilizing line of sight checks during the search. To find shorter paths that are not constraint to grid edges, there is a compromise in the time taken to reach the destination which makes Theta* undesirable as the grid map size increases. To solve this problem and enhance the search performance we propose a method which divides a map into high and low density regions using an unsupervised clustering algorithm based on the number of blocked nodes on a grid map. After comparing the proposed model with theta* the results show the time taken to find the shortest path to be reduced significantly in comparison with Theta* while the path length will remain as short as Theta.
Keywords :
"Clustering algorithms","Games","Path planning","Heuristic algorithms","Computers","Computer science","Search problems"
Conference_Titel :
Computational Science and Computational Intelligence (CSCI), 2015 International Conference on
DOI :
10.1109/CSCI.2015.92