-
Notifications
You must be signed in to change notification settings - Fork 0
/
simgui.json
45 lines (45 loc) · 1.18 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
{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/Shuffleboard/Auto/Docking Position": "String Chooser",
"/Shuffleboard/Auto/Game Piece": "String Chooser",
"/Shuffleboard/Auto/Game Piece 2": "String Chooser",
"/Shuffleboard/Auto/Grid Column": "String Chooser",
"/Shuffleboard/Auto/Grid Column 2": "String Chooser",
"/Shuffleboard/Auto/Grid Row": "String Chooser",
"/Shuffleboard/Auto/Grid Row 2": "String Chooser",
"/Shuffleboard/Auto/Routine": "String Chooser",
"/Shuffleboard/Robot/DifferentialDrive[1]": "DifferentialDrive",
"/Shuffleboard/Robot/Field": "Field2d",
"/SmartDashboard/DifferentialDrive[1]": "DifferentialDrive",
"/SmartDashboard/Field": "Field2d"
},
"windows": {
"/SmartDashboard/Field": {
"window": {
"visible": true
}
}
}
},
"NetworkTables": {
"transitory": {
"Shuffleboard": {
"Robot": {
"Field": {
"open": true
},
"open": true
},
"open": true
},
"SmartDashboard": {
"Field": {
"open": true
},
"open": true
}
}
}
}