-
Notifications
You must be signed in to change notification settings - Fork 2
/
shuffleboard.json
55 lines (55 loc) · 1.35 KB
/
shuffleboard.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
{
"tabPane": [
{
"title": "SmartDashboard",
"autoPopulate": true,
"autoPopulatePrefix": "SmartDashboard/",
"widgetPane": {
"gridSize": 128.0,
"showGrid": true,
"hgap": 16.0,
"vgap": 16.0,
"titleType": 0,
"tiles": {
"0,0": {
"size": [
1,
1
],
"content": {
"_type": "Alerts",
"_source0": "network_table:///SmartDashboard/Alerts",
"_title": "Alerts",
"_glyph": 148,
"_showGlyph": false
}
},
"1,0": {
"size": [
2,
1
],
"content": {
"_type": "Field",
"_source0": "network_table:///SmartDashboard/Field",
"_title": "Field",
"_glyph": 148,
"_showGlyph": false,
"Game/Game": "A2022_Rapid_React",
"Visuals/Robot Icon Size": 50.0,
"Visuals/Show Outside Circles": false,
"Colors/EstimatedPose": "#FFFFFFFF",
"Colors/OdometryPose": "#FFFFFFFF"
}
}
}
}
}
],
"windowGeometry": {
"x": 1532.800048828125,
"y": 188.0,
"width": 1480.800048828125,
"height": 879.2000122070312
}
}