Robot Swarm Shifts Heavy Objects
holy_calamity writes "A swarm of robots has been demonstrated that can get together to transport an object too heavy for a single bot. Each robot is loaded with the same simple set of behaviors but more complex intelligence emerges from a group interacting. Two videos show the robots in action, and using a more complex behavior necessary when they're set to short sighted mode and can't see the target location from the starting point."
The robots can adjust their caterpillar tracks, to ensure they are all pulling in the right direction. "Each robot has a traction sensor inside that detects all the external forces on it," explains Dorigo. A robot uses its sensor to identify any conflicting forces, and then changes direction accordingly.
So, once its carrying your cargo along the path and begins to slide down a slope all the tracks will turn in unison to help carry it down the hill to its doom. They won't think anything is wrong because everyone will be pulling in the same direction.
Apart from this minor detail i think w00t!
liqbase
A 5 oz bird cannot carry a 1 lb cocoanut.
I for one welcome our new army of robot-swarm overlords.
But can they impersonate a T-Rex and mystify John Locke?
Where were you when the voynix came?
So THAT'S how they built the pyramids!
I left my wallet in El Sigundo!
The object was apparently to demonstrate something or other regarding cooperation strategies between robots with limited communication abilities and limited knowledge of the surroundings.
What, precisely, was gained by doing this with actual physical robots, rather than a computer simulation?
"How to Do Nothing," kids activities, back in print!
All these Japanese companies are dead set on the whole humanoid robot concept. While the AI systems are clearly a joke, why focus so much energy on bipedal movement? It is clearly not the easiest mode of transportation. Human walking is essentially controlled falling. Oh great a bunch of things that kind of resemble humans can lift something heavy all together. Why not just build a smart forklift to do the same job autonomously. It just doesn't make any sense.
I can get the second video, but not the one of them "in action."
Well, your office is clearly blocking material that's NSFW.
This guy's the limit!
The camera man had to hide in there to avoid spooking the robots.
So would it be legal to upload a copy of these videos to YouTube or Google Video in order to take the load off the NewScientist server, and make the content accessible?
You'd have to assume it's copyrighted content (since everything is copyrighted unless otherwise stated), and therefore not allowed. But how is a cached copy of a video on Google Video any different than a cached copy of a web page on Google Cache or MirrorDot? The purpose would be the same.
I did get a copy of one of the videos before the servers went kaput that I could upload to a cache if it's allowed.
"With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea...."
RFC 1925
Watch the power of thousands of /.ers! Individually, they can't crash a web server, but together - with limited communication and intelligence - they can...
This post is displayed with recycled electrons
Looking at the video, try to spot the project management behavior that shows up towards the end once four of the bots figure out how to drag the object over. One of them just stops doing anything and stands out away from the group as if trying to think of ways to empower the resources to realize their action items.
It is this bot that must be destroyed before the future of robotics is harmed.
You are checking your backups, aren't you?
... by a Swarm of Green Robots.
I hereby place the above post in the public domain.
I think that nature is a wonderful place from which researchers can gain inspiration. But when you stop and think about it robots and swarm intelligence just doesn't work. Robots are have different properties then insects and as a result, insect behavior doesn't transfer well to robots.
It's all about energy. Both insects and robots have to be designed to optimize the amount of work done with their limited energy source. There are three basic tasks that consume energy.
- thinking
- communication
- acting (ie, moving)
Insects:
Thinking is the most expensive task for an insect. Brains are expensive. They use a lot of energy and require a physical body to support the increased energy usage. As a result, insects don't think - they act. There actions are hard coded so as to minimize cost.
Communication is difficult for insects to implement. Pheromones are relatively inexpensive, but impose serious limitations. Visual communication is possible (look at bees) but isn't used much. It also requires good eyesight and a neural network to decipher the images (both of which consume energy.) Audio communication is also possible but requires significant resources (ie, a brain) in order to be effective. In real life it is only used for the most basic forms of communication (look at crickets.) What I'm basically saying is that communication is expensive - as a result, insects found ways to work with minimal communication.
Acting requires energy, but it is the most efficient of the three tasks. If you take into consideration that insects already require a body to acquire food and reproduce, the added cost of using that body to perform an action is minimal. Acting requires no additional parts, it only consumes a small additional amount of energy.
Robots
Acting is the most expensive task for a robot. To act, a robot requires a body. This adds weight, motors, complexity. Batteries suck, have a limited lifespan and are difficult to recharge. Nothing reduces an actor's lifespan quicker then acting. While new technology can improve the lifespan, it won't improve fast enough.
Communication is expensive for a robot, but much cheaper then acting. Wireless communication allows for sophisticated communication between robots while using only a minimal amount of energy. New technology will improve the efficiency of communication more then it will the efficiency of acting.
Thinking is cheap for a robot. New CPUs allow for complex programs while only consuming microamps.
So this is what you have: (hight energy usage to low energy usage)
insects - thinking, communicating, acting
robots - acting, communicating, thinking
They are the exact opposite. Does it really make sense to have robots mimic insects? It's crazy. A more efficient way for robots to perform a group task is to have them cooperate explicitly. Elect a leader, create a plan of action, distribute that plan, then act together while minimizing the amount of energy required.
Willy