Open Design for ~$800 Swarm Robots
An anonymous reader writes "There are lots of multi-robot designs out there. Most are either research platforms well over $2K (often $10K or more), or are hobbyist bots under $400 with tiny brains and few sensors. But George Mason University's new FlockBots wiki is interesting. They're trying to pack as much functionality as possible into a roughly $800, 7" mobile swarmbot, and publish the design and software as a free and open spec. So far their design includes a wireless 200MHz Gumstix Linux computer, a camera, range and bump sensors, wheel encoders, a can gripper, and lots more. It's a great-looking design and I think the cost could drop to $500 with vendors doing consolidation."
I wonder if we'll see freedom fighters in countries like Iraq and Afghanistan start to use robots like these such as weapons (assuming these researchers do succeed in keeping the cost low). Indeed, considering the US military's increased use of drones and unmanned combat vehicles, it is doubtful that those they are fighting against will not soon resort to employing he same methodologies.
This particular device uses Linux, which brings up another question: should developers of open source software license their software so as to prevent it from being used in such killing devices? Or should freedom trump such an argument?
Cyric Zndovzny at your service.
Its interesting that they chose to pair the Gumstix with the Acroname Brainsem. I've been working with the brainstem for mobile robotics as part of CSCS and found it extremely flexible for robotics development. In what we've been doing, we used the brainstem chained to Zaurus PDA's, to achieve a similar linux control environment for the actual board (as the TEA language used to program the brainstem is somewhat restrictive). This platform seems like a great way for people to start out with a known good set of equipment, something that would really have helped us when getting started. (We had a whole load of teething issues getting the PDA's and brainstems talking, not to mention creating working combinations of servos)
Business Voyeur
Having an Open Design is well and good, but I think there is still one main factor that prevents the field of robotics from flourishing. The problem stems from the lack of standard in both the development of the software, hardware, and mechanics.
Since there is no standard, someone can be using Microcontroller A with Motion Controller X using Programming Language N. Then finally combining these electronics with Servo K. When drivers for Motion Controller X has already been written under Programming Language M, developers have to spend time porting the code for another language for a different microprocessor, which might or might not work with the Servo.
When there are so many variables in robotics without any standard, a lot of development time are wasted either porting code, finding minor differences between devices and motors that causes incompatibilities, or choosing non-optimal parts for ease of implementation. In order for the field of robotics to advance at a faster rate, there needs to be a more standardized open environment in the software, hardware, and mechanical aspect.