Dispersion of Mobile Robots in the Global Communication Model

09/04/2019
by   Ajay D. Kshemkalyani, et al.
0

The dispersion problem on graphs asks k≤ n robots placed initially arbitrarily on the nodes of an n-node anonymous graph to reposition autonomously to reach a configuration in which each robot is on a distinct node of the graph. This problem is of significant interest due to its relationship to other fundamental robot coordination problems, such as exploration, scattering, load balancing etc. In this paper, we consider dispersion in the global communication model where a robot can communicate with any other robot in the graph (but the graph is unknown to robots). We provide three novel deterministic algorithms, two for arbitrary graphs and one for arbitrary trees, in a synchronous setting where all robots perform their actions in every time step. For arbitrary graphs, our first algorithm is based on a DFS traversal and guarantees O(min(m,kΔ)) steps runtime using Θ(log (max(k,Δ))) bits at each robot, where m is the number of edges and Δ is the maximum degree of the graph. The second algorithm for arbitrary graphs is based on a BFS traversal and guarantees O( max(D,k) Δ (D+Δ)) steps runtime using O(max(D,Δlog k)) bits at each robot, where D is the diameter of the graph. The algorithm for arbitrary trees is also based on a BFS travesal and guarantees O(Dmax(D,k)) steps runtime using O(max(D,Δlog k)) bits at each robot. Our results are significant improvements compared to the existing results established in the local communication model where a robot can communication only with other robots present at the same node. Particularly, the DFS-based algorithm is optimal for both memory and time in constant-degree arbitrary graphs. The BFS-based algorithm for arbitrary trees is optimal with respect to runtime when k≤ O(D).

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/13/2018

Improved Dispersion of Mobile Robots on Arbitrary Graphs

The dispersion problem on graphs asks k≤ n robots placed initially arbit...
research
08/03/2020

Memory Optimal Dispersion by Anonymous Mobile Robots

Consider a team of k ≤ n autonomous mobile robots initially placed at a ...
research
05/30/2018

Efficient Dispersion of Mobile Robots on Graphs

The dispersion problem on graphs requires k robots placed arbitrarily at...
research
05/02/2023

Fast Deterministic Gathering with Detection on Arbitrary Graphs: The Power of Many Robots

Over the years, much research involving mobile computational entities ha...
research
06/07/2021

Near-Optimal Dispersion on Arbitrary Anonymous Graphs

Given an undirected, anonymous, port-labeled graph of n memory-less node...
research
11/22/2022

Fault-Tolerant Dispersion of Mobile Robots

We consider the mobile robot dispersion problem in the presence of fault...
research
10/05/2020

A Discrete and Continuous Study of the Max-Chain-Formation Problem

Most existing robot formation problems seek a target formation of a cert...

Please sign up or login with your details

Forgot password? Click here to reset