Does a robot path have clearance c?
Ovidiu Daescu, Hemant Malik

TL;DR
This paper develops a data structure for efficiently verifying if a given polygonal path maintains a specified clearance from polygonal obstacles, optimizing query times especially for paths with few segments.
Contribution
It introduces a novel preprocessing method to quickly determine obstacle proximity to a path segment, improving efficiency for small-segment paths in polygonal obstacle environments.
Findings
Achieves $O(t ext{ log } n)$ preprocessing time and $O((n / \sqrt{t}) ext{ log }^{7/2} n)$ query time.
Provides a scalable solution for multiple obstacle proximity queries with adjustable parameter t.
Significantly improves query efficiency for paths with few segments compared to existing methods.
Abstract
Most path planning problems among polygonal obstacles ask to find a path that avoids the obstacles and is optimal with respect to some measure or a combination of measures, for example an -to- shortest path of clearance at least , where and are points in the free space and is a positive constant. In practical applications, such as emergency interventions/evacuations and medical treatment planning, a number of -to- paths are suggested by experts and the question is whether such paths satisfy specific requirements, such as a given clearance from the obstacles. We address the following path query problem: Given a set of disjoint simple polygons in the plane, with a total of vertices, preprocess them so that for a query consisting of a positive constant and a simple polygonal path with vertices, from a point to a point in free…
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
TopicsComputational Geometry and Mesh Generation · Robotic Path Planning Algorithms · Optimization and Search Problems
