-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (52 loc) · 1.08 KB
/
Copy pathconfig.json
File metadata and controls
52 lines (52 loc) · 1.08 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"camera": {
"device_index": 0,
"width": 640,
"height": 480,
"fps": 30,
"mirror": true
},
"steering": {
"mode": "TWO_HAND",
"sensitivity": 1.0,
"smoothing": 0.6,
"dead_zone": 0.08,
"max_angle": 45.0,
"curve": "LINEAR"
},
"gestures": {
"enabled": true,
"fist_threshold": 0.35,
"thumbs_up_threshold": 0.45,
"nitro_threshold": 1.4,
"auto_accel": true,
"nitro_cooldown": 1.0,
"brake_debounce_frames": 2,
"horn_enabled": false
},
"controls": {
"input_mode": "SIMULATION",
"keyboard_mappings": {
"steer_left": "left",
"steer_right": "right",
"accelerate": "up",
"brake": "down",
"nitro": "f",
"horn": "e",
"camera": "c",
"gear_up": "w",
"gear_down": "d",
"handbrake": "space"
},
"gamepad_mappings": {
"steering_axis": "LX",
"throttle_axis": "RT",
"brake_axis": "LT",
"handbrake_button": "A",
"nitro_button": "X"
}
},
"active_profile": "racing_limits",
"show_debug_panel": false,
"show_landmarks": true
}