Blog/content/publications/sgmapf.md

30 lines
967 B
Markdown
Raw Normal View History

2022-10-19 11:58:45 +00:00
---
title: Online Multi-Agent Path Planning in Runaway Scenarios
author: Lesur, Paul & Bajcinca, Naim
2022-10-19 12:32:27 +00:00
date: '2022-09-01'
2022-10-19 11:58:45 +00:00
publications:
- sgmapf
---
# Online Multi-Agent Path Planning in Runaway Scenarios
Not yet accepted / published
## Authors
Lesur, Paul & Bajcinca, Naim
## Abstract
In this work we present a real-time capable algorithm for solving path planning
problems for the application of Runaway Scenarios. In such applications, a main agent has to follow
a path, and other secondary agents should create space for the main agent,
without colliding with one another. Our algorithm uses a low-level path planner,
similar to what can be found in the literature for the problem of Multi-Agent
Path Finding (MAPF), and combines it with our novel Planner Scheduler, a
high-level scheduler that allows us to find a sub-optimal solution quickly.
2023-02-09 17:23:41 +00:00
## Results
One can find the detailed results (numbers and animations) [here](../../runaway_planning/results).