English

Asymptotically Optimal Gathering on a Grid

Distributed, Parallel, and Cluster Computing 2016-02-11 v1 Multiagent Systems

Abstract

In this paper, we solve the local gathering problem of a swarm of nn indistinguishable, point-shaped robots on a two dimensional grid in asymptotically optimal time O(n)\mathcal{O}(n) in the fully synchronous FSYNC\mathcal{FSYNC} time model. Given an arbitrarily distributed (yet connected) swarm of robots, the gathering problem on the grid is to locate all robots within a 2×22\times 2-sized area that is not known beforehand. Two robots are connected if they are vertical or horizontal neighbors on the grid. The locality constraint means that no global control, no compass, no global communication and only local vision is available; hence, a robot can only see its grid neighbors up to a constant L1L_1-distance, which also limits its movements. A robot can move to one of its eight neighboring grid cells and if two or more robots move to the same location they are \emph{merged} to be only one robot. The locality constraint is the significant challenging issue here, since robot movements must not harm the (only globally checkable) swarm connectivity. For solving the gathering problem, we provide a synchronous algorithm -- executed by every robot -- which ensures that robots merge without breaking the swarm connectivity. In our model, robots can obtain a special state, which marks such a robot to be performing specific connectivity preserving movements in order to allow later merge operations of the swarm. Compared to the grid, for gathering in the Euclidean plane for the same robot and time model the best known upper bound is O(n2)\mathcal{O}(n^2).

Keywords

Cite

@article{arxiv.1602.03303,
  title  = {Asymptotically Optimal Gathering on a Grid},
  author = {Andreas Cord-Landwehr and Matthias Fischer and Daniel Jung and Friedhelm Meyer auf der Heide},
  journal= {arXiv preprint arXiv:1602.03303},
  year   = {2016}
}

Comments

arXiv admin note: substantial text overlap with arXiv:1510.05454

R2 v1 2026-06-22T12:47:26.792Z