Shortest Paths of Mutually Visible Robots
Rusul J. Alsaedi, Joachim Gudmundsson, Andr\'e van Renssen

TL;DR
This paper develops an efficient algorithm for moving multiple robots along shortest paths inside a polygon while maintaining mutual visibility, extending previous work from two robots to multiple robots under specific conditions.
Contribution
It introduces an $O(mn)$ time algorithm for multiple robots with start and target positions on non-intersecting line segments, and discusses the complexity when segments intersect.
Findings
Algorithm runs in $O(mn)$ time for non-intersecting segments.
No polynomial-time strategy exists for intersecting segments case.
Extends shortest path visibility preservation from two robots to multiple robots.
Abstract
Given a set of point robots inside a simple polygon , the task is to move the robots from their starting positions to their target positions along their shortest paths, while the mutual visibility of these robots is preserved. Previous work only considered two robots. In this paper, we present an time algorithm, where is the complexity of the polygon, when all the starting positions lie on a line segment , all the target positions lie on a line segment , and and do not intersect. We also argue that there is no polynomial-time algorithm, whose running time depends only on and , that uses a single strategy for the case where and intersect.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Optimization and Search Problems · Computational Geometry and Mesh Generation
