Abstract
Discovering high-quality paths for multirobot problems can be achieved, in principle, by exploring the composite space of all robots. For instance, sampling-based algorithms that build either roadmaps or tree data structures achieve asymptotic optimality. The hardness of motion planning, however, which implies an exponential dependence on problem dimensionality, renders the explicit construction of such structures in the composite space of all robots impractical. This work proposes a scalable, sampling-based planner for coupled multi-robot problems that provides desirable path-quality guarantees. The proposed dRRT* is an informed, asymptotically-optimal extension of a prior method dRRT, which introduced the idea of building roadmaps for each robot and implicitly searching the tensor product of these structures in the composite space. The paper describes the conditions for convergence to optimal paths in multi-robot problems, which is not feasible for the prior method. Moreover, simulations indicate dRRT* converges to high-quality paths and scales to higher numbers of robots where various alternatives fail. It can also be used on high-dimensional challenges, such as planning for robot manipulators.