# Path Planning for a Formation of Mobile Robots with Split and Merge

**Authors:** Estefan\'ia Pereyra, Gast\'on Aragu\'as, Miroslav Kulich

arXiv: 1901.07408 · 2019-01-23

## TL;DR

This paper introduces a deterministic, optimal path planning algorithm for robot formations that allows splitting and merging, improving multi-robot navigation efficiency in complex environments.

## Contribution

It presents a novel extension of Dijkstra's algorithm to handle formation split and merge scenarios with optimality guarantees.

## Key findings

- The algorithm finds optimal paths in complex environments.
- It effectively manages formation split and merge situations.
- Experimental results confirm its efficiency and optimality.

## Abstract

A novel multi-robot path planning approach is presented in this paper. Based on the standard Dijkstra, the algorithm looks for the optimal paths for a formation of robots, taking into account the possibility of split and merge. The algorithm explores a graph representation of the environment, computing for each node the cost of moving a number of robots and their corresponding paths. In every node where the formation can split, all the new possible formation subdivisions are taken into account accordingly to their individual costs. In the same way, in every node where the formation can merge, the algorithm verifies whether the combination is possible and, if possible, computes the new cost. In order to manage split and merge situations, a set of constraints is applied. The proposed algorithm is thus deterministic, complete and finds an optimal solution from a source node to all other nodes in the graph. The presented solution is general enough to be incorporated into high-level tasks as well as it can benefit from state-of-the-art formation motion planning approaches, which can be used for evaluation of edges of an input graph. The presented experimental results demonstrate the ability of the method to find the optimal solution for a formation of robots in environments with varying complexity.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1901.07408/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1901.07408/full.md

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