🤖 AI Summary
Existing dynamics-aware motion planners suffer from high computational complexity, hindering scalability to tens of robots. This paper proposes db-LaCAM, a framework that bridges the efficiency of multi-agent path finding (MAPF) with dynamics awareness. It introduces a search mechanism supporting user-defined discontinuities, ensuring resolution completeness while accommodating arbitrary robot dynamics models. By integrating a precomputed library of motion primitives with a lightweight MAPF solver, db-LaCAM generates finite-horizon, dynamically feasible trajectories. The method supports diverse robot models—including unicycles, 3D double integrators, car-trailer systems, and quadrotors—in both 2D and 3D environments. Experiments demonstrate a 10× speedup over state-of-the-art planners in 50-robot scenarios, with comparable trajectory quality. Safety and feasibility are further validated on real-world flying robots and car-trailer systems.
📝 Abstract
State-of-the-art multi-robot kinodynamic motion planners struggle to handle more than a few robots due to high computational burden, which limits their scalability and results in slow planning time.
In this work, we combine the scalability and speed of modern multi-agent path finding (MAPF) algorithms with the dynamic-awareness of kinodynamic planners to address these limitations.
To this end, we propose discontinuity-Bounded LaCAM (db-LaCAM), a planner that utilizes a precomputed set of motion primitives that respect robot dynamics to generate horizon-length motion sequences, while allowing a user-defined discontinuity between successive motions.
The planner db-LaCAM is resolution-complete with respect to motion primitives and supports arbitrary robot dynamics.
Extensive experiments demonstrate that db-LaCAM scales efficiently to scenarios with up to 50 robots, achieving up to ten times faster runtime compared to state-of-the-art planners, while maintaining comparable solution quality.
The approach is validated in both 2D and 3D environments with dynamics such as the unicycle and 3D double integrator.
We demonstrate the safe execution of trajectories planned with db-LaCAM in two distinct physical experiments involving teams of flying robots and car-with-trailer robots.