Robot Termites Build a Castle
Written by Harry Fairhead   
Sunday, 02 September 2012

Next time you see a craftsman building a wall brick-by-brick, remember that his days are numbered. No not by the Terminator, but by TERMES, a project to create a swarm of builder robots.

The idea is simple in principle, but difficult to get right. Take a group of autonomous machines designed to be able to clamber over structures of bricks. Each robot carries a brick to the correct spot and deposits it. As long as the swarm is functioning under the right algorithm, eventually whatever you want to build will be built.

The Self-Organizing Systems Research Group at Harvard has built demonstration robots that can perform swarm-based building. The robots used are simple but specialized for the task. For example, in place of wheels they use "whegs" (WHeels with lEGs) which have hooks that allow them to climb over steps in forward or reverse. The don't have sophisticated position sensors, no GPS for example, but they can detect the special blocks using IR sensors and a tilt switch tells it when it is level.

termes1

Using just these simple inputs the robot can move bricks around to build complex structure - see the video for an example of a castle:

 

It is important to realize that there is no central control for the robots - they all just get on with building the plan. The algorithm is based on a "Structpath", which is a path through the bricks that all of the robots follow. The rules that the robots follow guarantee that the structure will be completed and untraversable paths, deadends and deadlocks are avoided.

If you would like to see the algorithm in action it is illustrated in the following video:

 

At the moment the suggestions for its possible use include building sandbag walls or assembling structures in dangerous locations such as space. Given the recent increase in freak weather and flooding, perhaps the sandbag idea is the one to go with. If each city has a few cheap and tough sandbag robots it could presumably be set to build defenses quicker than a human team could manage.

termes2 

More Information

TERMES Project

TERMES: An Autonomous Robotic System for Three-Dimensional Collective Construction (pdf)

Related Articles

A Swarm of Quadrotors

Swarmanoids rule

Artificial Ants (book review)

Quadrotor Swarm Constructors (video)

Robot swarms take to the air

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

Banner


White House Urges Memory Safe Software
29/02/2024

The White House is urging developers to adopt memory safe programming languages, suggesting Rust would be a safer choice than C or C++. 



SnapCode: A Java IDE for the Web
27/02/2024

Thanks to CheerpJ and WebAssembly you can now run a Java IDE inside your browser and local first.This is SnapCode, and while lightweight and in-browser, is to be not underestimated.


More News

Last Updated ( Sunday, 02 September 2012 )