forked from Nashoba-Robotics/2023NashobaRobotics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simgui.json
33 lines (33 loc) · 1.2 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
{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/Shuffleboard/Competition/SendableChooser[0]": "String Chooser",
"/Shuffleboard/Drive Test/DriveSpeedCommand": "Command",
"/Shuffleboard/Intake/ArmSubsystem": "Subsystem",
"/Shuffleboard/Intake/GrabberSubsystem": "Subsystem",
"/Shuffleboard/Intake/Intake Test": "Command",
"/Shuffleboard/Intake/IntakeTestCommand": "Command",
"/Shuffleboard/Intake/Reset Encoder": "Command",
"/Shuffleboard/Intake/Zero Pivot": "Command",
"/Shuffleboard/Intake/Zeroes/Extend": "Command",
"/Shuffleboard/Intake/Zeroes/Pivot": "Command",
"/Shuffleboard/Intake/Zeroes/Wrist": "Command",
"/SmartDashboard/AutoScoreCommand": "Command",
"/SmartDashboard/ButtonTestCommand": "Command",
"/SmartDashboard/DriveTo": "Command",
"/SmartDashboard/GoToPos": "Command",
"/SmartDashboard/ManualGrabberCommand": "Command",
"/SmartDashboard/PrepHighConeCommand": "Command",
"/SmartDashboard/PrepHighCubeCommand": "Command",
"/SmartDashboard/ResetOdometry": "Command"
}
},
"NetworkTables": {
"transitory": {
"Shuffleboard": {
"open": true
}
}
}
}