forked from owoalex/botd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sherbert_lemon.json
executable file
·71 lines (71 loc) · 1.64 KB
/
sherbert_lemon.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"type": "BOT",
"name": "Sherbert Lemon",
"uuid": "92faa9a1-c183-449d-9af4-69c23ec77c74",
"cameras": [
{
"name": "front_head",
"path": "/dev/v4l/by-id/usb-Jieli_Technology_USB_PHY_2.0-video-index0",
"fps": 15,
"resolution": [400,300],
"control_x": {
"type": "AXIS_CONTROL",
"axis": "yaw",
"rate": 1
}
}
],
"control_scheme": "RPI_ONBOARD_GPIO",
"actuators": [
{
"name": "left",
"type": "BRUSHED",
"encoder_step": 0.1,
"has_encoder": true,
"motor_pins": {
"cw": 36,
"ccw": 33
},
"encoder_pins": [13, 15]
},
{
"name": "front",
"type": "BRUSHED",
"encoder_step": 0.1,
"has_encoder": true,
"motor_pins": {
"cw": 38,
"ccw": 35
},
"encoder_pins": [16, 18]
},
{
"name": "right",
"type": "BRUSHED",
"encoder_step": 0.1,
"has_encoder": true,
"motor_pins": {
"cw": 37,
"ccw": 40
},
"encoder_pins": [29, 31]
}
],
"intents": {
"x": {
"front": 0,
"left": 1,
"right": -1
},
"y": {
"front": -1,
"left": 0,
"right": 0
},
"yaw": {
"front": 1,
"left": 1,
"right": 1
}
}
}