Collisionless gathering of robots with an extent

  • Authors:
  • Andreas Cord-Landwehr;Bastian Degener;Matthias Fischer;Martina Hüllmann;Barbara Kempkes;Alexander Klaas;Peter Kling;Sven Kurras;Marcus Märtens;Friedhelm Meyer Auf Der Heide;Christoph Raupach;Kamil Swierkot;Daniel Warner;Christoph Weddemann;Daniel Wonisch

  • Affiliations:
  • Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn;Heinz Nixdorf Institute, Computer Science Department, University of Paderborn

  • Venue:
  • SOFSEM'11 Proceedings of the 37th international conference on Current trends in theory and practice of computer science
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Gathering n mobile robots in one single point in the Euclidean plane is a widely studied problem from the area of robot formation problems. Classically, the robots are assumed to have no physical extent, and they are able to share a position with other robots. We drop these assumptions and investigate a similar problem for robots with (a spherical) extent: the goal is to gather the robots as close together as possible. More exactly, we want the robots to form a sphere with minimum radius around a predefined point. We propose an algorithm for this problem which synchronously moves the robots towards the center of the sphere unless they block each other. In this case, if possible, the robots spin around the center of the sphere. We analyze this algorithm experimentally in the plane. If R is the distance of the farthest robot to the center of the sphere, the simulations indicate a runtime which is linear in n and R. Additionally, we prove a theoretic upper bound for the runtime of O(nR) for a discrete version of the problem. Simulations also suggest a runtime of O(n + R) for the discrete version.