-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyglet_controller_car.json
executable file
·49 lines (49 loc) · 1.19 KB
/
pyglet_controller_car.json
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
{
"type": "CONTROLLER",
"name": "Hardware Controller (Car)",
"uuid": "e9191d75-a1e8-478e-b26d-cb3ec2377eb2",
"default_remote_bot": "92faa9a1-c183-449d-9af4-69c23ec77c74",
"viewports": ["front_head"],
"control_scheme": "PYGLET_CONTROLLER",
"default_intent": {
"x_vel": 0,
"yaw_vel": 0
},
"keymap": [
{
"input": "left_trigger",
"expiry": 0,
"intents": [
{
"axis": "x_vel",
"offset": 0,
"dead_below": 0.2,
"mult": -1
}
]
},
{
"input": "right_trigger",
"expiry": 0,
"intents": [
{
"axis": "x_vel",
"offset": 0,
"dead_below": 0.2,
"mult": 1
}
]
},
{
"input": "left_stick_x",
"expiry": 0,
"intents": [
{
"axis": "yaw_vel",
"offset": 0,
"mult": 1
}
]
}
]
}