Slashdot Mirror


Carnegie Mellon Wins Urban Challenge

ThinkingInBinary writes "The results from the Urban Challenge are in! Carnegie Mellon's Tartan Racing team came in first (earning a $2 million prize), followed by Stanford's Stanford Racing team in second (earning $1 mil) and Virginia Tech's Victor Tango in third (earning $500k). Cornell's Team Cornell, University of Pennsylvania and Lehigh University's Ben Franklin Racing Team, and MIT, also finished the race in that order."

41 of 153 comments (clear)

  1. obligatory by Anonymous Coward · · Score: 3, Funny

    2nd is the best

  2. Any opensource out of this ? by noddyxoi · · Score: 2, Insightful

    So these guys get some millions from public funding and does the public get any opensource out of it ?

    1. Re:Any opensource out of this ? by PhunkySchtuff · · Score: 2, Interesting

      I doubt that any of these teams will have turned a profit on this competition - do you have any idea how much it costs to field an entry, including staff, equipment, materials, entry fees etc?

    2. Re:Any opensource out of this ? by Ironsides · · Score: 4, Informative

      All three teams took development money from DARPA. As such, DARPA gets a copy of all software and development notes that the teams produced.

      --
      Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
    3. Re:Any opensource out of this ? by Dare+nMc · · Score: 4, Funny

      I doubt that any of these teams will have turned a profit on this competition

      Did you miss the red bull,GM, google, caterpillar, VW, Bosch, paint job?
    4. Re:Any opensource out of this ? by p0tat03 · · Score: 4, Informative

      Did you miss all the expensive equipment mounted on the car? Have you ever entered an engineering competition? Almost all teams take commercial sponsors, annd rarely do teams make a profit - after all, you only solicit as many sponsors as it takes to get the project built.

    5. Re:Any opensource out of this ? by timmarhy · · Score: 5, Funny

      if it was open source, the car would first ask you to load kld_brake_for_kids. After struggling with that for a few days you'd get on the road only to find you crash into a tree because the cars hardware isn't compatible, and some guy on /. would tell you it's ok because you have the source and can write your own do not crash into tree's module.

      --
      If you mod me down, I will become more powerful than you can imagine....
    6. Re:Any opensource out of this ? by Chris+Pimlott · · Score: 3, Insightful

      I doubt that any of these teams will have turned a profit on this competition

      But I'm sure they'll have turned out a good number of masters, phds and scientific papers.

    7. Re:Any opensource out of this ? by Spy+Hunter · · Score: 5, Insightful

      No, no open source code. But what the public does get out of this is advances in technology. Case in point: the *real* winners of this year's Urban Challenge are Velodyne. Their lidar sensor was invented by team DAD for the 2005 challenge. For the 2007 challenge, they decided that instead of losing the competition again, they would sell their lidar technology to the other teams. Over half of the 35 teams in the challenge bought one, and 5 of the 6 finishers (Virginia Tech being the exception).

      This thing is a huge advance over previous technology for this application, and it directly owes its existence to this challenge. Thanks to DARPA, you can now buy a lidar that you can stick on top of a car and which gives you 360 degree range data in 3D at 10 Hz over Ethernet. Now that the company is jump-started, next year those specs will improve, costs will go down, and eventually something like this will be driving your car for you. That's the benefit everyone gets from this competition. Not to mention all the people whose imaginations have been captured by the competition; who have been working on the funding DARPA gave out, getting their PhDs, or even just working in their spare time, learning how to write the software to run these things. There's no doubt in my mind that DARPA has gotten far more mileage from their money in this contest than they would have dumping it in the accounts of some defense contractor.

      So even though no open source was produced from the contest, the public will see a lot of benefit from the money DARPA has spent.

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    8. Re:Any opensource out of this ? by ewanm89 · · Score: 2, Informative

      It was this team that has opensourced the software: http://www.ubcthunderbird.com/ code found here (sf.net). Unfortunately they didn't make it through to the finals...

  3. Re:But... by kitsunewarlock · · Score: 2, Funny

    And will it blend?

    --
    Ginga no Rekshiya Mata Each page.
  4. MIT? by Anonymous Coward · · Score: 4, Funny

    MIT, MIT...

    Oh yeah, isn't that kind of like Massachusetts' version of CMU?

  5. The importance of this race cannot be overstated by IanDanforth · · Score: 4, Insightful

    While the immediate winners of the race are the three teams holding checks, as well as the military which gets to pick from a field of highly successful new technology, the real beneficiaries will be the drivers of the world. I believe the importance of this hasn't quite filtered into most people's minds.

    Many people know that more than 40,000 people die each year in motor vehicle accidents, however when it comes to people I feel this number is insufficient. "More than 40,000 people" have been dying each year now for more than a decade, and that's only in the US. Since I was 17 more than four hundred thousand people have died participating in an activity that machines can now do flawlessly (if very slowly). This blows my mind.

    Worldwide, 1.2 million people die on the roads every year and the repercussions of these deaths on families and friends can be unusually devastating due to their sudden, unexpected nature.

    The performance of these three teams is akin to three major pharmaceuticals all announcing they have come up with a cure for one of the major cancers. That, surely, would have been worldwide front-page news.

    Now, of course, the real debate begins. How much more will consumers be willing to pay for safe vehicles, and what limitations on speed will they accept? Rolling out this technology (if you'll excuse the play on words) will require changes in infrastructure, law, and cultural mentality. Especially here in the states. If it means saving this many lives, will you pay twice as much and drive at half speed, at least for a little while?

  6. Open source ...if only. by seanthenerd · · Score: 5, Insightful

    How far this technology has come in just a few years is (ridiculously) amazing. Major kudos to everyone who's brought this so far!

    I only wish that one of the conditions of winning was to release the software that powered your car - can you imagine how much farther things would have come if everyone could build on the previous years' winners? So much brilliant coding has gone into this, but so much of it is just reinventing the wheel. (...Ouch.) But in all honesty, the state of the art would progress gigantically if one of the winners would GPL their car-driving software.

    1. Re:Open source ...if only. by SnowZero · · Score: 4, Interesting

      The most important thing is that the algorithms are written up and published in peer-reviewed journals. That understanding is more important than the code itself. My RoboCup robootic soccer team published all of its source code one year, and not much came of it; Some people used it but they didn't really understand it. It's also hard to take the code and make it work with a different robot, as all the customized hardware on the robot means a lot of porting, and uncovering bugs and design limitations. Also, competition code often has its design stretched to the limit by the time the competition arrives, and if you redid it you might design it differently to make it cleaner. So, our papers have probably helped many more people than our code ever did. I did release a library along with some papers explaining it, and that worked well. But that's just a small part of the overall codebase.

      Of course, it would be nice to see the code out there, but the science is more important than the implementation. However, if we were talking about an off-the-shelf robot such as a roomba or aibo, the situation is quite different.

    2. Re:Open source ...if only. by Grond · · Score: 2, Informative

      Actually, this is a good example of something that would not be helped by the open source development model. How many hobbyists do you think have a multi-million dollar vehicle outfitted with all the necessary sensors and computers? And of those, how many do you think have a large testing area? And of those, how many have a team of people to prep the car and testing area for each test run?

      Most of the teams in the UC spent more on their car than was offered in prize money. They still profit because a lot of that spending was subsidized by corporations (note the logos all over the cars). Nonetheless, the money has to come from somewhere. Without the car, sensors, and testing area, an open source contributor could only look for the most obvious bugs.

      Now, what they should release are their algorithms and design methods. But making the actual source code development open source would not help the state of the art progress "gigantically." Remember also that these machines are often purpose built using some amount of custom hardware. What works with one setup and for one car type will not necessarily work for another. It's like saying Open Darwin helps Microsoft. It could, in theory, help a few things, but most are so inherently incompatible that it's more trouble than it's worth.

    3. Re:Open source ...if only. by i.of.the.storm · · Score: 2, Interesting

      Well, the thing is it's a competition so I doubt that people would like to release their code for everyone else to profit off of. Also, I'd bet that some of the teams code specifically for the hardware they have, and it may or may not work on another platform. Our school competes in the underwater contest (only high school to compete heh) and right now our code is highly specific to our machine and our platform. With different pieces of hardware none of our code would work, although to be honest our code kind of fails at life so it doesn't do much anyway. If we hadn't procrastinated so much... but yeah, if it was noncompetitive and the teams used similar hardware then you might see some open source projects, but the way it is now I doubt it. Of course, some teams would do it out of the goodness of their hearts but even so the hardware problems might make it useful as a reference implementation at best. I do know that U of Florida has opensourced their JAUS implementation, but that is a specific protocol for Remotely Operated Vehicles (ROVs) which isn't all that helpful in an unmanned competition.

      --
      All your base are belong to Wii.
  7. MIT came in fourth! by Ndkchk · · Score: 2, Informative

    Actually, according to the Wired blog, MIT came in fourth, although the other teams were not mentioned.

  8. Insufficient deaths by Harmonious+Botch · · Score: 5, Funny

    Many people know that more than 40,000 people die each year in motor vehicle accidents, however when it comes to people I feel this number is insufficient. I feel that way myself sometimes.
  9. Editorial discretion by Triv · · Score: 4, Insightful

    Nothing at all in that summary tells me what the Urban Challenge is; nothing in ANY of the links tells me concisely what it is, either; Wiki eventually did. How hard would it be to include "a prize competition for driverless cars" in the first sentence of that article?

    Are y'all experimenting with automated posting or something, because that at least would make sense.


    Triv

    1. Re:Editorial discretion by rts008 · · Score: 2, Interesting

      Try getting out of your own area then. It will broaden your horizons.

      Y'all is prominent in Oklahoma,Missouri,California,Maryland, Virginia, Texas, Louisiana(all states that I have lived in). In my travels, most of the south and southwest in the USA will let you experience the whole y'all extravaganza.

      It's to the point that when I here something other than y'all, I take notice. South central Pennsylvania was the worst with you'uns instead of y'all for me.(as I type this I notice that Firefox's spell-checker does not flag y'all, but with you'uns I get the RED UNDERLINE!!! Oh No!..the dreaded Red Underline!)

      Your use of the quote marks on the word 'word' suggests that you do not think that it is a word.
      Try again:
      http://en.wikipedia.org/wiki/Y'all Obligatory wiki link
      http://dictionary.cambridge.org/define.asp?dict=A&key=yall*1+0 Cambridge's onlin dictionary
      http://www.yourdictionary.com/y-all Random link from Google search for online dictionaries
      http://www.m-w.com/dictionary/y'all And last but not least, Merriam-Webster's online dictionary.

      So like it or not, y'all need to get over the fact that the USA is a big country with diverse cultures and dialects...just like any other big country.

      Take a trip up north from Virginia...oh, say about 4-5 states right along the same Atlantic coast and be amazed.
      Y'all will see a bunch of stuff, you'uns will get to try a lot of different cuisine, youse guys will experience different cultures, and you all will maybe learn something...maybe even some tolerance for those not just like you guys.

      --
      Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
  10. Re:The importance of this race cannot be overstate by seanthenerd · · Score: 3, Insightful

    Now, of course, the real debate begins. How much more will consumers be willing to pay for safe vehicles, and what limitations on speed will they accept? Rolling out this technology (if you'll excuse the play on words) will require changes in infrastructure, law, and cultural mentality. Especially here in the states. If it means saving this many lives, will you pay twice as much and drive at half speed, at least for a little while? Even more so, how much would people be willing to not drive at all?

    It's kind of interesting how much effort has gone in to building a robot that can drive in (error-prone) human traffic. If, on the other hand, *every* car was automated, it would be so much easier to implement. (Controls built into the road, maybe, and of course less need to handle wildly out-of-control cars; plus benefits like optimized freeways (anyone remember "Blue Thunder"'s freeway?) and intelligent intersections that talk to incoming cars, etc.) I think the eventual progression is to automated and efficient public transportation, where no one owns their own car, nor needs to. Did anybody consider, back in the day, if one car per person/family was actually a good idea?
  11. Re:The importance of this race cannot be overstate by erlehmann · · Score: 3, Interesting

    If, on the other hand, *every* car was automated, it would be so much easier to implement.
    also, if every car was automated and the controls were built into the road, there would be a massive single point of failure.
  12. Re:The importance of this race cannot be overstate by fain0v · · Score: 3, Informative

    Driving is a privilage, not a right.

  13. Re:The importance of this race cannot be overstate by pinkocommie · · Score: 2, Insightful

    I don't think its about that per se. It's about finding and implementing the most efficient transportation mechanism. If you could develop a fully automated system, you wouldn't need to own cars since they could be available on demand. How many hours are cars driven vs garaged, one could reduce the total number of automobiles by a factor of 5 if not more.
    I remember seeing an article on here a while ago about mass transit that went to each neighborhood but instead of trains were 4 passenger vehicles that were fully automated.

  14. Re:Congrats.. by RuBLed · · Score: 3, Funny

    Ahhhh.. *lightbulb*

    Carnegie Mellon's algorithm

    //crossing an intersection
    if(OtherCars.SignallingToCross())
    {
    Me.Stop();
    Me.WaitForClear();
    }

    OshKosh Truck's modified algorithm (copied)

    //crossing an intersection
    if(OtherCars.SignallingToCross())
    {
    //Me.Stop();
    //Me.WaitForClear();
    Me.BuzzHorn(Max_Vol);
    }

  15. Re:The importance of this race cannot be overstate by Cassius+Corodes · · Score: 3, Insightful

    I thought true freedom came only when you had nothing to tie you down?

    --
    Control is an illusion, order our comforting lie. From chaos, through chaos, into chaos we fly
  16. This spells doom for ... by Organic+Brain+Damage · · Score: 3, Funny

    ... suicide car bombers.

  17. Re:The importance of this race cannot be overstate by Novae+D'Arx · · Score: 4, Insightful

    Oh, let's see - maybe the fact that I have to share the roads with dangerous drivers?

    We limit the rights of some to protect the rights of all - if you are an unsafe driver, I will happily limit your right to drive if it increases the rights of the majority to drive safely.

    That, my snide friend, is what gives me the right - the same right that pretty much all of the laws of the US are based on. Also the same reason you have to take a driving test and maintain a driver's license. Yes, that's right, a license to drive. Pretty "Soviet", eh? In your view, is it only American if we just let everyone jump behind the wheel, even the blind and insane, because "America, Fuck Yeah!"?

    I'm sorry, but think before you post. It enriches us all.

  18. MIT pimp ride by guacamole · · Score: 3, Interesting

    I almost laughed out loud when I saw pictures of MIT's pimped out Land Rover. Besides the numerous external sensors and other gear mounted on the vehicle, I read that there is so much internal equipment to manage everything that they had real heating issues that were solved by installing an additional air conditioner and a power generator to power the AC. This is what happens when you give some money and parts to a bunch of bright geeks with too much time.

    1. Re:MIT pimp ride by Anonymous Coward · · Score: 3, Interesting

      Indeed, it's truly geeks running that show. Way in the beginning, they were thinking of putting some equipment in the engine bay... neglecting to realize that it gets f*cking hot in there while it's going. The LR3 is the second vehicle that MIT built up (the first was a Ford Escape.) They tested out the equipment in MA, where it's much cooler, so they got away with underrating the power supply for everything in the vehicle (there's somewhere between 5 and 10 kW worth of electrical generation underneath the vehicle) but it turned out that in the southwest they'd need more cooling. The solution? Stick yet *another* 3kW generator on the roof just for the A/C. Mmmm....

      The MIT computer setup was probably way overkill, the people who spec'd it didn't even consider electrical requirements; there's an obscene amount of computing power in the back (10 blades, 4x Xeons each.) All the extra weight has had serious tolls on the car itself as well; there's been multiple transmission issues and 3 sets of tires gone through.

      The software also suffered... it uses a system written entirely in C, using UDP multicast between processes (sensor drivers, fusion and such). It was also purpose written for this application. I think what happened is that they'd rather stick with the devil that they knew than try anything else... but seriously. C? They've got this excessive amount of computing power, and yet they insisted upon using C. Oooookay...

  19. Re:The importance of this race cannot be overstate by Breakfast+Pants · · Score: 2, Informative

    Here.

    --

    --

    WHO ATE MY BREAKFAST PANTS?
  20. Re:The importance of this race cannot be overstate by Erioll · · Score: 2, Insightful

    Most freedoms are privileges (from a pure survival standpoint I mean), yet we've made them rights because we feel they make for a better society overall. Be VERY careful whenever you want to clamp down on something we've had choice in for quite a long time.

  21. Re:The importance of this race cannot be overstate by timeOday · · Score: 3, Informative

    What gives you the right to decide who can and can't have a car?
    I don't know who you're responding to, since nobody suggested forcibly taking away cars. But I do find it very interesting how people respond to deaths from various sources. 40K per year is a pretty staggering number. Terrorism, for instance, is insignificant in comparison. Even the number of Americans killed in World War II is only 1 decade of auto deaths!
  22. Re:The importance of this race cannot be overstate by timeOday · · Score: 3, Insightful

    In fact, there's a whole school of thought that suggests that freedom is not possible without property. Somehow, this is counter-intuitive to some.
    I think freedom is good, and property is good. However, the two are not synonymous, in fact they're in opposition! Ownership is the legal right to restrict the actions of others (namely the freedom to walk off with things). Again, not that ownership is a bad idea, I just think it's funny how people who think they hate government actually love certain legal contrivances, such as ownership, and call anything they like "freedom" even when referring to restrictive laws which they support.
  23. Bad accounting principles helped CMG? by Anonymous Coward · · Score: 2, Interesting

    I would be interested to know exactly what the scores where and how they were derived. From reading the Popular Mechanics (blog) and Register (blog) reports, it sounds like Stanford might have gotten a bit of the raw end of the stick.

    Specifically, the Register is reporting that it DARPA counted the up to 20min Stanford's car was stuck sandwiched between two other cars due to Cornell's robot screwing up against it, and Popular Mechanics is reporting that DARPA says Stanford lost to Carnegie Mellon by about 20min.

    Sounds like it would have been a extremely close race if DARPA had been applying more reasonable (from the principle of trying to eliminate luck as a large factor) accounting principles.

    1. Re:Bad accounting principles helped CMG? by not5150 · · Score: 2, Informative

      I was at the race and Tartan Racing won fair and square. First, their bot started about 20 minutes after Stanford because they had some issues with some electrical interference coming from a nearby Jumbotron television (yes crazy I know). Stanford was paused for the MIT versus Cornell collision and was also paused a bit for Cornell's 10 minute stop and go routine on Nevada street. That was when Stanford's Junior decided to car hop from way back in line to the 2nd behind Cornell. Both Stanford and Tartan (CMU) ran well and were very smooth, but Boss was a bit more aggressive on the straight aways. Here's race video footage so you can see yourself - http://www.tgdaily.com/content/view/34687/113/

  24. Re:The importance of this race cannot be overstate by Spy+Hunter · · Score: 2, Insightful

    Firstly, a car you can't ever drive would never sell in the US. People want control, they want the ability to drive off-road even if they never actually do (see SUVs), and they love their older cars too much to stop driving them. Secondly, even if every car was automated, that would only take care of a *few* of the problems faced by automated vehicles. They would still have to deal with all of the problems that are caused by things other than unpredictable drivers, such as: wind, rain, snow, ice, fog, loss of GPS, worn or obscured road markings, people walking in the road, things that fall from trucks on the freeway, tires that blow out, malfunctioning traffic signals, downed power lines, mechanical failures of all kinds, collapsed bridges, avalanches, sinkholes, people trying to trick the robot sensors, and all the other problems I didn't happen to think of just now. If you really want your robotic car to be 100% safe, you have to program it to handle so many varied situations that I believe programming it with traffic rules for safe driving around humans would be a relatively small part of your work.

    Now it's true that you could drive more efficiently without humans, but that will have to be phased in gradually. For example, you could have special robot lanes, and perhaps eventually entire robot-only streets in big cities. But that would only be possible *after* the introduction of autonomous vehicles.

    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  25. Re:The importance of this race cannot be overstate by evilviper · · Score: 2, Insightful

    Since I was 17 more than four hundred thousand people have died participating in an activity that machines can now do flawlessly (if very slowly). This blows my mind.

    You're exaggerating, in the extreme.

    I'm willing to bet every (human) driver in this country would have succeeded with flying colors on this course as well. In fact the odds of a driver getting killed in an accident any specific day are extremely slim, and they'd be much smaller still, if you restrict that to low-speed driving, during the day, etc., etc.

    The skill of these robotic drivers can only be determined with any reasonable accuracy after they have driven many MILLIONS of miles. Only then can you say they are, on average, safer than human drivers. And even then, it would still be insanely ridiculous to claim they drive flawlessly.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  26. Re:The importance of this race cannot be overstate by Da+Fokka · · Score: 3, Insightful

    Transition is the key issue. If we were to redesign the transportation system again given the current state of knowledge and technology, it would probably be vastly different than the system that is currently in place. However, there already is a system in place which is crucial for every aspect of our lives. So a feasible transition plan will have to be central in any new technology.

  27. tractors by zogger · · Score: 2, Interesting

    Similar tech is in use daily on large farms, but it is a rigidly defined route. Self steering tractors are very common now, there are even kits you can get that bolt on to your normal tractor. They are more intended for keeping precise plowing/tilling/planting etc spacing, where inches count highly, but using GPS and maps of the fields they work perfectly fine. If there was a dedicated lane next to existing freeways for slow and steady cargo delivery-separating human drivers from the bot drivers- this could be done today fairly easily I think using similar off the shelf stuff. The darpa challenge is way more about building autonomous robotic fighting vehicles/ military convoy vehicles (Read the oshkosh terramax site, why they are using that large truck in their efforts, it is a direct sales model if they can get it to work right, as they didn't this test), and as such needs to be loads more complicated than just following a wide and clear road with traffic all flowing the same direction, etc. One of the larger problems is off the wall events that can't be adequately programmed for in advance and have to rely on sensors, like the random deer out in the road, people running across the highway, "road gators" and other unexpected trash in the road, stuff like that. In a military situation, perhaps they wouldn't bother, smash their way through, but still try to not run over all the locals during the trip.

    I think it is going to be really hard to come up with a civilian model that would work on all roads, just too many variables to contend with. In a war situation they can afford to be a little more sloppy in the collateral damage department (from their point of view, not the other guys of course). They want to pull expensive humans out of the mix as much as possible, while still retaining near the same level functionality. On a civilian road during non war conditions, the quality of the self steering needs to be loads better.