Published January 1, 2016 | Version v1
Journal article Open

Optimal Any-Angle Path finding In Practice

  • 1. Natl ICT Australia, Canberra Lab, 7 London Circuit, Canberra, ACT 2601, Australia
  • 2. Yasar Univ, TR-35100 Izmir, Turkey
  • 3. Istanbul Sehir Univ, TR-34662 Istanbul, Turkey

Description

Any-angle path finding is a fundamental problem in robotics and computer games. The goal is to find a shortest path between a pair of points on a grid map such that the path is not artificially constrained to the points of the grid. Prior research has focused on approximate online solutions. A number of exact methods exist but they all require super-linear space and pre-processing time. In this study, we describe Anya: a new and optimal any-angle path finding algorithm. Where other works find approximate any-angle paths by searching over individual points from the grid, Anya finds optimal paths by searching over sets of states represented as intervals. Each interval is identified on-the-fly. From each interval Anya selects a single representative point that it uses to compute an admissible cost estimate for the entire set. Anya always returns an optimal path if one exists. Moreover it does so without any offline pre-processing or the introduction of additional memory overheads. In a range of empirical comparisons we show that Anya is competitive with several recent (sub-optimal) online and pre-processing based techniques and is up to an order of magnitude faster than the most common benchmark algorithm, a grid-based implementation of A*.

Files

bib-de95c20c-d7b4-4acc-bdbc-4f59646ffe55.txt

Files (164 Bytes)

Name Size Download all
md5:4681e5f3eaa05c43a1e5fcc1ee9e21f9
164 Bytes Preview Download