forked from Shenzhen-Robotics-Alliance/Maple-Scout-Legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
114 lines (114 loc) · 1.62 KB
/
Copy pathconfig.php
File metadata and controls
114 lines (114 loc) · 1.62 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
<?php
$team = '5516';
$teamname = 'IronMaple';
$com_type = 'RC';
$variables = array (
0 =>
array (
'name' => 'Auto L1 Coral',
'type' => 'number',
'options' =>
array (
),
),
1 =>
array (
'name' => 'Auto L2 Coral',
'type' => 'number',
'options' =>
array (
),
),
2 =>
array (
'name' => 'Auto L3 Coral',
'type' => 'number',
'options' =>
array (
),
),
3 =>
array (
'name' => 'Auto L4 Coral',
'type' => 'number',
'options' =>
array (
),
),
4 =>
array (
'name' => 'Auto Processor',
'type' => 'number',
'options' =>
array (
),
),
5 =>
array (
'name' => 'Auto Net',
'type' => 'number',
'options' =>
array (
),
),
6 =>
array (
'name' => 'L1 Coral',
'type' => 'number',
'options' =>
array (
),
),
7 =>
array (
'name' => 'L2 Coral',
'type' => 'number',
'options' =>
array (
),
),
8 =>
array (
'name' => 'L3 Coral',
'type' => 'number',
'options' =>
array (
),
),
9 =>
array (
'name' => 'L4 Coral',
'type' => 'number',
'options' =>
array (
),
),
10 =>
array (
'name' => 'Processor',
'type' => 'number',
'options' =>
array (
),
),
11 =>
array (
'name' => 'Net',
'type' => 'number',
'options' =>
array (
),
),
12 =>
array (
'name' => 'Cage',
'type' => 'select',
'options' =>
array (
0 => 'Shallow Cage',
1 => 'Deep Cage',
2 => 'No structure, No climb',
3 => 'Structure, No climb',
),
),
);