-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard.json
205 lines (205 loc) · 5.71 KB
/
dashboard.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
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
{
"tabPane": [
{
"title": "Texas Torque",
"autoPopulate": false,
"autoPopulatePrefix": "",
"widgetPane": {
"gridSize": 120.0,
"showGrid": false,
"hgap": 4.0,
"vgap": 4.0,
"titleType": 1,
"tiles": {
"2,0": {
"size": [
2,
2
],
"content": {
"_type": "Simple Dial",
"_source0": "network_table:///SmartDashboard/Flywheel Real",
"_title": "Shooter RPM",
"Range/Min": 0.0,
"Range/Max": 4500.0,
"Visuals/Show value": true
}
},
"8,1": {
"size": [
2,
1
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/Climb Started",
"_title": "Climb Started",
"Colors/Color when true": "#00FF00FF",
"Colors/Color when false": "#FF0000FF"
}
},
"0,0": {
"size": [
2,
2
],
"content": {
"_type": "Simple Dial",
"_source0": "network_table:///SmartDashboard/Speed Shifter",
"_title": "Speed Shifter Setting",
"Range/Min": 0.0,
"Range/Max": 1.0,
"Visuals/Show value": true
}
},
"4,2": {
"size": [
2,
1
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/Left Switch",
"_title": "Left Climber",
"Colors/Color when true": "#00FF00FF",
"Colors/Color when false": "#FF0000FF"
}
},
"6,2": {
"size": [
2,
1
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/Right Switch",
"_title": "Right Climber",
"Colors/Color when true": "#00FF00FF",
"Colors/Color when false": "#FF0000FF"
}
},
"8,0": {
"size": [
2,
1
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/Servos",
"_title": "Servos",
"Colors/Color when true": "#00FF00FF",
"Colors/Color when false": "#FF0000FF"
}
},
"8,2": {
"size": [
2,
1
],
"content": {
"_type": "ComboBox Chooser",
"_source0": "network_table:///SmartDashboard/Auto List",
"_title": "Auto List"
}
},
"0,2": {
"size": [
2,
1
],
"content": {
"_type": "Number Bar",
"_source0": "network_table:///SmartDashboard/IDIST",
"_title": "Target \"Distance\"",
"Range/Min": 0.0,
"Range/Max": 100.0,
"Range/Center": 0.0,
"Visuals/Num tick marks": 1,
"Visuals/Show text": true
}
},
"6,1": {
"size": [
2,
1
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/Turret Locked",
"_title": "Turret Locked",
"Colors/Color when true": "#00FF00FF",
"Colors/Color when false": "#FF0000FF"
}
},
"4,1": {
"size": [
2,
1
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/Is Ready",
"_title": "Shooter Ready",
"Colors/Color when true": "#00FF00FF",
"Colors/Color when false": "#FF0000FF"
}
},
"2,2": {
"size": [
2,
1
],
"content": {
"_type": "Number Bar",
"_source0": "network_table:///SmartDashboard/Flywheel Req",
"_title": "Requested RPM",
"Range/Min": 0.0,
"Range/Max": 4500.0,
"Range/Center": 0.0,
"Visuals/Num tick marks": 1,
"Visuals/Show text": true
}
},
"4,0": {
"size": [
2,
1
],
"content": {
"_type": "Number Bar",
"_source0": "network_table:///SmartDashboard/Flywheel Delta",
"_title": "Flywheel Delta",
"Range/Min": -100.0,
"Range/Max": 100.0,
"Range/Center": 0.0,
"Visuals/Num tick marks": 1,
"Visuals/Show text": true
}
},
"6,0": {
"size": [
2,
1
],
"content": {
"_type": "Number Bar",
"_source0": "network_table:///SmartDashboard/Turret Delta",
"_title": "Turret Delta",
"Range/Min": -30.0,
"Range/Max": 30.0,
"Range/Center": 0.0,
"Visuals/Num tick marks": 1,
"Visuals/Show text": true
}
}
}
}
}
],
"windowGeometry": {
"x": -7.333333492279053,
"y": -7.333333492279053,
"width": 1294.6666259765625,
"height": 694.6666870117188
}
}