A $400 DIY robocar that actually chases lap times
NVIDIA's JetRacer turns the Jetson Nano into a physical platform for learning real-time AI optimization.

What it does
JetRacer is a build-it-yourself autonomous racecar centered on NVIDIA’s Jetson Nano. You pick a 1/18th or 1/10th scale RC chassis, add the Nano, camera, and motor controller, then train a neural network to follow a road via Jupyter notebooks in your browser. The project explicitly targets speed: high framerates, TensorRT optimization, and “pushing the boundaries of speed” are the stated goals, not just academic completeness.
The interesting bit
The hardware choices are opinionated in a useful way. The smaller Latrax Rally ($400, soldering required) arrives pre-assembled; the larger Tamiya TT02 ($600, no soldering) demands chassis assembly but hits higher speeds. That tradeoff is unusual for educational kits, which typically optimize for one audience. NVIDIA also pre-bakes a JetPack 4.5.1 SD image, so you’re not fighting Linux before you fight the track.
Key highlights
- Two verified hardware configs with full BOMs and build docs
- Browser-based programming via Jupyter notebooks (no local IDE wrestling)
- Training → TensorRT optimization → live deployment pipeline included
- Explicit focus on inference speed, not just accuracy
- Ecosystem glue: ties into JetCam, JetCard, and torch2trt
Caveats
- Last JetPack update noted as “not yet fully verified” (June 2021)
- Repository appears dormant; no commits or issues activity visible in sources
- Road-following example is regression-based; no mention of obstacle avoidance or multi-car racing
Verdict
Grab this if you want a tangible, speed-oriented introduction to edge AI deployment and don’t mind buying RC car parts. Skip it if you need a maintained framework or simulation-only development; the physical build is non-negotiable.