-
Notifications
You must be signed in to change notification settings - Fork 2
/
simgui.json
51 lines (51 loc) · 1.23 KB
/
simgui.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
{
"HALProvider": {
"Other Devices": {
"AnalogGyro[0]": {
"header": {
"open": true
}
},
"Compressor[0]": {
"header": {
"open": true
}
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/Ungrouped/AnalogGyro[0]": "Gyro",
"/LiveWindow/Ungrouped/MotorControllerGroup[1]": "Motor Controller",
"/LiveWindow/Ungrouped/MotorControllerGroup[2]": "Motor Controller",
"/LiveWindow/Ungrouped/PIDController[1]": "PIDController",
"/LiveWindow/Ungrouped/PIDController[2]": "PIDController",
"/SmartDashboard/Field": "Field2d"
},
"windows": {
"/SmartDashboard/Field": {
"bottom": 900,
"height": 8.229599952697754,
"image": "PathWeaver/fields/2022-field.png",
"left": 74,
"right": 1774,
"top": 50,
"traj": {
"arrowSize": 16,
"arrowWeight": 2.0,
"arrows": false,
"selectable": false,
"style": "Line",
"weight": 3.0
},
"units": "feet",
"width": 16.459199905395508,
"window": {
"name": "Field",
"visible": true
}
}
}
}
}