Skip to content

Commit

Permalink
Merge pull request #3 from NVIDIA-AI-IOT-private/v0.0.0
Browse files Browse the repository at this point in the history
V0.0.0
  • Loading branch information
jaybdub authored Jun 29, 2019
2 parents 117727f + a7de7de commit 9983d56
Show file tree
Hide file tree
Showing 25 changed files with 40,583 additions and 221 deletions.
7 changes: 7 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
41 changes: 31 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,43 @@
# JetRacer

JetRacer is an educational AI racecar using NVIDIA Jetson Nano that is
<img src="https://lh3.googleusercontent.com/NKCZUpv25TTaZ4PFVbxIUZkzVP7l90xhGrmiXJo4R6edUQnWp5coYkM7J1T9pZOnHM6KyhmdxXwpsn7or_8r--yNva_fPAdjZnqdNU3_NUSK7iGxqFzQ0Ucjb0F4WucMUg4MRYOJ5so" height=256>

* Affordable - ~$250 including Jetson Nano
JetRacer is an educational AI racecar using NVIDIA Jetson Nano that is

* Affordable - Less than $400 *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](#).
To get started, follow the [setup](#setup) below.

## Setup

1. Follow the [JetCard](#) installation guide
To get started with JetRacer, follow these steps

1. Order parts from the [bill of materials](docs/bill_of_materials.md)

2. Follow the [hardware setup](docs/hardware_setup.md)
3. Follow the [software setup](docs/software_setup.md)
4. Run through the [examples](docs/examples.md)

## Examples

### Example 1 - Basic motion

In this example you'll learn to progam JetRacer programatically from your web browser. Learn more in the [examples](docs/examples.md) documentation.

<img src="https://user-images.githubusercontent.com/4212806/60383497-68d90a80-9a26-11e9-9a18-778b7d3a3221.gif" height=300/>

### Example 2 - Road following

In this example, you'll teach JetRacer how to follow a road using AI. After training the neural network using the [interactive training notebook](notebooks/interactive_regression.ipynb), you'll deploy an optimized live demo on JetRacer. Learn more in the [examples](docs/examples.md).

<img src="https://user-images.githubusercontent.com/4212806/60383389-bd7b8600-9a24-11e9-9f64-926e5edb52cc.gif" height=300/>

## See also

2. Install the JetRacer python package
* [JetBot](http://github.com/NVIDIA-AI-IOT/jetbot) - An educational AI robot based on NVIDIA Jetson Nano

```bash
git clone https://github.com/NVIDIA-AI-IOT-private/jetracer.git
cd jetracer
sudo python3 setup.py install
```
* [JetCam](http://github.com/NVIDIA-AI-IOT/jetcam) - An easy to use Python camera interface for NVIDIA Jetson
* [JetCard](http://github.com/NVIDIA-AI-IOT/jetcard) - An SD card image for web programming AI projects with NVIDIA Jetson Nano
* [torch2trt](http://github.com/NVIDIA-AI-IOT/torch2trt) - An easy to use PyTorch to TensorRT converter
Binary file added assets/jetracer_latrax_all_parts.f3d
Binary file not shown.
10,367 changes: 10,367 additions & 0 deletions assets/jetracer_latrax_all_parts.iges

Large diffs are not rendered by default.

Loading

0 comments on commit 9983d56

Please sign in to comment.