-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsimgui.json
31 lines (31 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
24
25
26
27
28
29
30
31
{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/Shuffleboard/Arm Tab/Orientation/ARM +30": "Command",
"/Shuffleboard/Arm Tab/Orientation/Extend -3 Inches": "Command",
"/Shuffleboard/Arm Tab/Orientation/Extend 3 Inches": "Command",
"/Shuffleboard/Arm Tab/Orientation/HIGH": "Command",
"/Shuffleboard/Arm Tab/Orientation/LEVEL": "Command",
"/Shuffleboard/Arm Tab/Orientation/LOW": "Command",
"/Shuffleboard/Arm Tab/Orientation/Set +0.3": "Command",
"/Shuffleboard/Arm Tab/Orientation/Set -0.3": "Command",
"/Shuffleboard/Arm Tab/Orientation/Zero Encoder": "Command",
"/Shuffleboard/Swerve/Chassis/Pigeon 2 [9]": "Gyro",
"/Shuffleboard/Swerve/Orientation/Reset to Absolute": "Command",
"/Shuffleboard/Swerve/Orientation/Rotate 45": "Command"
}
},
"NetworkTables": {
"transitory": {
"Shuffleboard": {
"Swerve": {
"Chassis": {
"open": true
},
"open": true
}
}
}
}
}