Summary: Multi-Agent Path Finding with Kinematic Constraints

Abstract

Multi-Agent Path Finding (MAPF) is well studied in both AI and robotics. Given a discretized environment and agents with assigned start and goal locations, MAPF solvers from AI find collision-free paths for hundreds of agents with user-provided sub-optimality guarantees. However, they ignore that actual robots are subject to kinematic constraints (such as velocity limits) and suffer from imperfect plan-execution capabilities. We therefore introduce MAPF-POST to postprocess the output of a MAPF solver in polynomial time to create a plan-execution schedule that can be executed on robots. This schedule works on non-holonomic robots, considers kinematic constraints, provides a guaranteed safety distance between robots, and exploits slack to avoid time-intensive replanning in many cases. We evaluate MAPF-POST in simulation and on differential-drive robots, showcasing the practicality of our approach.

Cite

Text

Hönig et al. "Summary: Multi-Agent Path Finding with Kinematic Constraints." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/684

Markdown

[Hönig et al. "Summary: Multi-Agent Path Finding with Kinematic Constraints." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/honig2017ijcai-summary/) doi:10.24963/IJCAI.2017/684

BibTeX

@inproceedings{honig2017ijcai-summary,
  title     = {{Summary: Multi-Agent Path Finding with Kinematic Constraints}},
  author    = {Hönig, Wolfgang and Kumar, T. K. Satish and Cohen, Liron and Ma, Hang and Xu, Hong and Ayanian, Nora and Koenig, Sven},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {4869-4873},
  doi       = {10.24963/IJCAI.2017/684},
  url       = {https://mlanthology.org/ijcai/2017/honig2017ijcai-summary/}
}