Smarter Robot Arms
RogerRoast sends this quote from the MIT News Office:
"As intuitive as it seems to a human being, spontaneously planning a trajectory around obstacles in free space is a monstrously complex computation. As a consequence, most motion-planning algorithms give up on the idea of finding the most efficient path between the robot’s initial state and its goal, settling for any path that won’t introduce collisions. [Researchers at MIT] have built a new robotic motion-planning system that calculates much more efficient trajectories through free space. ... Not only do robots guided by the system move more efficiently, saving time and energy, but they also move more predictably (PDF), a crucial consideration if they're to interact with humans."
I have small children (up to 9) who don't seem very good at path finding. They're constantly going around the house in the most inefficient manner possible. Humans aren't that good at it either.
Mad Software: Rantings on Developing So
That's a neat result. I used to work on that problem. Today's solutions use a lot more compute power, but now that's available. Early approaches to this problem worked by treating it as a maze problem in N-dimensional configuration space and running a maze solver. Latoumbe at Stanford was behind a lot of that. That approach became combinatorialy infeasible as N increased. Newer techniques are more like a random greedy search. That works, but the paths aren't all that great. This latest solution seems to improve on random greedy search. That makes sense.
http://theinfosphere.org/Robot_Arms_Apartments
Save your mod-down points folks, you know it had to be done.
Sex lives of many /.ers improved.
Rule 34 once again proven.
Calling someone a "hater" only means you can not rationally rebut their argument.
Darn it, I bought this inexpensive prosthetic arm from a bootlegger/bootarmer somewhere in Asia and sometimes it flails uncontrollably for between 0.5 and 2 seconds. I'm truly sorry it spilled your snack and you missed that scene. May I compensate you for the wasted theater popcorn? FWIW, my wife can't sleep in the same bed with me if I've forgotten to remove it, if that's any consolation.
To
The phrase "as hell" has been so over-used that it can mean anything and is therefore meaningless.
The phrase "as hell" has been so over-used that it can mean anything and is therefore meaningless as hell.
When our name is on the back of your car, we're behind you all the way!
...at the Robot Arms Apartments, you optimal trajectory to high-rise comfort.
the algorithm they're so proud of besting seems pretty crappy.
Slashdot = MIT PR news feed.
Can't we at least wait for a credible third source to reprint it?
They used linear algebra to teach neural nets to do linear algebra? My brain hurts.
Having to work for a living is the root of all evil.
Not sure why this was slashdotted. New motion planning algorithms come out every day. This one is just another variant of RRT. To be fair, it is much better than raw RRT, but there are already many much better algorithms than RRT out there -- sbpl, CHOMP, etc.
how does this MIT blog-writer know so much about robotics?
My guess is that the statement "most motion-planning algorithms give up on the idea of finding the most efficient path between the robot’s initial state and its goal" has no sources to back it up.
As a matter of fact complex motion algorithms and 'take-out' times were long ago perfected by private companies. The wonderchildren at MIT had nothing to do with it.
I suggest this is the start to the long road described in the short story "The Feeling of Power" by Isaac Asimov. In the future someone will re-invent the art of human computation, and manned missiles (and thus human computing of trajectories) will follow.
Tracy Johnson
Old fashioned text games hosted below:
http://empire.openmpe.com/
BT
Excellent revision to my "meaningless-as-hell" .sig!
However, if it's that meaningless, wouldn't it also be as meaningful as hell? I don't want to perpetuate the redundancy of its meaninglessness when it's equally as meaningful. Heh. Oh, ouch. I really need to wake up before I type myself into a lake of logorrhea.
Thanks for the comment :)
To
This algorithm might be more optimal but is also slower than the alternatives. Electricity is cheap, time is not.