-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathelastic-layout.json
More file actions
116 lines (116 loc) · 3.28 KB
/
elastic-layout.json
File metadata and controls
116 lines (116 loc) · 3.28 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
115
116
{
"version": 1.0,
"grid_size": 128,
"tabs": [
{
"name": "Teleoperated",
"grid_layout": {
"layouts": [],
"containers": [
{
"title": "Aligned to Tag",
"x": 512.0,
"y": 0.0,
"width": 256.0,
"height": 128.0,
"type": "Boolean Box",
"properties": {
"topic": "/SmartDashboard/Aligned to Tag",
"period": 0.06,
"data_type": "boolean",
"true_color": 4283215696,
"false_color": 4294198070,
"true_icon": "None",
"false_icon": "None"
}
},
{
"title": "Tag Detected",
"x": 768.0,
"y": 0.0,
"width": 256.0,
"height": 128.0,
"type": "Boolean Box",
"properties": {
"topic": "/SmartDashboard/Tag Detected",
"period": 0.06,
"data_type": "boolean",
"true_color": 4283215696,
"false_color": 4294198070,
"true_icon": "None",
"false_icon": "None"
}
},
{
"title": "Auto Chooser",
"x": 512.0,
"y": 128.0,
"width": 256.0,
"height": 128.0,
"type": "ComboBox Chooser",
"properties": {
"topic": "/SmartDashboard/Auto Chooser",
"period": 0.06,
"sort_options": false
}
},
{
"title": "Field",
"x": 0.0,
"y": 0.0,
"width": 512.0,
"height": 256.0,
"type": "Field",
"properties": {
"topic": "/SmartDashboard/Field",
"period": 0.06,
"field_game": "Reefscape",
"robot_width": 0.85,
"robot_length": 0.85,
"show_other_objects": true,
"show_trajectories": true,
"field_rotation": 0.0,
"robot_color": 4294198070,
"trajectory_color": 4294967295
}
},
{
"title": "FMSInfo",
"x": 768.0,
"y": 128.0,
"width": 384.0,
"height": 128.0,
"type": "FMSInfo",
"properties": {
"topic": "/FMSInfo",
"period": 0.06
}
},
{
"title": "Match Time",
"x": 768.0,
"y": 256.0,
"width": 256.0,
"height": 128.0,
"type": "Match Time",
"properties": {
"topic": "/SmartDashboard/Match Time",
"period": 0.06,
"data_type": "double",
"time_display_mode": "Minutes and Seconds",
"red_start_time": 15,
"yellow_start_time": 30
}
}
]
}
},
{
"name": "Autonomous",
"grid_layout": {
"layouts": [],
"containers": []
}
}
]
}