-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.32 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[submodule "CarND-Advanced_Lane_Line_Detection"]
path = CarND-Advanced_Lane_Line_Detection
url = https://github.com/MK2112/CarND-Advanced_Lane_Line_Detection.git
branch = main
[submodule "CarND-Behavioral_Cloning"]
path = CarND-Behavioral_Cloning
url = https://github.com/MK2112/CarND-Behavioral_Cloning.git
branch = main
[submodule "CarND-Capstone"]
path = CarND-Capstone
url = https://github.com/MK2112/CarND-Capstone.git
branch = main
[submodule "CarND-Extended_Kalman_Filter"]
path = CarND-Extended_Kalman_Filter
url = https://github.com/MK2112/CarND-Extended_Kalman_Filter.git
branch = main
[submodule "CarND-Highway_Path_Planner"]
path = CarND-Highway_Path_Planner
url = https://github.com/MK2112/CarND-Highway_Path_Planner.git
branch = main
[submodule "CarND-Lane_Line_Detection"]
path = CarND-Lane_Line_Detection
url = https://github.com/MK2112/CarND-Lane_Line_Detection.git
branch = main
[submodule "CarND-PID_Controller"]
path = CarND-PID_Controller
url = https://github.com/MK2112/CarND-PID_Controller.git
branch = main
[submodule "CarND-Particle_Filter"]
path = CarND-Particle_Filter
url = https://github.com/MK2112/CarND-Particle_Filter.git
branch = main
[submodule "CarND-Traffic_Sign_Classifier"]
path = CarND-Traffic_Sign_Classifier
url = https://github.com/MK2112/CarND-Traffic_Sign_Classifier.git
branch = main