-
Notifications
You must be signed in to change notification settings - Fork 0
/
testingSmartDashboard.xml
104 lines (104 loc) · 4.63 KB
/
testingSmartDashboard.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
<xml version="1.0">
<dashboard>
<widget field="Shooter Pot Fire Position" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="483"/>
</widget>
<widget field="autonWinchTimeout" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="241" y="314"/>
</widget>
<widget field="autonStartTime" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="242" y="293"/>
</widget>
<widget field="autonSpeed" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="243" y="271"/>
</widget>
<widget field="autonDriveTimeout" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="241" y="249"/>
</widget>
<widget field="autonDistance" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="242" y="230"/>
</widget>
<widget field="auto load catapult" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="242" y="208"/>
<height>25</height>
</widget>
<widget field="auto shift enabled" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="242" y="190"/>
<height>20</height>
</widget>
<widget field="tech trigger axis" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="241" y="105"/>
</widget>
<widget field="Is in high gear" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="241" y="63"/>
</widget>
<widget field="Arm potentiometer" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="241" y="42"/>
</widget>
<widget field="joystick deadband" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="241" y="0"/>
</widget>
<widget field="PPC time" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="112" y="0"/>
</widget>
<widget field="0)" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="462"/>
</widget>
<widget field="right encoder" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="420"/>
</widget>
<widget field="shift counter threshold" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="399"/>
</widget>
<widget field="D" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="378"/>
</widget>
<widget field="shooter pot" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="357"/>
</widget>
<widget field="I" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="336"/>
</widget>
<widget field="2)" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="315"/>
</widget>
<widget field="Is auto shift enabled" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="294"/>
</widget>
<widget field="pid gather control enabled" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="273"/>
</widget>
<widget field="P" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="252"/>
</widget>
<widget field="shift high point" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="231"/>
</widget>
<widget field="shooter ready" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="189"/>
</widget>
<widget field="shift low point" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="147"/>
</widget>
<widget field="auton mode" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="242" y="148"/>
</widget>
<widget field="left encoder" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="105"/>
</widget>
<widget field="shooter low threshold" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="84"/>
</widget>
<widget field="1)" type="String" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="63"/>
</widget>
<widget field="Shooter potentiometer" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="42"/>
</widget>
<widget field="shooter high threshold" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="0" y="21"/>
</widget>
</dashboard>
<live-window>
</live-window>
</xml>