This code is legit (see other comment; download the tar and try to forget you ever visited Sourceforce) and incredibly interesting. I browsed this repo a year ago and still come back to it every so often. The architecture decisions that the Stanford team made in 2005 and 2007 have stood the test of time (at least as evidenced by many of the decisions in the architecture of our Voyage car, but anecdotally in others too).<p>Learn more with this paper on Junior, which uses this codebase: <a href="http://robots.stanford.edu/papers/junior08.pdf" rel="nofollow">http://robots.stanford.edu/papers/junior08.pdf</a>
> Stanford Made Available Code From Cars That Entered Darpa Challenges<p>That's oddly worded. The wording makes it sound like it's the code from numerous different cars in the challenge, and not just Stanford's entry, but the site wording and the source structure itself look to be a single system.<p>Then again, the code is from 2011, so I guess the past tense is somewhat justified...
This looks like an updated version of the DARPA Urban Challenge code. It uses ROS extensively, and ROS was only started in 2007. The files are all dated 2011.<p>Not for use at high altitudes. From "perception/trafficlights/src/traffic_light_view.cpp:<p><pre><code> sprintf(lightBuffer,"%f %f %f", currPose.latitude, currPose.longitude, currPose.altitude);
</code></pre>
Yes, it's debug code.<p>The perception end of things is mostly digesting the point cloud from the Velodyne LIDAR. There's vision code for traffic light recognition, but I haven't found other vision code yet.