RODCDec 13, 2020

Uniform Scattering of Robots on Alternate Nodes of a Grid

arXiv:2012.07112v1
AI Analysis

This work provides a method for achieving uniform robot distribution on a grid, which is useful for applications requiring area coverage or guarding by mobile robots.

This paper proposes a distributed algorithm for homogeneous, autonomous mobile robots to uniformly scatter themselves on alternate nodes of a grid. The robots achieve this distribution without message passing, memory, or collision, ensuring equidistant placement for tasks like area guarding.

In this paper, we propose a distributed algorithm to uniformly scatter the robots along a grid, with robots on alternate nodes of this grid distribution. These homogeneous, autonomous mobile robots place themselves equidistant apart on the grid, which can be required for guarding or covering a geographical area by the robots. The robots operate by executing cycles of the states "look-compute-move". In the look phase, it looks to see the position of the other robots; in the compute phase, it computes a destination to move to; and then in the move phase, it moves to that computed destination. They do not interact by message passing and can recollect neither the past actions nor the looked data from the previous cycle, i.e., oblivious. The robots are semi-synchronous, anonymous and have unlimited visibility. Eventually, the robots uniformly distribute themselves on alternate nodes of a grid, leaving the adjacent nodes of the grid vacant. The algorithm presented also assures no collision or deadlock among the robots.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes