Accelerating Search-Based Planning for Multi-Robot Manipulation by Leveraging Online-Generated Experiences
Yorai Shaoul, Itamar Mishani, Maxim Likhachev, Jiaoyang Li
TL;DR
This paper addresses the challenge of planning for multiple robotic arms operating in a shared workspace, where the high-dimensional composite configuration space makes traditional planning methods intractable. It introduces an experience-acceleration framework that reuses online-generated planning experiences inside Conflict-Based Search-based MAPF solvers, instantiated as xCBS and xECBS, to speed up replanning while preserving completeness and bounded sub-optimality. Theoretical analysis shows that the low-level xWA* retains completeness and a sub-optimality bound $w^L$, and the high-level CBS search maintains a bound $w^H$, yielding an overall $w^H w^L C^*$-optimality; ECBS-style bounding is preserved in the accelerated variants. Empirically, the approach scales to up to 10 arms, outperforms baselines in planning time and success rate—especially in cluttered, closely interacting scenarios—highlighting xECBS as particularly effective for practical multi-arm manipulation tasks.
Abstract
An exciting frontier in robotic manipulation is the use of multiple arms at once. However, planning concurrent motions is a challenging task using current methods. The high-dimensional composite state space renders many well-known motion planning algorithms intractable. Recently, Multi-Agent Path-Finding (MAPF) algorithms have shown promise in discrete 2D domains, providing rigorous guarantees. However, widely used conflict-based methods in MAPF assume an efficient single-agent motion planner. This poses challenges in adapting them to manipulation cases where this assumption does not hold, due to the high dimensionality of configuration spaces and the computational bottlenecks associated with collision checking. To this end, we propose an approach for accelerating conflict-based search algorithms by leveraging their repetitive and incremental nature -- making them tractable for use in complex scenarios involving multi-arm coordination in obstacle-laden environments. We show that our method preserves completeness and bounded sub-optimality guarantees, and demonstrate its practical efficacy through a set of experiments with up to 10 robotic arms.
