Show HN: How I built a self-driving (RC) car.
I have been taking Andrew Ng's Machine Learning course. The lecture module on Neural Networks ends with an intriguing video of the ALVINN autonomous car driving itself along normal roads at CMU in the mid 90s.
I was inspired by that video to see what I could build myself. A link to my incomplete write up was posted a couple of weeks ago (ouch!) but I finally finished it and open sourced the code tonight (so you can build your own self driving car).
What do you think? http://blog.davidsingleton.org/nnrccar https://github.com/dps/nnrccar
22 comments
[ 3.0 ms ] story [ 64.5 ms ] threadhttp://blog.davidsingleton.org/nnrccar
https://github.com/dps/nnrccar
Not to sound like a Luddite, but I don't think "budget DIY" is the way to deploying real driver-less cars.
After completing a course you correctly associated new knowledge with the potential for a cool project in an area which has been made very attractive ("hot") following Google's announcement of self-driving vehicles. You then wrote up the project in very nice prose with informative pictures and a great above-the-fold hook that makes me say, "Wow, I need to read more."
This project is a code sample, writing sample, presentation, and creativity example all in one, and it answers the "Should we hire this person?" question immediately. For that, I commend you.
Do they? Hate to say it, but [citation needed].
[1] http://jacquesmattheij.com/The+Unofficial+HN+FAQ#selfposts
[2] http://news.ycombinator.com/item?id=1076633
jlmath: http://www.jmathlib.de/
I was going to suggest using the audio jack, but it seems you've already found a (really cool) project that's using it.
Anyway, it's a pretty awesome project. I'm building a robotic vacuum cleaner currently, although I'm building the chassis from scratch and that's proving to be a bit of a stumbling block with my current tools. My software right now is pretty much rudimentary collision detection, so something like this is pretty interesting as a far more sophisticated option.