Motion Planning for Multi-Link Robots by Implicit Configuration-Space Tiling
Oren Salzman, Kiril Solovey, Dan Halperin

TL;DR
This paper introduces a novel motion-planning algorithm for multi-link robots that precomputes a tiling roadmap to efficiently handle self-collision checks, significantly speeding up planning in various scenarios.
Contribution
The work presents a precomputed tiling roadmap approach that encodes self-collision free spaces, reducing online computation and increasing flexibility compared to existing methods.
Findings
Algorithm is over fifty times faster than state-of-the-art in some cases.
Preprocessing enables efficient collision checking with obstacles.
Applicable to open and closed-chain multi-link robots.
Abstract
We study the problem of motion-planning for free-flying multi-link robots and develop a sampling-based algorithm that is specifically tailored for the task. Our work is based on the simple observation that the set of configurations for which the robot is self-collision free is independent of the obstacles or of the exact placement of the robot. This allows to eliminate the need to perform costly self-collision checks online when solving motion-planning problems, assuming some offline preprocessing. In particular, given a specific robot type our algorithm precomputes a tiling roadmap, which efficiently and implicitly encodes the self-collision free (sub-)space over the entire configuration space, where the latter can be infinite for that matter. To answer any query, in any given scenario, we traverse the tiling roadmap while only testing for collisions with obstacles. Our algorithm…
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 · Modular Robots and Swarm Intelligence · Optimization and Search Problems
