Slashdot Log In
Roomba + Wii remote + Perl = Awesome
Posted by
timothy
on Tue Dec 26, 2006 10:48 PM
from the when-buzzword-compliance-is-a-good-thing dept.
from the when-buzzword-compliance-is-a-good-thing dept.
Anonymous Wii Lov'n Coward writes "Check out the WiiRoomba, a mashup using a Wii remote, a perl script, and the Darwiin Remote software. While a little sluggish to respond, the Roomba is entirely controlled by the Wii remote accelerometers." All of the source code to do it yourself is available at the site linked, along with a youtube video of how it works.
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

Strange (Score:5, Funny)
Cool hack, but (Score:5, Insightful)
Although I suppose it would be really useful if you added a servo arm, and could use the contraption to get yourself a beer without leaving your chair.
Wrong Department... (Score:4, Funny)
Spoiler (Score:5, Funny)
Next: Wii-mote RC cars ? (Score:3, Insightful)
Re:Next: Wii-mote RC cars ? (Score:5, Interesting)
http://video.google.com/videoplay?docid=258164541
Good Will (Score:5, Funny)
It's only a question of time now. (Score:5, Funny)
Let me see if I understand this (Score:5, Funny)
Mmmaaaat Daaaamon (Score:3, Funny)
(sorry. I couldn't help it.)
"mashup" (Score:5, Insightful)
Hardware and software can not "mashup", they're "coupled" or "integrated" in manager-speak, but in honest everyday speak hardware is "driven" or "controlled" or "interfaced" with software.
It could have been "controling roomba with wii remote". Perl would never show up in the headline because software drivers are no often given banner credit. They're expected to work.
How programable is the Roomba? (Score:5, Insightful)
Since Roombas can be made to connect to computers via bluetooth adapters [makezine.com], it stands to reason that if they are sufficiently programable, they could be made to respond directly to the Wiimote via bluetooth, without a Mac playing middleman. This might even eliminate a lot of the the lag the story mentions.
Wow. Amazing! (Score:3, Funny)
(Of course it is cool nonetheless...)
New word! (Score:3, Funny)
I guess if programming is something 3rd world starving people do for $0.50/day, we need a new word.
I better get back to mashing, hahahahahah
I know what its for (Score:4, Funny)
Re: (Score:3, Funny)
Turing completeness.
Re:Perl vs. Python? (Score:5, Informative)
Re: (Score:3, Interesting)
Bill
Re: (Score:3, Informative)
Re: (Score:3, Informative)
Re:Why Perl? (Score:5, Insightful)
Re:Why Perl? (Score:5, Insightful)
Re:Why Perl? (Score:5, Informative)
No offense, but Java would be a particularly bad choice for this application. The real work done here is "gluing" two things together at a system level - the Roomba program and the Wii program. Java is uniquely miserable at interacting on the system level. Where Java excels is object-oriented architectural design and huge enterprise-level programs.
So, if you want a scalable application server, use Java. If you need to tie two programs together, use a scripting language like Python or Perl. If you know you can limit yourself to a Unix shell environment, Perl may be best (and this is from a Python junkie!)
Re:iRobot could have made Roomba remote controlled (Score:5, Insightful)
No and yes, in that order. My Roomba certainly came with a remote control that can steer the device, but I've never found a need to use it. However, I still appreciate this hack for what it is - a spot of fun done just because you can.
Cheers,
Ian
Re:iRobot could have made Roomba remote controlled (Score:3, Informative)