Quick Multi-Robot Motion Planning by Combining Sampling and Search
Keisuke Okumura, Xavier D\'efago

TL;DR
This paper introduces SSSP, a novel algorithm that combines sampling and search techniques for rapid multi-robot motion planning, outperforming traditional methods in speed and scalability.
Contribution
The paper presents SSSP, a unified approach that simultaneously constructs roadmaps and finds paths, significantly improving planning speed for multiple robots.
Findings
SSSP solves more problem instances faster than standard methods.
SSSP successfully plans for 32 robots in dense environments.
Empirical results show substantial speedup in multi-robot planning.
Abstract
We propose a novel algorithm to solve multi-robot motion planning (MRMP) rapidly, called Simultaneous Sampling-and-Search Planning (SSSP). Conventional MRMP studies mostly take the form of two-phase planning that constructs roadmaps and then finds inter-robot collision-free paths on those roadmaps. In contrast, SSSP simultaneously performs roadmap construction and collision-free pathfinding. This is realized by uniting techniques of single-robot sampling-based motion planning and search techniques of multi-agent pathfinding on discretized spaces. Doing so builds the small search space, leading to quick MRMP. SSSP ensures finding a solution eventually if exists. Our empirical evaluations in various scenarios demonstrate that SSSP significantly outperforms standard approaches to MRMP, i.e., solving more problem instances much faster. We also applied SSSP to planning for 32 ground robots…
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 · Software Testing and Debugging Techniques
