maxim-igenbergs commited on
Commit
e608063
·
verified ·
1 Parent(s): 8691388

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - udacity
5
+ - simulator
6
+ - autonomous-driving
7
+ - binaries
8
+ ---
9
+
10
+ ## Udacity Simulator Binaries — Jungle Map & Generated Roads Map
11
+
12
+ This repository hosts the exact Udacity simulator builds used in the bachelor's thesis: TBD
13
+
14
+ It includes macOS (Intel and Apple Silicon) and Linux binaries for both the Jungle and GenRoads environments, plus the Unity project used to build the Jungle binaries.
15
+
16
+ ### Contents
17
+
18
+ | Environment | Platform | File | Source |
19
+ |--------------|-----------|------|---------|
20
+ | Jungle | Linux | `jungle/udacity_linux.zip` | Built from modified Unity project |
21
+ | Jungle | macOS Intel 64-bit | `jungle/udacity_macos_intel-64-bit.zip` | Built from modified Unity project |
22
+ | Jungle | macOS Silicon | `jungle/udacity_macos_silicon.zip` | Built from modified Unity project |
23
+ | GenRoads | Linux | `genroads/udacity_linux.zip` | From official PerturbationDrive release |
24
+ | GenRoads | macOS Silicon | `genroads/udacity_macos_silicon.zip` | From official PerturbationDrive release |
25
+ | Unity project | — | `self-driving-car-sim.zip` | Full project used to build Jungle binaries |
26
+
27
+ ### License
28
+
29
+ - Jungle simulator modifications and build scripts: MIT
30
+ - Original simulator: © Udacity, open educational use
31
+ - GenRoads binaries: as distributed by the PerturbationDrive project ([GitHub link](https://github.com/ast-fortiss-tum/perturbation-drive/tree/5e4d7fb51557838e6aa9e6d6ad944ef6c4075cd7))