forked from PWNAGERobotics/ScoutingPASS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
RR_config.js
212 lines (212 loc) · 4.71 KB
/
RR_config.js
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
var config_data = `
{
"title": "Scouting PASS 2022",
"page_title": "Rapid React",
"checkboxAs": "10",
"prematch": [
{ "name": "Scouter Initials",
"code": "s",
"type": "scouter",
"size": 5,
"maxSize": 5,
"required": "true"
},
{ "name": "Event",
"code": "e",
"type": "event",
"defaultValue": "2022ilpe",
"required": "true",
"disabled": "true"
},
{ "name": "Match Level",
"code": "l",
"type": "level",
"choices": {
"qm": "Quals<br>",
"ef": "Eighth-Final<br>",
"qf": "Quarter-Final<br>",
"sf": "Semi-Final<br>",
"f": "Final"
},
"defaultValue": "qm",
"required": "true"
},
{ "name": "Match #",
"code": "m",
"type": "match",
"min": 1,
"max": 100,
"required": "true"
},
{ "name": "Robot",
"code": "r",
"type": "robot",
"choices": {
"r1": "Red-1",
"b1": "Blue-1<br>",
"r2": "Red-2",
"b2": "Blue-2<br>",
"r3": "Red-3",
"b3": "Blue-3"
},
"required":"true"
},
{ "name": "Team #",
"code": "t",
"type": "team",
"min": 1,
"max": 99999
},
{ "name": "Auto Start Position",
"code": "as",
"type": "field_image",
"filename": "2022/field_image.png"
}
],
"auton": [
{ "name": "Taxied?",
"code": "at",
"type": "bool"
},
{ "name": "Upper Cargo Scored",
"code": "au",
"type": "counter"
},
{ "name": "Lower Cargo Scored",
"code": "al",
"type": "counter"
},
{ "name": "Picked up more cargo?",
"code": "ac",
"type": "bool"
}
],
"teleop": [
{ "name": "Upper Cargo Scored",
"code": "tu",
"type": "counter"
},
{ "name": "Lower Cargo Scored",
"code": "tl",
"type": "counter"
},
{ "name": "Was Defended",
"code": "wd",
"type": "bool"
},
{ "name": "Wallbot?",
"code": "wbt",
"type": "bool"
},
{ "name": "Cargo Intake From",
"code": "cif",
"type": "radio",
"choices": {
"t": "Terminal<br>",
"g": "Ground<br>",
"b": "Both<br>",
"x": "Not Attempted"
},
"defaultValue": "x"
},
{ "name": "Shooting Spot",
"code": "ss",
"type": "field_image",
"filename": "2022/field_image.png"
}
],
"endgame": [
{ "name": "Climb",
"code": "c",
"type":"radio",
"choices": {
"1": "Low<br>",
"2": "Mid<br>",
"3": "High<br>",
"4": "Traversal<br>",
"a": "Attempted but failed<br>",
"x": "Not attempted"
},
"defaultValue": "x"
},
{ "name": "Started Climb before Endgame",
"code": "be",
"type": "bool"
},
{ "name": "# of alliance bots climbed",
"code": "cn",
"type": "counter"
}
],
"postmatch": [
{ "name": "Driver Skill",
"code": "ds",
"type": "radio",
"choices": {
"n": "Not Effective<br>",
"a": "Average<br>",
"v": "Very Effective<br>",
"x": "Not Observed"
},
"defaultValue": "x"
},
{ "name": "Defense Rating",
"code": "dr",
"type": "radio",
"choices": {
"b": "Below Average<br>",
"a": "Average<br>",
"g": "Good<br>",
"e": "Excellent<br>",
"x": "Did not play defense"
},
"defaultValue": "x"
},
{ "name": "Enemy Balls",
"tooltip": "Strategically held enemy cargo during the match",
"code": "hc",
"type": "bool"
},
{ "name": "Swerve drive?",
"code": "sd",
"type": "bool"
},
{ "name": "Speed Rating",
"code": "sr",
"type": "radio",
"choices": {
"1": "1 (slow)<br>",
"2": "2<br>",
"3": "3<br>",
"4": "4<br>",
"5": "5 (fast)"
},
"defaultValue":"3"
},
{ "name": "Died/Tipped",
"code": "d",
"type": "bool"
},
{ "name": "Make good alliance partner?",
"tooltip": "Would you want this robot on your alliance in eliminations?",
"code": "all",
"type": "bool"
},
{ "name": "Comments",
"code": "co",
"type": "text",
"size": 15,
"maxSize": 50
},
{ "name": "Confidence Rating",
"code": "cnf",
"type": "radio",
"choices": {
"v": "Very Confident<br>",
"a": "Average<br>",
"n": "Not Confident"
},
"defaultValue": "a"
}
]
}`;