Open Design for ~$800 Swarm Robots 106
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."
Comment removed (Score:3, Funny)
Re:I for one... (Score:1)
Re: (Score:2, Funny)
Re:I for one... (Score:2)
Re:Gumstix (Score:2)
Re:Gumstix (Score:2)
most of the way down the page.) That would be pretty damn cheap
Aren't there some IRD
Ahh but does it cyber? (Score:1)
http://www.questionablecontent.net/view.php?comic
THEN I'll be impressed. ok.. so I am already, but hey.
Awesome stuff though!
Military applications? (Score:5, Interesting)
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?
Re:Military applications? (Score:1, Flamebait)
And what would you intend with your anti-"killing device" license? Do you *really* want to drive the people who intend to kill with computers into the arms of Microsoft? I can see it now; the "Blue Screen of Death to America"
Moderator Filter: If you want to call me a troll, READ THE FUCKING PARENT.
Re:Military applications? (Score:3, Funny)
Re:Military applications? (Score:3, Insightful)
Re:Military applications? (Score:5, Funny)
This is a great thought. By forbidding using open source software in killing devices we will cause great numbers of lawyers to approach the fighters to serve notice of the lawsuits. The fighters, of course, are already killing people and killing a few lawyers that get in their way won't bother them.
Killers use up their inventory of killing robots.
Software developers feel good about being on the moral high-road.
Lawyers die.
It's a win-win situation.
Re:Military applications? (Score:1)
Re:Military applications? (Score:2)
Nothing gets karma like killing lawyers!
Re:Military applications? (Score:5, Insightful)
Somehow, I doubt that people who would use the software for such purposes would be dissuaded by the licensing conditions.
Re:Military applications? (Score:2)
Major: Huh? Did someone say something?
Geek: You've copied my software!
Major: So?
Geek: It's not licensed for military use. I insist you erase it immediately.
Major: Talk to my evil killer robot. It's in there.
Geek: Wow. Imagine a beowolf cluster of those!
Re:Military applications? (Score:2, Insightful)
-no military uses
-no Taliban can use this software
-no al Queda can use this software
-no Nazis
-no Republicans
-no vegetarians
-no meat eaters
-no SUV drivers
-everybody but Martha Stewart
and so on. Pretty soon what was free isn't so free. That's because restrictions and freedom and opposing concepts. When in doubt, go with freedom. Some people will do things don't agree with with
Re:Military applications? (Score:3, Insightful)
Never. We cannot exclude a single group from using Free software. This would be a desecration of the Freedom that the software stands for. Also, every OSS author would use the license as a political platform to condemn people at random: "This software cannot be used by Southern Baptists, Wahhabists and the followers of
Re:Military applications? (Score:1)
Re:Military applications? (Score:2)
Re:Military applications? (Score:1)
Re:Military applications? (Score:1)
Re:Military applications? (Score:2)
Unless a terrorist can hijack a bunch of these for free, why use them when a stolen car and some C-4 or Semtex is a hell of a lot more effective and cheaper?
Oh, sure, I can think of scenarios where they would be useful, depending on how small they can get and still carry a lethal payload of something (explosives, gas, anthrax, whatever). But in general, it's unlikely anybody other than intelligence or military agencies of industrialized nations would use them.
The US military has a long way to go to get dr
Re:Military applications? (Score:2)
How many other operations are there for the military, though? Killing stuff? Great, we send the robot swarm somewhere with its little pop gun to... oh, wait. If we already know where the enemy is, we don't need to kill them with little pop guns. We kill
Re:Military applications? (Score:1)
Re:Military applications? (Score:1)
http://www.e-sheep.com/spiders/ [e-sheep.com]
It's a damn good web comic, so don't
Interesting equipment choice (Score:5, Insightful)
Re:Interesting equipment choice (Score:3, Informative)
Re:Interesting equipment choice (Score:3, Informative)
If nothing else, I look forward to a microcontroller that can keep up with the quadrature wheel encoders. Having to use polling on the Brainstem was less than ideal -- we had to slow the bots down a whole lot.
Re:Interesting equipment choice (Score:2)
I've not fired it up yet, hopefully I'll have this new chassis rolling by the end of the day and we'll see what Robostix can do. It does look cool with all the headers and a Gumstix installed, just one small, solid mass of computing power and I/O connectors.
Re:Interesting equipment choice (Score:2)
Re:Interesting equipment choice (Score:2, Interesting)
It would be cool if... (Score:1)
Woo Hoo! (Score:2)
Like some anonymous coward said... (Score:3, Funny)
Here come... (Score:2)
Thor's beam won't save us this time, they are already here and are replicating through mental manipulation of the scientists' brains to convince them as if they are their own creation!
Re:Here come... (Score:2)
My knowing this fact tells me that I really need to get a life.
Deterrent in the Field of Robotics (Score:5, Insightful)
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.
Re:Deterrent in the Field of Robotics (Score:3, Insightful)
For example, I wrote code for a motion controller to drive some motors, with UART, serial, all adhering to these standards. But guess what would happen to that code when the motion controller needs to be changed? I have to write new drivers for the new motion controller following the manufacturer's specifications. After writing the driver, there begins a process of testing
Re:Deterrent in the Field of Robotics (Score:2)
Really What Robotic needs... (Score:1)
The navigation package, the sensor package, etc. need standard interfaces to a "driver" level; just like the different drivers for various levels of the OS - file systems, disk drives, etc.
The OS would output a command like "turn 30 degrees, go forward 3 meters." The drivers would implement these commands. Or maybe, "start turning left" and monitor the output from the "Positional" driver un
WTF?! (Score:2, Funny)
Not a single Skynet reference?
Where the hell AM I?!
Re:WTF?! (Score:1)
Re:WTF?! (Score:1)
Beowulf is beginning...
In Soviet Russia, Robots create cheap swarming YOU!
But the real question is... can it run linux?
Feel better?
Before they're loose... (Score:2, Funny)
Re:Before they're loose... (Score:1, Funny)
Can gripper? (Score:2, Funny)
Re:Can gripper? (Score:1)
Re:Can gripper? (Score:1)
Re:Can gripper? (Score:2)
only you (Score:3, Interesting)
Cheap swarm robots? Hopefully they can find the room to post this [boingboing.net] somewhere in their workspace.
~jeff
Migrating bots (Score:1)
looks exactly like (Score:2)
plugin idea (Score:1)
You really have to physically plug it in!
Nah, that's not right. There should be software written for the robot to install the plugin himself otherwise m$ will claim linux isn't user-friendly. It's gonna need to be a bit more friendly that windows installshield or we're gonna have some physical crashes and broken windows all over the lab - which would make Microsoft claim they're not the only one with *that* problem.
I'd be impre
Second Variety, anyone? (Score:2)
I didn't RTFA, but I'm going to assume there will be no deployable blades springing out from these swarmbots. I mean, it could be, but why take the chance and ruin a good nights' sleep?
Re:Second Variety, anyone? (Score:2)
Tesla Wireless Power Needed (Score:2)
Another approach... (Score:3, Informative)
Am I Missing Something Here? (Score:2)
What are you going to do with ONE $800 "swarmbot"?
If you have more than one, what's it going to cost again?
I mean, yeah, it's better to cost $800 than ten grand, but I thought the point of a "swarmbot" is that you need LOTS of them to get anything done. If ONE costs $800 - or even $400 - I don't think anybody other than Bill Gates is going to be buying them any time soon - certainly not for "gripping cans".
Gripping hand grenades or guns, maybe...Anybody remember "Runaway" with Tom Selleck and Gene Simmon
Cost needs to go down by a factor of 100 or more. (Score:2)
George Mason university? (Score:2)
So is season 5 of '24' going to be Kiefer versus the $800 terrorist swarmbots? Chloe'll have them reprogrammed in no time.
Re:George Mason university? (Score:1)
Re:great-looking? (Score:1)
- Please no more spelling comments -
(I wasn't educated very well at the circus)
Too bad this isn't a poll (Score:1)
Here's the breast option [newscientist.com]
You can shave a lot off that $800 (Score:3, Interesting)
A look at the list reveals some of the off-the-shelf stuff is very pricey (like the battery charger, boy oh boy, what a rip-off.)
I guess we'll see people come up with homebrew solutions to expensive off-the-shelf parts, and bring the price down to, say $400, easily.
Might be an interesting project to follow.
Obligatory Dr Who quote (Score:2)
EXTERMINATE!
Some other similar implementations... (Score:1, Interesting)
Idea for a complementary bot (Score:2, Interesting)
Now imagine a tower of these things...
ps. I think I've just worked out where this idea came from. Remember the episode of Futurama, where Fry, Leela and Bender are trying to escape from the robot planet, and the robots chasing them start stacking themselves on top of one another, before crashing to the ground bec
Sea Swarm (Score:2, Interesting)
Commercial Kits Better and Cheaper (Score:1, Interesting)
only a band of linux geeks (Score:1)
servo (Score:1)
I say like because if a dc motor with stops, a stepper motor, or a servo is the cheapest I'll do it. I'd preferably like the easiest/cheapest rig I can do for Thanks.