This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
save.xml
92 lines (92 loc) · 3.68 KB
/
save.xml
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
<xml version="1.0">
<dashboard>
<widget field="Distance:" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="376"/>
</widget>
<widget field="Rotate to Angle Rate" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="900" y="434"/>
</widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.CameraServerViewer">
<location x="671" y="8"/>
<width>527</width>
<height>364</height>
<property name="Camera Choice" value="Gear Feed"/>
</static-widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Label">
<location x="878" y="391"/>
<property name="Text" value="Position Info"/>
</static-widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Label">
<location x="191" y="385"/>
<property name="Text" value="Pneumatics States"/>
</static-widget>
<widget field="Angle:" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="797" y="434"/>
<width>93</width>
</widget>
<widget field="Right Encoder:" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="931" y="413"/>
<width>128</width>
<height>20</height>
</widget>
<widget field="Left Encoder:" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="762" y="412"/>
<width>122</width>
</widget>
<widget field="Ram Position:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="74" y="403"/>
<width>125</width>
</widget>
<widget field="Guard Position:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="211" y="425"/>
</widget>
<widget field="Wrist Position:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="92" y="426"/>
<width>105</width>
</widget>
<widget field="Claw State:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="228" y="403"/>
</widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Label">
<location x="510" y="7"/>
<property name="Text" value="Currently Running Commands"/>
</static-widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Label">
<location x="544" y="266"/>
<width>75</width>
<property name="Text" value="Start Position"/>
</static-widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Label">
<location x="539" y="390"/>
<property name="Text" value="Robot Connection"/>
</static-widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Label">
<location x="554" y="116"/>
<height>15</height>
<property name="Text" value="Auto Mode"/>
</static-widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.ConnectionIndicator">
<location x="566" y="421"/>
</static-widget>
<widget field="Starting Position:" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
<location x="595" y="290"/>
</widget>
<widget field="Team:" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
<location x="488" y="301"/>
</widget>
<widget field="Scheduler" type="Scheduler" class="edu.wpi.first.smartdashboard.gui.elements.Scheduler">
<location x="525" y="25"/>
</widget>
<widget field="Auto Mode:" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
<location x="499" y="120"/>
</widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.CameraServerViewer">
<location x="-9" y="13"/>
<width>517</width>
<height>362</height>
<property name="Camera Choice" value="Ground Feed"/>
</static-widget>
</dashboard>
<live-window>
</live-window>
</xml>