-
Notifications
You must be signed in to change notification settings - Fork 2
/
2022_Shuffleboard.json
executable file
·179 lines (179 loc) · 4.77 KB
/
2022_Shuffleboard.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"tabPane": [
{
"title": "SmartDashboard",
"autoPopulate": false,
"autoPopulatePrefix": "SmartDashboard/",
"widgetPane": {
"gridSize": 128.0,
"showGrid": true,
"hgap": 16.0,
"vgap": 12.0,
"titleType": 0,
"tiles": {
"0,1": {
"size": [
2,
1
],
"content": {
"_type": "ComboBox Chooser",
"_source0": "network_table:///SmartDashboard/Joystick Mode",
"_title": "Joystick Mode"
}
},
"0,2": {
"size": [
2,
2
],
"content": {
"_type": "Alerts",
"_source0": "network_table:///SmartDashboard/Alerts",
"_title": "Alerts"
}
},
"0,0": {
"size": [
2,
1
],
"content": {
"_type": "ComboBox Chooser",
"_source0": "network_table:///SmartDashboard/Auto Routine",
"_title": "Auto Routine"
}
},
"10,0": {
"size": [
1,
1
],
"content": {
"_type": "Simple Dial",
"_source0": "network_table:///SmartDashboard/Pressure",
"_title": "Pressure",
"Range/Min": 0.0,
"Range/Max": 130.0,
"Visuals/Show value": true
}
},
"0,4": {
"size": [
2,
1
],
"content": {
"_type": "Text View",
"_source0": "network_table:///SmartDashboard/Flywheel Offset",
"_title": "Flywheel Offset"
}
},
"10,2": {
"size": [
1,
1
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/Feeder/One Cargo",
"_title": "One Cargo",
"Colors/Color when true": "#7CFC00FF",
"Colors/Color when false": "#8B0000FF"
}
},
"10,3": {
"size": [
1,
1
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/Feeder/Two Cargo",
"_title": "Two Cargo",
"Colors/Color when true": "#7CFC00FF",
"Colors/Color when false": "#8B0000FF"
}
},
"6,0": {
"size": [
4,
4
],
"content": {
"_type": "Camera Stream",
"_source0": "camera_server://limelight",
"_title": "Limelight",
"Crosshair/Show crosshair": true,
"Crosshair/Crosshair color": "#FFFFFFFF",
"Controls/Show controls": false,
"Controls/Rotation": "NONE",
"compression": -1.0,
"fps": -1,
"imageWidth": -1,
"imageHeight": -1
}
},
"2,4": {
"size": [
2,
1
],
"content": {
"_type": "ComboBox Chooser",
"_source0": "network_table:///SmartDashboard/Demo/Speed Limit",
"_title": "Demo/Speed Limit"
}
},
"4,4": {
"size": [
2,
1
],
"content": {
"_type": "ComboBox Chooser",
"_source0": "network_table:///SmartDashboard/Demo/Shooter Preset",
"_title": "Demo/Shooter Preset"
}
},
"6,4": {
"size": [
2,
1
],
"content": {
"_type": "ComboBox Chooser",
"_source0": "network_table:///SmartDashboard/Demo/LED Mode",
"_title": "Demo/LED Mode"
}
},
"2,0": {
"size": [
4,
4
],
"content": {
"_type": "Camera Stream",
"_source0": "camera_server://front-camera",
"_title": "Front Camera",
"Crosshair/Show crosshair": true,
"Crosshair/Crosshair color": "#FFFFFFFF",
"Controls/Show controls": false,
"Controls/Rotation": "NONE",
"compression": -1.0,
"fps": -1,
"imageWidth": -1,
"imageHeight": -1
}
}
}
}
}
],
"windowGeometry": {
"x": -5.5,
"y": 2.5,
"width": 1631.0,
"height": 839.0
}
}