-
Notifications
You must be signed in to change notification settings - Fork 0
/
sd_layout_comp.xml
105 lines (105 loc) · 4.84 KB
/
sd_layout_comp.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
93
94
95
96
97
98
99
100
101
102
103
104
105
<xml version="1.0">
<dashboard>
<widget field="Autonomous Mode" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
<location x="243" y="28"/>
</widget>
<widget field="Drive Values (y,x,r): " type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="630"/>
</widget>
<widget field="Shooter P: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="609"/>
</widget>
<widget field="Cam Exposure " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="588"/>
</widget>
<widget field="drive encoder left distance:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="567"/>
</widget>
<widget field="Talon Speed:" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="546"/>
</widget>
<widget field="Shooter I: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="525"/>
</widget>
<widget field="Shooter F: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="504"/>
</widget>
<widget field="Shooter D: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="483"/>
</widget>
<widget field="drive encoder right distance:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="462"/>
</widget>
<widget field="Drive Correction Enbaled " type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="441"/>
</widget>
<widget field="drive encoder right:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="420"/>
</widget>
<widget field="Drive Correction Int: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="399"/>
</widget>
<widget field="drive encoder left rate:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="378"/>
</widget>
<widget field="Gear Switch" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="357"/>
</widget>
<widget field="Drivetrain Gear:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="336"/>
</widget>
<widget field="Drive Values Corrected (y,x,r): " type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="315"/>
</widget>
<widget field="Drive Correction: " type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="12" y="37"/>
</widget>
<widget field="Shooter Targets Visible" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="273"/>
</widget>
<widget field="ENC Autocorrect constant " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="252"/>
</widget>
<widget field="Gear Targets Visible" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="231"/>
</widget>
<widget field="Drive P: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="210"/>
</widget>
<widget field="Gyro Angle: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="189"/>
</widget>
<widget field="drive encoder left:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="168"/>
</widget>
<widget field="Drive State: " type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="148" y="196"/>
</widget>
<widget field="drive encoder right rate:" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="184" y="210"/>
</widget>
<widget field="Drive I: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="218" y="278"/>
</widget>
<widget field="Gyro: " type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="241" y="229"/>
</widget>
<widget field="Talon Motor Output:" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="245" y="186"/>
</widget>
<widget field="Drive D: " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="296" y="299"/>
</widget>
<widget field="Shooter Speed " type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="263" y="161"/>
</widget>
<widget field="pressure: " type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="14" y="10"/>
</widget>
<widget field="Auto Selector" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="237" y="257"/>
</widget>
</dashboard>
<live-window>
</live-window>
</xml>