Just watched this fascinating and terrifying video. I'm curious what programming language / paradigm is used to control these beasties?
Asked
Active
Viewed 1,906 times
3
-
5Terrifying Swarms of Beasties That Will Take Over The Earth are usually programmed in the most terrifying language of all: VBA!!! :P – FrustratedWithFormsDesigner Feb 01 '12 at 22:22
-
IBM System/370 Assembler! – Paul Tomblin Feb 02 '12 at 00:20
-
http://kmelrobotics.com/ Ask them. – S.Lott Feb 01 '12 at 22:44
1 Answers
4
The term I see most often for the algorithms is decentralized adaptive control. There are some papers available from the group that designed it, although their site looks like it hasn't been updated in a few years.
According to this electronic design article, the quadrotors are running Robot Operating System (ROS), which has support for both python and C++. I couldn't find which language is used on this particular project.

Karl Bielefeldt
- 146,727
- 38
- 279
- 479
-
A bit more about ROS: http://en.wikipedia.org/wiki/ROS_(Robot_Operating_System) – starsinmypockets Feb 02 '12 at 15:18