-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshuffleboard.json
150 lines (150 loc) · 4.22 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
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
{
"tabPane": [
{
"title": "SmartDashboard",
"autoPopulate": false,
"autoPopulatePrefix": "",
"widgetPane": {
"gridSize": 128.0,
"showGrid": true,
"hgap": 16.0,
"vgap": 16.0,
"titleType": 0,
"tiles": {
"4,0": {
"size": [
5,
3
],
"content": {
"_type": "Camera Stream",
"_source0": "camera_server://photonvision_Port_1182_Output_MJPEG_Server",
"_title": "Carmera",
"_glyph": 148,
"_showGlyph": false,
"Crosshair/Show crosshair": false,
"Crosshair/Crosshair color": "#FFFFFFFF",
"Controls/Show controls": false,
"Controls/Rotation": "NONE",
"compression": -1.0,
"fps": 10,
"imageWidth": -1,
"imageHeight": -1
}
},
"2,2": {
"size": [
2,
2
],
"content": {
"_type": "Gyro",
"_source0": "network_table:///SmartDashboard/Pigeon 2 (v6) [11]",
"_title": "Heading",
"_glyph": 148,
"_showGlyph": false,
"Visuals/Major tick spacing": 45.0,
"Visuals/Starting angle": 180.0,
"Visuals/Show tick mark ring": true,
"Visuals/Counter clockwise": false
}
},
"2,0": {
"size": [
2,
1
],
"content": {
"_type": "ComboBox Chooser",
"_source0": "network_table:///SmartDashboard/auto/Auto Option",
"_title": "Auto Options",
"_glyph": 148,
"_showGlyph": false
}
},
"0,4": {
"size": [
2,
2
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/climber/climbingModeEnabled",
"_title": "Climbing Mode Enabled",
"_glyph": 148,
"_showGlyph": false,
"Colors/Color when true": "#7CFC00FF",
"Colors/Color when false": "#8B0000FF"
}
},
"2,1": {
"size": [
2,
1
],
"content": {
"_type": "Text View",
"_source0": "network_table:///SmartDashboard/drive/headingMode",
"_title": "Heading Mode",
"_glyph": 148,
"_showGlyph": false
}
},
"0,0": {
"size": [
2,
2
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/manipulator/hasNote",
"_title": "Has Note",
"_glyph": 148,
"_showGlyph": false,
"Colors/Color when true": "#7CFC00FF",
"Colors/Color when false": "#8B0000FF"
}
},
"0,2": {
"size": [
2,
2
],
"content": {
"_type": "Boolean Box",
"_source0": "network_table:///SmartDashboard/launcher/isRunning",
"_title": "Launcher Running",
"_glyph": 148,
"_showGlyph": false,
"Colors/Color when true": "#7CFC00FF",
"Colors/Color when false": "#8B0000FF"
}
},
"4,3": {
"size": [
5,
3
],
"content": {
"_type": "Field",
"_source0": "network_table:///SmartDashboard/Field",
"_title": "Field",
"_glyph": 148,
"_showGlyph": false,
"Game/Game": "k2024Crescendo",
"Visuals/Robot Icon Size": 50.0,
"Visuals/Show Outside Circles": false,
"Colors/Trajectory": "#FFFFFFFF"
}
}
}
}
}
],
"windowGeometry": {
"x": 0.0,
"y": 25.0,
"width": 1680.0,
"height": 964.0
}
}