Skip to content

NVIDIA-AI-IOT/jetracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetRacer

JetRacer is an educational AI racecar using NVIDIA Jetson Nano that is

  • Affordable - ~$250 including Jetson Nano

  • Educational - Examples from basic motion to AI road following

  • Fun! - Interactively programmed from your web browser

To get started, check out the JetRacer Wiki.

Setup

  1. Follow the JetCard installation guide

  2. Install the JetRacer python package

    git clone https://github.com/NVIDIA-AI-IOT-private/jetracer.git
    cd jetracer
    sudo python3 setup.py install