Rectilinear Shortest Paths Among Transient Obstacles
Anil Maheshwari, Arash Nouri, and J\"org-R\"udiger Sack

TL;DR
This paper introduces an optimal algorithm for finding time-minimal rectilinear paths among transient obstacles, accounting for waiting times, with applications in robot navigation and efficient query handling.
Contribution
It presents the first optimal $ heta(n ext{log} n)$ algorithm for rectilinear shortest paths among transient obstacles and a query method for fast minimum arrival time reporting.
Findings
Achieves optimal time complexity for the problem.
Provides a query structure for rapid path time estimation.
Handles obstacle appearance and disappearance in path planning.
Abstract
This paper presents an optimal algorithm for determining time-minimal rectilinear paths among transient rectilinear obstacles. An obstacle is transient if it exists in the scene only for a specific time interval, i.e., it appears and then disappears at specific times. Given a point robot moving with bounded speed among transient rectilinear obstacles and a pair of points , , we determine a time-minimal, obstacle-avoiding path from to . The main challenge in solving this problem arises as the robot may be required to wait for an obstacle to disappear, before it can continue moving toward the destination. Our algorithm builds on the continuous Dijkstra paradigm, which simulates propagating a wavefront from the source point. We also solve a query version of this problem. For this, we build a planar subdivision with respect to a fixed source point, so…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Computational Geometry and Mesh Generation · Robotics and Sensor-Based Localization
