-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdashboard.xml
More file actions
75 lines (75 loc) · 2.81 KB
/
dashboard.xml
File metadata and controls
75 lines (75 loc) · 2.81 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
<xml version="1.0">
<dashboard>
<widget field="Right Distance" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="919" y="417"/>
</widget>
<widget field="Left Distance" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="919" y="396"/>
</widget>
<widget field="Speed" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="919" y="375"/>
</widget>
<widget field="Climber" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.BooleanBox">
<location x="1186" y="299"/>
<width>201</width>
<height>79</height>
</widget>
<widget field="Top" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.BooleanBox">
<location x="918" y="304"/>
<width>232</width>
<height>36</height>
</widget>
<widget field="Bottom" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.BooleanBox">
<location x="919" y="342"/>
<width>248</width>
<height>32</height>
</widget>
<widget field="Voltage" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.LinePlot">
<location x="919" y="441"/>
<width>445</width>
<height>241</height>
<property name="Buffer Size (samples)" value="500"/>
</widget>
<widget field="Preset" type="String" class="edu.wpi.first.smartdashboard.gui.elements.FormattedField">
<location x="920" y="152"/>
<width>181</width>
<height>79</height>
<property name="Background" value="255.255.102.255"/>
<property name="Font Size" value="60"/>
</widget>
<widget field="Goal RPM" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.FormattedField">
<location x="1149" y="160"/>
<width>209</width>
<property name="Background" value="255.255.102.255"/>
<property name="Font Size" value="50"/>
</widget>
<widget field="Angle" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.FormattedField">
<location x="944" y="231"/>
<width>144</width>
<height>67</height>
<property name="Background" value="255.255.102.255"/>
<property name="Font Size" value="50"/>
</widget>
<widget field="RPM" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.FormattedField">
<location x="1173" y="231"/>
<width>187</width>
<height>67</height>
<property name="Background" value="255.255.102.255"/>
<property name="Font Size" value="50"/>
</widget>
<widget field="Match time" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.FormattedField">
<location x="916" y="3"/>
<width>441</width>
<height>152</height>
<property name="Font Size" value="120"/>
</widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.CameraServerViewer">
<location x="2" y="-1"/>
<width>916</width>
<height>683</height>
<property name="Camera Choice" value=""/>
</static-widget>
</dashboard>
<live-window>
</live-window>
</xml>