-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (42 loc) · 727 Bytes
/
config.json
File metadata and controls
42 lines (42 loc) · 727 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": 2048.0,
"encoder type": "Built-in",
"encoding": false,
"gearing denominator": 1.0,
"gearing numerator": 6.75,
"gyro": "None",
"gyro ctor": "1",
"is drivetrain": true,
"motor controllers": [
"TalonFX",
"TalonFX"
],
"number of samples per average": 1,
"primary encoder inverted": false,
"primary encoder ports": [
0,
1
],
"primary motor ports": [
10,
12
],
"primary motors inverted": [
false,
false
],
"secondary encoder inverted": false,
"secondary encoder ports": [
2,
3
],
"secondary motor ports": [
11,
13
],
"secondary motors inverted": [
false,
false
],
"velocity measurement period": 100
}