-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (42 loc) · 729 Bytes
/
config.json
File metadata and controls
42 lines (42 loc) · 729 Bytes
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
{
"counts per rotation": 8192.0,
"encoder type": "roboRIO quadrature",
"encoding": false,
"gearing denominator": 1.0,
"gearing numerator": 1.0,
"gyro": "NavX",
"gyro ctor": "SPI.kMXP",
"is drivetrain": true,
"motor controllers": [
"PWM",
"PWM"
],
"number of samples per average": 10,
"primary encoder inverted": false,
"primary encoder ports": [
0,
1
],
"primary motor ports": [
4,
3
],
"primary motors inverted": [
false,
false
],
"secondary encoder inverted": true,
"secondary encoder ports": [
6,
7
],
"secondary motor ports": [
2,
1
],
"secondary motors inverted": [
true,
true
],
"velocity measurement period": 100
}