-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimgui.json
More file actions
39 lines (39 loc) · 809 Bytes
/
simgui.json
File metadata and controls
39 lines (39 loc) · 809 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"HALProvider": {
"Other Devices": {
"SPARK MAX [16]": {
"header": {
"open": true
}
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/Shuffleboard/teleopTab/Drive Orientation": "Command",
"/Shuffleboard/teleopTab/Encoders": "Command",
"/Shuffleboard/teleopTab/Gyro Reset": "Command",
"/Shuffleboard/teleopTab/The Weel Angel": "Command"
}
},
"NetworkTables": {
"transitory": {
"Shuffleboard": {
"open": true,
"teleopTab": {
"Drive Orientation": {
"open": true
},
"Gyro Reset": {
"open": true
},
"The Weel Angel": {
"open": true
},
"open": true
}
}
}
}
}