-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsimgui.json
More file actions
26 lines (26 loc) · 846 Bytes
/
simgui.json
File metadata and controls
26 lines (26 loc) · 846 Bytes
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
{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/Buffer": "Subsystem",
"/LiveWindow/Drivetrain": "Subsystem",
"/LiveWindow/Intake": "Subsystem",
"/LiveWindow/Shooter": "Subsystem",
"/LiveWindow/Ungrouped/DifferentialDrive[1]": "DifferentialDrive",
"/LiveWindow/Ungrouped/DigitalInput[4]": "Digital Input",
"/LiveWindow/Ungrouped/DigitalInput[5]": "Digital Input",
"/LiveWindow/Ungrouped/PIDController[1]": "PIDController",
"/LiveWindow/Ungrouped/Scheduler": "Scheduler",
"/LiveWindow/Ungrouped/Talon SRX [1]": "Motor Controller",
"/LiveWindow/Ungrouped/navX-Sensor[4]": "Gyro",
"/SmartDashboard/Field": "Field2d"
},
"windows": {
"/SmartDashboard/Field": {
"window": {
"visible": true
}
}
}
}
}