Online Obstacle evasion with Space-Filling Curves
Ashay Wakode, Arpita Sinha

TL;DR
This paper introduces an online obstacle evasion strategy for robotic exploration using Space-Filling Curves, enabling robots to systematically explore areas without prior obstacle knowledge, demonstrated with Hilbert curves.
Contribution
It proposes a novel online evasion technique for SFC-based exploration that handles obstacles dynamically without prior environment information.
Findings
The strategy guarantees complete coverage of free space.
It is applicable to all SFCs, demonstrated with Hilbert curve.
Addresses non-uniform coverage issues.
Abstract
The paper presents a strategy for robotic exploration problems using Space-Filling curves (SFC). The region of interest is first tessellated, and the tiles/cells are connected using some SFC. A robot follows the SFC to explore the entire area. However, there could be obstacles that block the systematic movement of the robot. We overcome this problem by providing an evading technique that avoids the blocked tiles while ensuring all the free ones are visited at least once. The proposed strategy is online, implying that prior knowledge of the obstacles is not mandatory. It works for all SFCs, but for the sake of demonstration, we use Hilbert curve. We present the completeness of the algorithm and discuss its desirable properties with examples. We also address the non-uniform coverage problem using our strategy.
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.
Code & Models
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 · Optimization and Search Problems
