Slashdot Mirror


Fast Navigating Guessing Robots

holy_calamity writes "A new navigation technique for robots allows them to make predictions about what's around the corner based on where they've been already. It works well in repetitive environments like office buildings. If this were a Japanese project I'd say it'd be useful for robotic secretaries new on the job, but since it's an American one I suppose it'll be used for automated SWAT teams."

75 comments

  1. swat by mastershake_phd · · Score: 5, Funny

    but since it's an American one I suppose it'll be used for automated SWAT teams.

    Ya last corner terrorist, next corner must be terrorist, come out shooting.

    1. Re:swat by cp.tar · · Score: 5, Insightful

      If it were possible to rate topics like individual posts, I'd be torn between Insightful, Flamebait and Troll.

      --
      Ignore this signature. By order.
    2. Re:swat by Anonymous Coward · · Score: 0

      Works in Counterstrike. Those anti-videogame folks will have to give change their tune once we have CT robots lag-killing Ts IRL.

      Of course we would turn off FF first...

    3. Re:swat by Anonymous Coward · · Score: 0

      I cannot but be continually amazed at the quality of topics and discussion here.

    4. Re:swat by cp.tar · · Score: 2, Insightful

      Actually, I'm not American and I don't like what I see it's turning into.

      And even if I'm capable of making the very same comment, it doesn't mean I don't know it would be flamebait.

      And since I don't want this to turn into another flamewar on American politics or somesuch crap, I'm shutting up now.

      --
      Ignore this signature. By order.
    5. Re:swat by TubeSteak · · Score: 1

      Ya last corner terrorist, next corner must be terrorist, come out shooting
      I'm not sure how serious you are about that comment, but the military and police need to have someone to blame whenever a weapon goes off.

      The only weapons system I can think of that have the ability to fully cut humans out of the loop are defensive weapons on naval ships and (soon to be?) on tanks.

      Maybe someone else knows of offensive weapons that don't need a human to pull the trigger, but AFAIK, no 'western' nation would ever deploy such a thing.
      --
      [Fuck Beta]
      o0t!
    6. Re:swat by JustOK · · Score: 1

      I'm shutting up now.

      ...then THEY'VE won...
      --
      rewriting history since 2109
    7. Re:swat by ACS+Solver · · Score: 1

      Terrorist detected, weapons locked on. Cancel or Allow?

    8. Re:swat by drinkypoo · · Score: 0, Flamebait

      The LAPD heard about this technology, and was very excited. But they want the code changed to "last corner Mexican, next corner black, come out swinging your riot baton."

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    9. Re:swat by drinkypoo · · Score: 1

      Maybe someone else knows of offensive weapons that don't need a human to pull the trigger

      Robotic Sentry Gun

      Whipped up by amateurs.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    10. Re:swat by HTH+NE1 · · Score: 1

      The only weapons system I can think of that have the ability to fully cut humans out of the loop are defensive weapons on naval ships and (soon to be?) on tanks.

      "New target acquired."
      "That's not a target. That's Church!"
      "Target locked. Firing main cannon."
      --
      Oh, say does that Star-Spangled Banner entwine / The myrtle of Venus with Bacchus's vine?
  2. Mhmmm by tttonyyy · · Score: 2, Funny

    ...sounds like just the excuse I need to place spinning blades around random corners in the office "to fend off any attacking robot overlords".

    --
    biopowered.co.uk - catalytically cracking triglycerides for home automotive use since 2008. Just say no to big oil!
  3. Quick decision maker by Centurix · · Score: 5, Funny

    [Enters maze] ... First corner, bushes, snow ... Second corner, bushes, snow ... Third corner, bushes, snow ... Fourth corner, bushes, snow, Jack Nicholson behind me with an axe
    +++NO CARRIER

    --
    Task Mangler
    1. Re:Quick decision maker by Instine · · Score: 1

      I just used all my mod points :(

      +1 Funny!!

      --
      Because you can - or because you should?
  4. First Person Shooters by Ohreally_factor · · Score: 4, Interesting

    I could see this being applied to game technology before it gets applied to law enforcement. This is an interesting approach to an AI (or AI-like) problem. The implementation just happens to be (and is well suited for) robots.

    --
    It's not offtopic, dumbass. It's orthogonal.
    1. Re:First Person Shooters by zero_offset · · Score: 2, Insightful

      Why? In a game environment, it's possible -- easy -- for the "AI" to have full and perfect knowledge of the world. Guessing is not necessary.

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

    2. Re:First Person Shooters by Ohreally_factor · · Score: 1

      We're not talking about full and perfect knowledge of the game environment. We're talking about the game AI routines having imperfect knowledge and being able to learn about its environment. Is it realistic for a computer enemy to have perfect knowledge of the terrain? On the other end of the spectrum, is it realistic for a computer foe to not be able to take advantage of terrain that it has learned about?

      (I didn't use quote marks. When discussing AI, it sometimes seems like every other word needs to be in quotes.)

      --
      It's not offtopic, dumbass. It's orthogonal.
  5. Expect the unexpected by Silver+Sloth · · Score: 4, Interesting
    From TFA

    But the method does have limitations, Lee says: "It works well in indoor environments, but wouldn't be very good in less-repetitive outdoors environments." So maybe a hybrid? Whilst in structured environments expect what you know, otherwise expect the unexpected. No one single answer will ever solve all problems (except 42)
    --
    init 11 - for when you need that edge.
    1. Re:Expect the unexpected by aussie_a · · Score: 1

      I tried putting 42 as every answer for my maths test. I failed :( So no, even 42 isn't the answer to everything in the universe. Apparently its only the answer to whats 7 times 6

    2. Re:Expect the unexpected by Anonymous Coward · · Score: 0

      You mean, "whats 6 times 9".

    3. Re:Expect the unexpected by cp.tar · · Score: 1

      I always did wonder why Douglas Adams used base 13...

      --
      Ignore this signature. By order.
    4. Re:Expect the unexpected by aussie_a · · Score: 1

      Nope, that'd be 54.

    5. Re:Expect the unexpected by Anonymous Coward · · Score: 0

      Whoosh!

  6. Looks like a twist on behavior-based robotics by EmbeddedJanitor · · Score: 2, Informative
    This looks like a variant on behavior-based robotics. Instead of just prioritising behavior on sensed conditions, it also prioritises based on expected conditions.

    Currently robots really struggle with making good judgement calls. Behvior-based systems only go so far, perhaps this will go one step further.

    --
    Engineering is the art of compromise.
    1. Re:Looks like a twist on behavior-based robotics by timmarhy · · Score: 4, Interesting
      the reason is they lack the ability to put things into context. computers compute, therefor they calculate numbers and stats very well, but the context of a number, that elusive subtle meaning that a number has completely escapes them.

      example, say i presented you with the number 42. on here you might associate it with hitch hiker to the galaxay or maybe something else depending on the infinte number of ways i could put it in a sentence.

      --
      If you mod me down, I will become more powerful than you can imagine....
    2. Re:Looks like a twist on behavior-based robotics by chandlerc1024 · · Score: 3, Insightful

      Except that context can be computed statistically very effectively by computers (only sometimes, of course).

      Say I present Google's computers with the number 42. Surprisingly enough it associates it with the Hitchhiker's Guide to the Galaxy reference, much as you or I might. Indeed, if you put in a sentence it will do a surprisingly good job of responding to the context of the number 42, all through computing numbers and statistics.

    3. Re:Looks like a twist on behavior-based robotics by SnowZero · · Score: 2, Informative

      No, this is a variant on a common "Simultaneous Localization and Mapping" (SLAM) algorithm that brings in elements similar to Image Completion from the computer graphics community. SLAM is a sensor and sensor interpretation problem, not a behavior/reasoning or action/control problem. While there are probabilistic reasoning systems, the only thing SLAM has in common with them is that it uses conditional probabilities.

      If you want to know more, feel free to ask.

    4. Re:Looks like a twist on behavior-based robotics by Farmer+Tim · · Score: 2, Interesting

      I think you've unintentionally summed up the problem with designing an all-purpose self-navigating robot quite well: it's as easy as putting Google's database and processing power in a box on wheels.

      --
      Blank until /. makes another boneheaded UI decision.
    5. Re:Looks like a twist on behavior-based robotics by chandlerc1024 · · Score: 2, Insightful

      Almost, but not quite. The problem is just as you describe it, but the solution isn't to put Google in a box on wheels. Rather, we should be connecting the box on wheels to Google, wherever it is. My computer doesn't have Google's database or processing power, yet it can analyze the context of things through Google's datamining capabilities. I think autonomous robots need to be a bit less autonomous until we figure out the robot part more thoroughly. Shrinking and minimizing size will come with time in a near steady progression, but leaps and bounds could be achieved through networking the box on wheels to Google (and related) sized datamining tools. Just my 2 cents though.

    6. Re:Looks like a twist on behavior-based robotics by IAmGarethAdams · · Score: 1

      Google also applies the association the other way around

    7. Re:Looks like a twist on behavior-based robotics by Farmer+Tim · · Score: 2, Interesting

      I agree "Google on wheels" is not the solution, and I think part of the problem with robotics is the overwhelming desire to make them fully self-contained, when it's neither necessary or efficient for most situations (that is, anything terrestrial).

      All a robot really needs to have built-in is the equivalent of a nervous system and a brain stem with basic (using the word "basic" very loosely) housekeeping functions like communications, avoiding fast moving objects or balance in the case of bipedal robots; things where a 100ms lag could be fatal (network congestion is always a possibility). Higher functions, like environment mapping, task-based decision making and database functions, could easily be remote without introducing a significant delay (I'm assuming a self propelled robot wouldn't be used in precision, high speed manufacturing where timing is critical, as the robots we have are perfectly adequate and would be far cheaper).

      What disturbs me is that this would be possible with, essentially, an old HeathKit HERO with a WiFi adaptor (OK, the SONAR would have to be replaced with LIDAR for accurate mapping, but since that data could be sent as a raw stream to the host processor it could actually decrease the need for on-board computing power compared to the 1980's robot, ignoring for the moment the overhead for a TCP stack). As far as I can see, what's really lacking is an extensible command protocol and a willingness to move away from the "Forbidden Planet" design paradigm.

      But I'm no expert in this field myself. A bit of small scale animatronics is as close as I get :/

      --
      Blank until /. makes another boneheaded UI decision.
  7. stereotypes are all wrong by alphamugwump · · Score: 5, Funny

    If this were a Japanese project I'd say it'd be useful for robotic secretaries new on the job, but since it's an American one I suppose it'll be used for automated SWAT teams.

    More likely, you'd have a Japanese robot who is a waitress by day and a combat cyborg by night. And she happens to be a vampire from the future. And she wears a bunny suit. And she's also a suicidal paranoid schizophrenic.

    At least, that's what I've learned from watching anime. For God's sake, if you're going to troll, at least try to get your stereotypes right.

    1. Re:stereotypes are all wrong by Anonymous Coward · · Score: 0

      More likely, you'd have a Japanese robot who is a waitress by day and a combat cyborg by night. And she happens to be a vampire from the future. And she wears a bunny suit. And she's also a suicidal paranoid schizophrenic. And she has a penis the size of your arm. And the scouter says her power level is over NINE THOUSAAAAAAAAAAAAAND.

      Fixed.
    2. Re:stereotypes are all wrong by Anonymous Coward · · Score: 0

      No, no, no! The bunny suit wearing combat waitress from the future is neither vampire nor robot!

      And she's sorta meek.

  8. But since it's *American*... by Anonymous Coward · · Score: 5, Insightful

    If this were a Japanese project I'd say it'd be useful for robotic secretaries new on the job, but since it's an American one I suppose it'll be used for automated SWAT teams. Or, as is more likely the case, it was a bunch of American college grads being bored one night and wondering if they could make a robot guess what their lab looked like. I'm not sure why the author had to take a cheap swipe at a nationality under the flimsy guise of a guess as to its functionality. I'm not even sure why the author had to guess at its use in the first place; this is a website for nerds, and frankly, something like this is plain and simply cool.

    Naaaaah, it has to be for automating our SWAT teams, because we're a bunch of killcrazy cowboys looking for new ways to blow things up. Um... yee-haw?
    1. Re:But since it's *American*... by hansamurai · · Score: 1

      Honestly, the summary reads like something straight out of digg.

    2. Re:But since it's *American*... by stratjakt · · Score: 3, Insightful

      Don't take it as an insult, but as a compliment.

      Using this type of technology for SWAT in a hostage situation could very well save lives.

      Using this type of technology to make a "robot secretary" is pretty much a waste of time and effort to create a novelty toy for rich japanese executives.

      --
      I don't need no instructions to know how to rock!!!!
    3. Re:But since it's *American*... by e2d2 · · Score: 1

      Guess you didn't get the memo. Anti-American is the new black. Hell even if you're an American it's open season on other Americans. After all, it could never be you they are talking about right? It must be those other idiots.

      I'm all for criticism where it's due but today's world is just plain crass. I'm no exception. I've become so damn jaded that every other statement is a complaint or sarcasm or just plain mean. I've even considered "bucking the system" and being nice! It's a sad state of affairs when being nice isn't common place.

  9. Banality Bot by chriscoolc · · Score: 1

    It's called Banality Bot, and the last sentence of that post is about to get its tubes cleaned.

  10. This by Colin+Smith · · Score: 2, Funny

    Sounds like the same algorithm most drivers use.

    --
    Deleted
  11. Is this really profound? by Hammerself · · Score: 5, Insightful

    I don't know much about AI, but is the idea of making predictions based on previous data some kind of breakthrough? I'm assuming this is just an application of some firmly established concepts in AI. When confronted with a redundant or repetative data set, make predictions based on your experiences as to the nature of new elements in that set. I mean, aren't we paying these guys to tell machines how to recognize patterns? Is it news when they teach a machine to recognize patterns?

    I'd venture that the purpose of this post is to discuss Terminators, and Japanese robot secretaries, and to hail our coming robot overlords. This is just a guess based on a highly redundant data set I've been analyzing (rather than doing my work).

    1. Re:Is this really profound? by TheJasper · · Score: 1

      but is the idea of making predictions based on previous data some kind of breakthrough?

      That isn't the breakthrough, nor is it even necesarrily AI. In fact, most things dubbed AI I would call CS. AI is more abstract, while the implementations are definately CS. However that is besides the point. It isn't necesarrily simple to do the predicitons or even clear how to do the predictions. Anyone can say this room is just like the last one (only, mirrrored, or with a wastebasket or some non-trivial difference). How do you get a computer to recognise that and do it in realtime. Ok, humans do it, so its probably possible but that doesn't make it trivial.

      My own solution would be to use the brain of a psycho drugbaron who can be controlled through the use of addictive substances.

      I for one welcome our Japanese Robot Secretary Terminator overlords.

    2. Re:Is this really profound? by Hammerself · · Score: 1

      Yeah, I didn't mean to sound so dismissive. I find the concepts interesting, and it sounds like good progress. I hope they keep it up. The structure of these types of posts/articles is sometimes misconstrued by my tired brain. They give an update on some tech/science advance, making sure to justify the original research with applications of the larger field of study. Then I read: "Minor Advance in Field Paves Way for X and Y," and start talking smack. Don't mind me.

    3. Re:Is this really profound? by Anonymous Coward · · Score: 1

      What, exactly, is AI without a system to implement it?

      The answer is nothing. AI is tied 100% to system development.

      Also, since AI is subsumed by CS, I'm not sure what "most things dubbed AI I would call CS". I would change that to "Things dubbed AI, I would also call CS", but that would be redundant.

    4. Re:Is this really profound? by IwantToKeepAnon · · Score: 1

      popfile has been doing this for me for a while. It has infered email classes 95,640 times with a 99.71% accuracy.

      I wonder if the robots are using Bayes algorithms too?

      --
      "Happy families are all alike; every unhappy family is unhappy in its own way." -- Anna Karenina by Leo Tolstoy
    5. Re:Is this really profound? by Anonymous Coward · · Score: 0

      AI is the theory, not necessarily related to CS.
      The whole "rat brain cells flies the plane" story is an AI story, but I wouldn't call it Computer Science.
      There is a language debate around how we learn to use language (careful : even mentioning "debating" near "Chomsky" steers close to flamebait) and that's more applicable to a study of the Science of Intelligence than to the Science of Computers.
      However, the poster thinks Slashdot's AI stories are often "we have this new software program which is 1 more step closer to passing a Turing test (I know, I know, the Turing test is an obsolete benchmark. Deal with it.) Me? I don't have the time to check the old stories files.

      YMMV. I think that there can be AI news without it being system dependant, and without that system being Computerized

  12. Sound like Predictive Run Encoding by ishmalius · · Score: 4, Insightful

    The more you know about the context, and the more you know about the result to a given action, the less information you need from the environment (or from the other side of a communication channel). This is the Holy Grail of information theory and data compression, and it seems as if they are applying its principles here. Higher CPU and better expert programming will likely produce some nice results in the near future.

  13. Damn, two in a row! by Crazyscottie · · Score: 1

    I, for one, welcome our intelligently navigating robotic overlords.

    --
    Just because it can't be explained doesn't mean it isn't true. Science fits into reality... not the other way around.
    1. Re:Damn, two in a row! by Anonymous Coward · · Score: 0

      No..! Nonononono!!

      I'd welcome anything but self-navigating robot? NEVER!!

    2. Re:Damn, two in a row! by Anonymous Coward · · Score: 0

      Didn't see that one coming.

  14. I dunno about killcrazy... by trippeh · · Score: 2, Insightful

    I kinda thought the SWAT joke thing was supposed to be an ironically self-deprecating throwaway line, rather than that other sort of a line, the one with the hook in it, that everyone seems to think it is. Actually, thinking about it, after all the criticism American defense forces have come under, maybe a little prickliness from you guys is a good thing. Last thing this thread needs is someone quoting how much of the US GNP goes into ADF funding.

    --
    THUD~*
  15. Robot waitress? Sounds messy. by trippeh · · Score: 1

    ...a Japanese robot who is a waitress... I dunno, I don't think I'd be giving a welcome plate of muffins to any waiting-staff-member who turns left purely out of habit. I think they'd be better on register, or coffee-machine. I can't wait until they make robotic kitchen-hands, so I can quit washing dishes and get a decent job. Like... data-entry.
    --
    THUD~*
  16. Another Repetitive Indoor Environment by giafly · · Score: 1

    "You could have two robots building their own maps," he says, "which then share them when they meet." This will allow a robot to make predictions based on data collected by its teammate.
    Sounds like the algorithm most Slashdotters use to avoid needing to RTFA.
    --
    Reduce, reuse, cycle
  17. Been there done almost that by noddyxoi · · Score: 4, Interesting

    In my project called DATMO (Detection And Tracking of Moving Objects) i've made a tracker that followed people that could "guess" where the people would appear next, using an industrial laser scanner, check the video at http://miarn.sourceforge.net/videos/pv3d_peopletra cking_and_scene.avi

    1. Re:Been there done almost that by Farmer+Tim · · Score: 2, Funny

      That's nothing, I've designed a tracker that followed people and could "guess" where they'd disappear, using an industrial laser cutter.

      I'm in desperate need of some new research assistants...

      --
      Blank until /. makes another boneheaded UI decision.
    2. Re:Been there done almost that by PPH · · Score: 1

      If at all possible, please try to include a shark.

      --
      Have gnu, will travel.
    3. Re:Been there done almost that by Farmer+Tim · · Score: 1

      I've consulted some marine biologists, but there's some disagreement about where a shark's head ends and it's body begins. Accuracy is important, because if I attach a freaking laser to a shark's neck I'll be a laughing stock (evil science is like porn: the difference between glory and ridicule is only three inches).

      --
      Blank until /. makes another boneheaded UI decision.
  18. Or.. This could be an opinoin by Shohat · · Score: 1

    Not every radical opinion is a Flame bait or a Troll
    Not every too pro-American or too anti-American opinion is a flamebait or a troll. It usually is a genuine opinion.
    People may have unpopular opinions, and might even post such opinions in public (omg !), disregarding the retarded "we must stick to the middle of the road" mentality. Moderation is not about telling people what you think of their opinion.

    1. Re:Or.. This could be an opinoin by AlHunt · · Score: 2, Insightful

      >post such opinions in public (omg !), disregarding the retarded "we must stick to the middle of the >road" mentality. Moderation is not about
      > telling people what you think of their opinion.

      The story should be presented without editorial comment, however. After that it's open season.

      That said, I guess we'll start using fluffy bunnies to sniff out bombs instead of machines. We wouldn't want to violate the Robot Bill of Rights, eh?

      --
      1 in 4 Maine children in struggle with hunger.
    2. Re:Or.. This could be an opinoin by zero_offset · · Score: 4, Insightful

      The actual problem is that when these statements are made in the story summary, they are not subject to any moderation, deserving or otherwise. Regardless of whether you feel the statement deserves moderation, it clearly isn't adding anything to the summary. It's an old slashdot problem, and you can bet that the comments which survive just happen to match the slant of the editors: in effect, by making it into an untouchable story summary, it received the ultimate up-mod...

      --

      Slashdot quality declines as the number of hot grits posts decreases. - Provolt's Law, Apr-09-2005

    3. Re:Or.. This could be an opinoin by Anonymous Coward · · Score: 0

      Well it is my opinion that Microsoft Rulz! XBox 360 4 Life! All you PS3 suxors out there can keep your baby killing cell processors... yeah! Hey, this isn't troll or flamebate... it's my opinion, as unpopular as it may be I'm even posting it in public! (Yes, OMG indeed).

  19. Reinforcement learning by aquila78 · · Score: 2, Insightful

    This almost sounds like some variant of reinforcement learning.. (The bit with confidence scores). Why do they never post real algorithm details :-(

  20. Overkill. by jpellino · · Score: 4, Funny

    "I'd say it'd be useful for robotic secretaries new on the job"

    As they get chased around the desk by their robot bosses? It's pretty much left, left, left, left... etc...

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  21. SLAM by Anonymous Coward · · Score: 0

    It's called SLAM: Simultaneous Localisation and Mapping. It's not extremely new. The seminal work was due in the early 90s. Leonard, John J.; Durrant-Whyte, Hugh F. (1991). "Simultaneous map building and localization for an autonomous mobile robot". Proc. IEEE Int. Workshop on Intelligent Robots and Systems: 1442-1447. The essential concept is that localisation (where am i?) and map building are two sides of the same coin. Therefore conceptually, they can be done at teh same time.

    A huge problem in SLAM (of which there are many) is loop closing. Start at Pt A, walk in a circle. How do I know that I'm now back at Pt A. Taken further, on the built map, is the path which I have jsut taken mapped as a circle as well, or some odd (non-circle) shape.

    A huge direction of SLAM is built with a probabilistic framework using Bayesian techniques. As opposed to "I am now 2m from where I started", it's more like "with past information and present data, I infer that I am 2m with a 90% confidence, 2.5m with a 95% confidence, 10000m with a 99.999999% confidence." Usually, this confidence is down with a Gaussian distribution.

    Having said all that, SLAM is pretty cool.

  22. Have you ever been out of the US by Anonymous Coward · · Score: 1, Interesting

    Having lived in Japan and other Asian countries. I would expect the Japanese to have the robot SWAT teams long before the US. I note that those most likely to make the inexperienced remarks about America vs the rest of the world are either Americans with limited or no experience in non American countries, cultures or languages or Europeans who have equally little actual first hand knowledge of America.

  23. Curveball by Joebert · · Score: 1

    "You could have two robots building their own maps," he says, "which then share them when they meet." This will allow a robot to make predictions based on data collected by its teammate.

    Let's throw them a curveball, make one of them white & the other black, see what happens.
    --
    Wanna fight ? Bend over, stick your head up your ass, and fight for air.
  24. It knows... by Sobieski · · Score: 1

    where it is at all times, it knows this because it knows where it isn't. By subtracting where it is from where it isn't or where it isn't from where it is, whichever is greater, it obtains a deviation.

    --
    Particles, stuff that matters.
  25. Ouch! by Hershmire · · Score: 1

    FTA:
    Davison and colleagues are designing endoscopic surgical instruments with SLAM abilities.

    Does this sound painful to anyone else?

    --
    if(!toilet_paper) roll.replace(new roll); //Stupid roommates.
  26. A problem not a technique by awesomo2001 · · Score: 1

    Navigation is one of the biggest challenges faced by mobile robots. One popular technique, dubbed SLAM (simultaneous localisation and mapping), involves having a robot build a map of the local area, whilst also tracking its position
    SLAM is a problem not a technique for navigation. Navigation involves more than just doing SLAM because you also have to do things like obstacle avoidance.
  27. Achtung! by Anonymous Coward · · Score: 0

    Liebfraumilch!

  28. When are we going to have the by Master+of+Transhuman · · Score: 1

    "wife back seat driver" robot?

    Robot 1: I'm going left.

    Robot 2: No, you idiot! Go right!

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!