# Sampling-Based Optimal Control Synthesis for Multi-Robot Systems under   Global Temporal Tasks

**Authors:** Yiannis Kantaros, Michael M. Zavlanos

arXiv: 1706.04216 · 2018-06-21

## TL;DR

This paper introduces a scalable, sampling-based optimal control synthesis algorithm for multi-robot systems with global temporal logic tasks, capable of handling extremely large state spaces efficiently.

## Contribution

A novel sampling-based algorithm that constructs incrementally trees to approximate the product automaton, reducing memory use and increasing scalability for multi-robot planning.

## Key findings

- Handles product automata with billions of states.
- Proves probabilistic completeness and asymptotic optimality.
- Outperforms existing methods in large-scale scenarios.

## Abstract

This paper proposes a new optimal control synthesis algorithm for multi-robot systems under global temporal logic tasks. Existing planning approaches under global temporal goals rely on graph search techniques applied to a product automaton constructed among the robots. In this paper, we propose a new sampling-based algorithm that builds incrementally trees that approximate the state-space and transitions of the synchronous product automaton. By approximating the product automaton by a tree rather than representing it explicitly, we require much fewer memory resources to store it and motion plans can be found by tracing sequences of parent nodes without the need for sophisticated graph search methods. This significantly increases the scalability of our algorithm compared to existing optimal control synthesis methods. We also show that the proposed algorithm is probabilistically complete and asymptotically optimal. Finally, we present numerical experiments showing that our approach can synthesize optimal plans from product automata with billions of states, which is not possible using standard optimal control synthesis algorithms or off-the-shelf model checkers.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.04216/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1706.04216/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1706.04216/full.md

---
Source: https://tomesphere.com/paper/1706.04216