diyrobocars 5 years ago

If anyone here is interested, check out https://diyrobocars.com or https://diyrobocars.com.au in Australia. I organise the DIY Robocars events in Australia (and we are looking for a sponsor). I'd also recommend joining the Donkeycar and DIY Robocars Slack groups which is where most of the discussion happens in between events.

  • keyle 5 years ago

    I got really excited but then the site was a bit of a let down... forms to fill, missing guide... meetup last October...

kregasaurusrex 5 years ago

The Jetson Nano provides a very fair amount of computing power for AI applications like this- I've been following JetsonHacks[0] for a while and there's some neat projects posted on the site. The site owner's Youtube channel[1] also goes into detail on interoperability across the TX series such as cameras, code libraries, and assembling a car based on MIT's open-sourced Racecar[2] built with a TX2.

[0] https://www.jetsonhacks.com/2019/03/25/nvidia-jetson-nano-de...

[1] https://www.youtube.com/channel/UCQs0lwV6E4p7LQaGJ6fgy5Q

[2] https://racecar.mit.edu/platform

  • rahulrav 5 years ago

    JetsonHacks is pretty great.

LukaD 5 years ago

Your page can't be scrolled with the keyboard and it's missing the native scrollbar. You should remove those overflow rules from the body and .content div.

  • rahulrav 5 years ago

    Apologies. This is a new blog I am working on. Will fix it.

  • HeWhoLurksLate 5 years ago

    It can, you just have to focus the body element (IE click somewhere on the page) first.

  • thesmok 5 years ago

    It also breaks the Reader mode in Safari.

aresant 5 years ago

If you have even a peripheral interest and are in the Bay Area come to the meetup / race referenced - all are welcome!

It’s surprisingly fun and they serve an awesome BBQ lunch - both me and my 7 year old son enjoyed the program immensely -

https://www.meetup.com/DIYRobocars/

Tepix 5 years ago

Donkeycar is a fantastic project and it got a whole lot better with the recent release of Donkeycar 3.0.

Keep it up guys!

thowthisaway 5 years ago

That freaking awesome! I was thinking about making a self driving RC car with image recognition to hunt down some rabbits in my yard, maybe you can help me with that!

Great job man, great job!

  • ModernMech 5 years ago

    I've been thinking about the same thing but for deer. They keep eating my bushes in the middle of the night, so I'd like a little patrol car to chase them away.

hoytech 5 years ago

Not to be that guy, but is it still an "RC" car if it's self-driving? :)

  • gist 5 years ago

    I will take the 'that guy' crown from you. I am thinking what is self driving if the video shows it going off the track and not slowing down for the curves. This reminds me of back in the day with slotted race cars that if you didn't pay attention they flew off the track.

    This is not to say that it's not admirable but I was not as impressed as I think I should be when someone is doing self driving.

    • rahulrav 5 years ago

      The rules of the race are that you can't cut corners from inside the track. Going out of the track is a natural penalty, so it's allowed. The car actually slows down a bit.

      The ML algorithm being used is called behavioral cloning (and it's cloning me). It's just that I am a pretty rusty RC car driver :)

      • Someone 5 years ago

        ”Going out of the track is a natural penalty”

        No, it isn’t. If the track is concave, driving the convex closure of the track shortens the distance travelled, decreases the amount of turning to do, and no corner will become tighter. That must mean the convex closure is faster to ride.

        I guess that’s why the red cones are there. Passing them on the wrong side must lead to a steep time penalty or immediate disqualification.

        Also, I would think that, in a really tight turn, you would have to slow down so much to stay on the track that overshooting the turn without braking as much is faster (I think the video shows that in the last corner of the round, at the right edge of the video)

  • tehlike 5 years ago

    It is probably getting commands from a workstation/desktop.

typon 5 years ago

This is ethical application of AI I can get behind

m3at 5 years ago

Cool project! Thanks for sharing

Two questions to know a bit more:

- how long did it take you to complete that project?

- what is the rough total cost?

  • rahulrav 5 years ago

    My first car took about a week. The second one took a day. The total BOM was around 400$.

    Note: I am not great with hardware.

    • singularity2001 5 years ago

      What took you so long the first time or: did you reuse compiled code the second time?

      • rahulrav 5 years ago

        The first time I was building Donkey for an entirely new (and previously unsupported) SBC - the Asus Tinkerboard S. I was also unfamiliar with how everything was put together.

        The second time was a breeze. Jetson Nano runs Ubuntu so getting everything to work was relatively easy.

        • m3at 5 years ago

          Good to know, thanks for answering!

transistor-man 5 years ago

Awesome project! Are there build details about getting everything running on the Nano? Do you have a block diagram or interconnect schematic that you could post? Thanks!

  • rahulrav 5 years ago

    Yes. Join the Slack channel. We can help you out if you have questions.

agumonkey 5 years ago

Tiny self driving vehicles could be fun and safe way to transport small things. Think an army of cleaning drones gatherings trash to a collection point.

  • Elpomm 5 years ago

    Definitely. I just hope licensing and regulation don't make it prohibitive, it would be fun even for personal use as well.

Indronil 5 years ago

my one can be found here its simple and still a work in progress https://github.com/aetar will try to implement yolo3 later project name road trip

jonas_kgomo 5 years ago

George Hotz, former apple device jail-breaker left Tesla to start working on Self-Driving Cars, the DIY approach. So far he has been training the cars with HD Maps and has had decent progress considering his competition. http://comma.ai

  • zyang 5 years ago

    That's a lot of mis-information. Hotz exchanged some tweets with Musk but never worked for Tsla. Comma uses cameras, not HD maps.