Online Computation of Euclidean Shortest Paths in Two Dimensions

Authors

  • Ryan Hechenberger Monash University
  • Peter J Stuckey Monash University
  • Daniel Harabor Monash University
  • Pierre Le Bodic Monash University
  • Muhammad Aamir Cheema Monash University

DOI:

https://doi.org/10.1609/icaps.v30i1.6654

Abstract

We consider the online version of Euclidean Shortest Path (ESP): a problem that asks for distance minimal trajectories between traversable pairs of points in the plane. The problem is made challenging because each trajectory must avoid a set of non-traversable obstacles represented as polygons. To solve ESP practitioners will often preprocess the environment and construct specialised data structures, such as visibility graphs and navigation meshes. Pathfinding queries on these data structures are fast but the preprocessed data becomes invalidated when obstacles move or change. In this work we propose RayScan, a new algorithmic approach for ESP which is entirely online. The central idea is simple: each time we expand a node we also cast a ray toward the target. If an obstacle intersects the ray we scan its perimeter for a turning point; i.e. a vertex from which a new ray can continue unimpeded towards the target. RayScan is fast, optimal and entirely online. Experiments show that it can significantly improve upon current state-of-the-art methods for ESP in cases where the set of obstacles is dynamic.

Downloads

Published

2020-06-01

How to Cite

Hechenberger, R., Stuckey, P. J., Harabor, D., Le Bodic, P., & Cheema, M. A. (2020). Online Computation of Euclidean Shortest Paths in Two Dimensions. Proceedings of the International Conference on Automated Planning and Scheduling, 30(1), 134-142. https://doi.org/10.1609/icaps.v30i1.6654