Multi-Agent Motion Planning For Differential Drive Robots Through Stationary State Search
Jingtian Yan, Jiaoyang Li
TL;DR
The paper tackles multi-agent motion planning for differential-drive robots by integrating kinodynamic constraints into a scalable framework. MASS combines a MAPF-based Level-1 planner, Stationary Safe Interval Path Planning (SSIPP) at Level 2, and speed-profile optimization at Level 3, augmented by Partial Stationary Expansion for scalability and an adaptive window for lifelong planning. It demonstrates substantial gains in throughput and solution quality on standard benchmarks and a warehouse simulator, outperforming post-processed MAPF and other baselines by up to 400%. The work delivers a practical, kinodynamics-aware MAMP solution for large teams of differential-drive robots with applicability to traffic, airports, and warehousing.
Abstract
Multi-Agent Motion Planning (MAMP) finds various applications in fields such as traffic management, airport operations, and warehouse automation. In many of these environments, differential drive robots are commonly used. These robots have a kinodynamic model that allows only in-place rotation and movement along their current orientation, subject to speed and acceleration limits. However, existing Multi-Agent Path Finding (MAPF)-based methods often use simplified models for robot kinodynamics, which limits their practicality and realism. In this paper, we introduce a three-level framework called MASS to address these challenges. MASS combines MAPF-based methods with our proposed stationary state search planner to generate high-quality kinodynamically-feasible plans. We further extend MASS using an adaptive window mechanism to address the lifelong MAMP problem. Empirically, we tested our methods on the single-shot grid map domain and the lifelong warehouse domain. Our method shows up to 400% improvements in terms of throughput compared to existing methods.
