-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.xml
48 lines (42 loc) · 1.79 KB
/
config.xml
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
<?xml version="1.0"?>
<application>
<match>
<!-- numerical data -->
<field inWeight="true" name="Defense Rating" type="numDropDown" bottom="1" top="5"></field>
<field inWeight="true" name="Autonomous" type="numDropDown" bottom="0" top="3"></field>
<field inWeight="true" name="Low Teleop Scores" type="sIntInput"></field>
<field inWeight="true" name="Mid Teleop Scores" type="sIntInput"></field>
<field inWeight="true" name="High Teleop Scores" type="sIntInput"></field>
<field inWeight="true" name="Climbing Pts" type="sIntInput"></field>n
<!-- ratings -->
</match>
<pit>
<category name="team">
<field name="Team Name" type="sStringInput"></field>
<field name="Team #" type="sStringInput"></field>
<field name="Picture" type="picture"></field>
<field name="Major Problems" type="sStringInput"></field>
</category>
<category name="drivetrain">
<field name="# wheels" type="sStringInput"></field>
<field name="type wheels" type="sStringInput"></field>
<field name="type of drive" type="sStringInput"></field>
</category>
<category name="kicker">
<field name="Description" type="mLineInput"></field>
<field name="Kicking Distance" type="sStringInput"></field>
<field name="# of bumps" type="numDropDown" bottom="0" top="2"></field>
</category>
<category name="climbing">
<field name="Description" type="mLineInput"></field>
</category>
<category name="dribbler">
<field name="Description" type="mLineInput"></field>
</category>
<category name="strategy">
<field name="Preferred Starting Point" type="sStringInput"></field>
<field name="Auton Strategy" type="mLineInput"></field>
<field name="Teleop Strategy" type="mLineInput"></field>
</category>
</pit>
</application>