-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
23 lines (23 loc) · 621 Bytes
/
config.json
File metadata and controls
23 lines (23 loc) · 621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"Config": {
"AppName": "KIDA",
"Version": "0.0.1",
"Description": "Autonomous robotic control system with UI, AI, and remote interface",
"EntryPoints": {
"Main": "main.py",
"UI": "scripts/ui.py",
"Line Follower": "scripts/line_follower.py",
"Obstacle Avoidance": "scripts/obstacle_avoidance.py",
"Setup": "scripts/install-dependencies.py"
},
"Paths": {
"Base": ".",
"Scripts": "scripts/",
"Test Scripts": "scripts/tests",
"Assets": "assets/",
"Audio": "audio/",
"Music": "audio/music",
"Images": "images/",
"Videos": "videos/",
"Photos": "photos/"
}
}