Collective Construction of 2D Block Structures with Holes
Zachary Fitzsimmons, Robin Flatland

TL;DR
This paper introduces algorithms for autonomous robot teams to construct 2D block structures with holes, ensuring connectivity and maneuverability constraints are met, extending previous work to more complex structures.
Contribution
It extends existing algorithms to handle 2D structures with holes by modeling the problem as a graph orientation and providing an efficient O(n^2) solution.
Findings
Developed an O(n^2) algorithm for constructing 2D structures with holes.
Modeled the construction problem as a graph orientation problem.
Enabled distributed coordination among robots for construction tasks.
Abstract
In this paper we present algorithms for collective construction systems in which a large number of autonomous mobile robots trans- port modular building elements to construct a desired structure. We focus on building block structures subject to some physical constraints that restrict the order in which the blocks may be attached to the structure. Specifically, we determine a partial ordering on the blocks such that if they are attached in accordance with this ordering, then (i) the structure is a single, connected piece at all intermediate stages of construction, and (ii) no block is attached between two other previously attached blocks, since such a space is too narrow for a robot to maneuver a block into it. Previous work has consider this problem for building 2D structures without holes. Here we extend this work to 2D structures with holes. We accomplish this by modeling the problem…
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
TopicsModular Robots and Swarm Intelligence · Optimization and Search Problems · Soft Robotics and Applications
