-
Notifications
You must be signed in to change notification settings - Fork 0
/
simgui.json
48 lines (48 loc) · 1.04 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
{
"HALProvider": {
"Other Devices": {
"SPARK MAX [20]": {
"header": {
"open": true
}
},
"SPARK MAX [30]": {
"header": {
"open": true
}
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/DriveTrain": "Subsystem",
"/LiveWindow/Ungrouped/DifferentialDrive[1]": "DifferentialDrive",
"/LiveWindow/Ungrouped/Scheduler": "Scheduler",
"/LiveWindow/Ungrouped/navX-Sensor[4]": "Gyro",
"/SmartDashboard/Auto Start Position": "String Chooser",
"/SmartDashboard/Autonomous Mode": "String Chooser",
"/SmartDashboard/auto chooser": "String Chooser",
"/SmartDashboard/drivercontrol": "String Chooser"
}
},
"NetworkTables": {
"LiveWindow": {
".status": {
"open": true
},
"Ungrouped": {
"open": true
},
"open": true
},
"SmartDashboard": {
"open": true
},
"transitory": {
"SmartDashboard": {
"open": true
}
}
}
}