generated from Team488/FRCRobotTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimgui.json
23 lines (23 loc) · 1.01 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
{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/SmartDashboard/AutoPrograms/DoNothing": "Command",
"/SmartDashboard/AutoPrograms/DriveFiveFeet": "Command",
"/SmartDashboard/AutoPrograms/GoCollectComeback": "Command",
"/SmartDashboard/Commit steering pid values": "Command",
"/SmartDashboard/LatchArmCommand": "Command",
"/SmartDashboard/LatchReleaseCommand": "Command",
"/SmartDashboard/Scheduler": "Scheduler",
"/SmartDashboard/SetArmsToPositionCommand: ClearCurrentBar": "Command",
"/SmartDashboard/SetArmsToPositionCommand: EngageNextBar": "Command",
"/SmartDashboard/SetArmsToPositionCommand: FullyExtended": "Command",
"/SmartDashboard/SetArmsToPositionCommand: FullyRetracted": "Command",
"/SmartDashboard/SetFastMode": "Command",
"/SmartDashboard/SetSlowMode": "Command",
"/SmartDashboard/StopShooterWheelCommand": "Command",
"/SmartDashboard/Trim Up": "Command",
"/SmartDashboard/Trim down": "Command"
}
}
}