Unconstraining Multi-Robot Manipulation: Enabling Arbitrary Constraints in ECBS with Bounded Sub-Optimality
Yorai Shaoul, Rishi Veerapaneni, Maxim Likhachev, Jiaoyang Li
TL;DR
This work addresses the bottleneck in applying conflict-based search to multi-robot-arm motion planning by removing the strict trade-off between completeness and efficiency. It introduces Generalized ECBS, a framework that supports arbitrary, potentially incomplete constraints while preserving completeness and a bounded sub-optimality guarantee, via lazy CT expansion, multiple focal queues, and dynamic constraint-priority learning (Dynamic Thompson Sampling). The authors formalize M-RAMP, adapt CBS/ECBS to accommodate new constraint types (e.g., sphere and step-priority), and demonstrate substantial performance gains across 4, 6, and 8-robot scenarios with realistic manipulators. The approach achieves higher success rates and competitive runtimes compared to baselines like ECBS and classical motion planners, underscoring the practical impact of principled constraint design in high-DoF multi-robot manipulation. Overall, Gen-ECBS enables robust, scalable MAPF-based planning for complex M-RAMP problems, with broad implications for autonomous assembly and coordination in cluttered workspaces.
Abstract
Multi-Robot-Arm Motion Planning (M-RAMP) is a challenging problem featuring complex single-agent planning and multi-agent coordination. Recent advancements in extending the popular Conflict-Based Search (CBS) algorithm have made large strides in solving Multi-Agent Path Finding (MAPF) problems. However, fundamental challenges remain in applying CBS to M-RAMP. A core challenge is the existing reliance of the CBS framework on conservative "complete" constraints. These constraints ensure solution guarantees but often result in slow pruning of the search space -- causing repeated expensive single-agent planning calls. Therefore, even though it is possible to leverage domain knowledge and design incomplete M-RAMP-specific CBS constraints to more efficiently prune the search, using these constraints would render the algorithm itself incomplete. This forces practitioners to choose between efficiency and completeness. In light of these challenges, we propose a novel algorithm, Generalized ECBS, aimed at removing the burden of choice between completeness and efficiency in MAPF algorithms. Our approach enables the use of arbitrary constraints in conflict-based algorithms while preserving completeness and bounding sub-optimality. This enables practitioners to capitalize on the benefits of arbitrary constraints and opens a new space for constraint design in MAPF that has not been explored. We provide a theoretical analysis of our algorithms, propose new "incomplete" constraints, and demonstrate their effectiveness through experiments in M-RAMP.
