-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimgui.json
35 lines (35 loc) · 1.1 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
{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/DriveTrainSub": "Subsystem",
"/LiveWindow/IndexerSub": "Subsystem",
"/LiveWindow/IntakeSub": "Subsystem",
"/LiveWindow/LimelightSub": "Subsystem",
"/LiveWindow/ServoSub": "Subsystem",
"/LiveWindow/ShooterClimbSub": "Subsystem",
"/LiveWindow/ShooterSub": "Subsystem",
"/LiveWindow/Ungrouped/DifferentialDrive[1]": "DifferentialDrive",
"/LiveWindow/Ungrouped/DigitalInput[0]": "Digital Input",
"/LiveWindow/Ungrouped/DigitalInput[2]": "Digital Input",
"/LiveWindow/Ungrouped/Scheduler": "Scheduler",
"/LiveWindow/Ungrouped/Talon FX [20]": "Motor Controller",
"/LiveWindow/Ungrouped/Talon SRX [31]": "Motor Controller",
"/LiveWindow/Ungrouped/Talon SRX [32]": "Motor Controller",
"/LiveWindow/Ungrouped/Talon SRX [40]": "Motor Controller"
}
},
"NetworkTables": {
"LiveWindow": {
"ShooterClimbSub": {
"open": true
},
"Ungrouped": {
"open": true
}
},
"SmartDashboard": {
"open": true
}
}
}