Home /Research /An Optimal Any-Angle Pathfinding Algorithm
OTHER

An Optimal Any-Angle Pathfinding Algorithm

Daniel Harabor, Alban Grastien

Year
2013
Citations
41
Access
Open access

Abstract

Any-angle pathfinding is a common problem from robotics and computer games: it requires finding a Euclidean shortest path between a pair of points in a grid map. Prior research has focused on approximate online solutions. A number of exact methods exist but they all require supra-linear space and preprocessing time. In this paper we describe Anya: a new optimal any-angle pathfinding algorithm which searches over sets of states represented as intervals. Each interval is identified online. From each we select a representative point to derive a corresponding f-value for the set. Anya always returns an optimal path. Moreover it does so entirely online, without any preprocessing or memory overheads. This result answers an open question from the areas of Artificial Intelligence and Game Development: is there an any-angle pathfinding algorithm which is online and optimal? The answer is yes.

Keywords

PathfindingPreprocessorComputer sciencePath (computing)AlgorithmShortest path problemSet (abstract data type)Travelling salesman problemPoint (geometry)Robotics

Related papers

Browse all OTHER papers