-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
470 lines (470 loc) · 13 KB
/
Copy pathconfig.json
File metadata and controls
470 lines (470 loc) · 13 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
{
"title": "QRScout",
"page_title": "Reefscape",
"delimiter": "\t",
"teamNumber": 449,
"theme": {
"light": {
"background": "0 0% 100%",
"foreground": "0 0% 3.9%",
"card": "0 0% 100%",
"card_foreground": "0 0% 3.9%",
"popover": "0 0% 100%",
"popover_foreground": "0 0% 3.9%",
"primary": "1 100% 33%",
"primary_foreground": "0 85.7% 97.3%",
"secondary": "0 0% 96.1%",
"secondary_foreground": "0 0% 9%",
"muted": "0 0% 96.1%",
"muted_foreground": "0 0% 45.1%",
"accent": "0 0% 96.1%",
"accent_foreground": "0 0% 9%",
"destructive": "195 56% 79%",
"destructive_foreground": "0 0% 98%",
"border": "0 0% 89.8%",
"input": "0 0% 0%",
"ring": "354.44 71.3% 47.9%",
"chart_1": "12 76% 61%",
"chart_2": "173 58% 39%",
"chart_3": "197 37% 24%",
"chart_4": "43 74% 66%",
"chart_5": "27 87% 67%"
},
"dark": {
"background": "0 0% 3.9%",
"foreground": "0 0% 98%",
"card": "0 0% 3.9%",
"card_foreground": "0 0% 98%",
"popover": "0 0% 3.9%",
"popover_foreground": "0 0% 98%",
"primary": "1 100% 33%",
"primary_foreground": "0 85.7% 97.3%",
"secondary": "0 0% 14.9%",
"secondary_foreground": "0 0% 98%",
"muted": "0 0% 14.9%",
"muted_foreground": "0 0% 63.9%",
"accent": "0 0% 14.9%",
"accent_foreground": "0 0% 98%",
"destructive": "195 100% 34%",
"destructive_foreground": "0 0% 98%",
"border": "0 0% 14.9%",
"input": "0 0% 50%",
"ring": "354.44 71.3% 47.9%",
"chart_1": "220 70% 50%",
"chart_2": "160 60% 45%",
"chart_3": "30 80% 55%",
"chart_4": "280 65% 60%",
"chart_5": "340 75% 55%"
}
},
"sections": [
{
"name": "Prematch",
"fields": [
{
"title": "Scouter Initials",
"description": "Enter the initials of the scouter.",
"type": "text",
"required": true,
"code": "scouter",
"formResetBehavior": "preserve",
"defaultValue": ""
},
{
"title": "Match Number",
"description": "Enter the match number.",
"type": "number",
"required": true,
"code": "matchNumber",
"formResetBehavior": "increment",
"defaultValue": 1
},
{
"title": "Robot",
"description": "The robot you are scouting this match, based on driver station position.",
"type": "select",
"required": true,
"code": "robot",
"formResetBehavior": "preserve",
"defaultValue": "R1",
"choices": {
"R1": "Red 1",
"R2": "Red 2",
"R3": "Red 3",
"B1": "Blue 1",
"B2": "Blue 2",
"B3": "Blue 3"
}
},
{
"title": "Team Number",
"description": "The team number of the robot you're scouting.",
"type": "select",
"required": true,
"code": "teamNumber",
"formResetBehavior": "reset",
"defaultValue": "",
"choices": {
"116": "116",
"422": "422",
"449": "449",
"614": "614",
"620": "620",
"686": "686",
"888": "888",
"1262": "1262",
"1389": "1389",
"1599": "1599",
"1640": "1640",
"1731": "1731",
"1885": "1885",
"1895": "1895",
"1915": "1915",
"2106": "2106",
"2186": "2186",
"2199": "2199",
"2377": "2377",
"4099": "4099",
"4638": "4638",
"5243": "5243",
"5338": "5338",
"5549": "5549",
"5587": "5587",
"5830": "5830",
"6239": "6239",
"6326": "6326",
"8230": "8230",
"8592": "8592",
"9033": "9033",
"9072": "9072"
}
},
{
"title": "Starting Position",
"description": "The starting position of the robot relative to the processor",
"type": "select",
"required": false,
"code": "startPos",
"formResetBehavior": "reset",
"defaultValue": "",
"choices": {
"F": "Far",
"M": "Middle",
"C": "Close"
}
},
{
"title": "No Show",
"description": "Check if the robot did not show up for the match.",
"type": "boolean",
"required": false,
"code": "noShow",
"formResetBehavior": "reset",
"defaultValue": false
}
]
},
{
"name": "Autonomous",
"fields": [
{
"title": "Moved?",
"description": "Check if the robot moved during autonomous.",
"type": "boolean",
"required": false,
"code": "Mved",
"formResetBehavior": "reset",
"defaultValue": false
},
{
"title": "Auto Coral Missed",
"type": "counter",
"required": false,
"code": "am",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Auto Coral Scored L1",
"type": "counter",
"required": false,
"code": "al1",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Auto Coral Scored L2",
"type": "counter",
"required": false,
"code": "al2",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Auto Coral Scored L3",
"type": "counter",
"required": false,
"code": "al3",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Auto Coral Scored L4",
"type": "counter",
"required": false,
"code": "al4",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
}
]
},
{
"name": "Algae",
"fields": [
{
"title": "Reef Removed Algae",
"description": "Has the robot removed algae from the reef",
"type": "boolean",
"required": false,
"code": "ra",
"formResetBehavior": "reset",
"defaultValue": false
},
{
"title": "Ground Intake Algae",
"description": "Has the robot picked up any algae from the ground",
"type": "boolean",
"required": false,
"code": "ga",
"formResetBehavior": "reset",
"defaultValue": false
},
{
"title": "Robot Net Scored",
"description": "How many times did the robot score into the net",
"type": "counter",
"required": false,
"code": "ns",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Robot Net Missed",
"description": "How many times did the robot attempt to score into the net and fail",
"type": "counter",
"required": false,
"code": "nm",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Processor Shots",
"description": "How many times did the robot score in the processor",
"type": "counter",
"required": false,
"code": "ps",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
}
]
},
{
"name": "Coral",
"fields": [
{
"title": "Tele-op Coral Scored L1",
"type": "counter",
"required": false,
"code": "tcs1",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Tele-op Coral Scored L2",
"type": "counter",
"required": false,
"code": "tcs2",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Tele-op Coral Scored L3",
"type": "counter",
"required": false,
"code": "tcs3",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Tele-op Coral Scored L4",
"type": "counter",
"required": false,
"code": "tcs4",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
},
{
"title": "Tele-op Coral Missed",
"description": "How many coral the robot missed and didn't score in a lower level(L1)",
"type": "counter",
"required": false,
"code": "tcm",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"step": 1
}
]
},
{
"name": "Endgame",
"fields": [
{
"title": "Attempted a Climb",
"description": "Has the robot made an effort to climb onto a cage",
"type": "boolean",
"required": false,
"code": "ac",
"formResetBehavior": "reset",
"defaultValue": false
},
{
"title": "End Position",
"description": "What the final endgame position of the robot scores for",
"type": "select",
"required": true,
"code": "epo",
"formResetBehavior": "reset",
"defaultValue": "No",
"choices": {
"No": "None",
"P": "Park",
"S": "Shallow",
"D": "Deep"
}
},
{
"title": "Entered Barge <5 secs left",
"description": "If the robot entered the barge with less than 5 seconds left on the timer.",
"type": "boolean",
"required": false,
"code": "climb",
"formResetBehavior": "reset",
"defaultValue": false
}
]
},
{
"name": "Defense",
"fields": [
{
"title": "Defensive Fouls",
"description": "Number of fouls comitted by the defense robot (tipping, reef-touching, or pinning)",
"type": "counter",
"required": false,
"code": "dgu",
"formResetBehavior": "reset",
"defaultValue": 0,
"step": 1
},
{
"title": "Defense Rating",
"description": "Driver rating but for defense, leave at zero if they didn't play defense",
"type": "range",
"required": false,
"code": "dr",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 0,
"max": 5,
"step": 1
}
]
},
{
"name": "Postmatch",
"fields": [
{
"title": "Driver Ranking",
"type": "range",
"required": true,
"code": "or",
"formResetBehavior": "reset",
"defaultValue": 0,
"min": 1,
"max": 5,
"step": 1
},
{
"title": "Died/Tipped Over etc.",
"description": "Things that made it so your robot could no longer function for the rest of the match",
"type": "select",
"required": true,
"code": "ded",
"formResetBehavior": "reset",
"defaultValue": "NA",
"choices": {
"NA": "None",
"cs": "Got a coral stuck",
"ba": "Beached on an algae",
"di": "Disabled(Orange light fully on)",
"de": "Dead(Orange light fully off)",
"t": "Tipped over"
}
},
{
"title": "General Comments",
"type": "multi-select",
"required": false,
"code": "gco",
"formResetBehavior": "reset",
"choices": {
"0": "Played Defense",
"1": "Wobbly Bot",
"2": "Wobbly Manip",
"3": "Many Penalties",
"4": "Broke during this match",
"5": "Bad Intake",
"6": "Extra Long Climb(~15-20 secs)",
"7": "Ground intook coral"
}
},
{
"title": "Specific Comments",
"description": "Comments that are still important for us to know, please only include relevant info and not insults of their drive team or statements about owing people skittles",
"type": "text",
"required": false,
"code": "co",
"formResetBehavior": "reset",
"defaultValue": "",
"min": 0,
"max": 500
}
]
}
]
}