-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsimgui.json
More file actions
45 lines (45 loc) · 1.06 KB
/
simgui.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/Ungrouped/DigitalInput[0]": "Digital Input",
"/LiveWindow/Ungrouped/DigitalOutput[1]": "Digital Output",
"/SmartDashboard/Auto mode": "String Chooser",
"/SmartDashboard/Drive Algorithm": "String Chooser",
"/SmartDashboard/Field": "Field2d",
"/SmartDashboard/SendableChooser[2]": "String Chooser",
"/SmartDashboard/Starting Position": "String Chooser",
"/SmartDashboard/Turret Sim": "Mechanism2d"
},
"windows": {
"/SmartDashboard/Auto mode": {
"window": {
"visible": true
}
},
"/SmartDashboard/Field": {
"Robot": {
"arrows": false
},
"Turret": {
"arrowSize": 52,
"style": "Line",
"visible": true
},
"turret": {
"style": "Line"
},
"window": {
"visible": true
}
}
}
},
"NetworkTables": {
"SmartDashboard": {
"Field": {
"open": true
}
}
}
}