-
Notifications
You must be signed in to change notification settings - Fork 0
/
smartDashboardSettings.xml
120 lines (120 loc) · 4.42 KB
/
smartDashboardSettings.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<xml version="1.0">
<dashboard>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Image">
<location x="720" y="224"/>
<width>302</width>
<height>184</height>
<property name="Image File" value="C:\Users\FRC 3322-04\Downloads\Flag-Alpha.png"/>
<property name="Maintain Aspect Ratio" value="true"/>
</static-widget>
<widget field="auto shift enabled" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.BooleanBox">
<location x="432" y="80"/>
<width>120</width>
<height>32</height>
</widget>
<widget field="Shooter potentiometer" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.SimpleDial">
<location x="0" y="16"/>
<width>240</width>
<height>160</height>
<property name="Upper Limit" value="5.0"/>
<property name="Tick Interval" value="1.0"/>
</widget>
<widget field="2)" type="String" class="edu.wpi.first.smartdashboard.gui.elements.FormattedField">
<location x="784" y="48"/>
<width>179</width>
<property name="Background" value="204.255.204.255"/>
</widget>
<widget field="1)" type="String" class="edu.wpi.first.smartdashboard.gui.elements.FormattedField">
<location x="784" y="32"/>
<width>231</width>
<property name="Background" value="255.255.204.255"/>
</widget>
<widget field="0)" type="String" class="edu.wpi.first.smartdashboard.gui.elements.FormattedField">
<location x="784" y="16"/>
<property name="Background" value="255.204.204.255"/>
</widget>
<widget field="auton mode" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="631" y="16"/>
<width>121</width>
<height>32</height>
<property name="Background" value="255.255.51.255"/>
</widget>
<widget field="pid gather control enabled" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.BooleanBox">
<location x="432" y="144"/>
<width>159</width>
<height>32</height>
</widget>
<widget field="shooter ready" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.BooleanBox">
<location x="432" y="16"/>
<width>101</width>
<height>32</height>
</widget>
<widget field="auto load catapult" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.BooleanBox">
<location x="432" y="112"/>
<width>120</width>
<height>32</height>
</widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Label">
<location x="288" y="2"/>
<width>80</width>
<property name="Text" value="GATHERER"/>
</static-widget>
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.Label">
<location x="80" y="0"/>
<width>80</width>
<height>19</height>
<property name="Text" value="SHOOTER"/>
</static-widget>
<widget field="Shooter Pot Fire Position" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="665" y="160"/>
<width>183</width>
<height>32</height>
</widget>
<widget field="autonStartTime" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="789" y="80"/>
<width>139</width>
<height>32</height>
</widget>
<widget field="autonSpeed" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="630" y="112"/>
<width>122</width>
<height>32</height>
</widget>
<widget field="autonDriveTimeout" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="772" y="112"/>
<width>156</width>
<height>32</height>
</widget>
<widget field="autonDistance" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
<location x="619" y="80"/>
<width>133</width>
<height>32</height>
</widget>
<widget field="Arm potentiometer" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.SimpleDial">
<location x="208" y="17"/>
<width>240</width>
<height>159</height>
<property name="Upper Limit" value="5.0"/>
<property name="Tick Interval" value="1.0"/>
</widget>
</dashboard>
<live-window>
</live-window>
<hidden field="PPC time"/>
<hidden field="D"/>
<hidden field="left encoder"/>
<hidden field="right encoder"/>
<hidden field="tech trigger axis"/>
<hidden field="shift counter threshold"/>
<hidden field="autonWinchTimeout"/>
<hidden field="Is in high gear"/>
<hidden field="shift low point"/>
<hidden field="shooter low threshold"/>
<hidden field="shooter high threshold"/>
<hidden field="I"/>
<hidden field="shooter pot"/>
<hidden field="P"/>
<hidden field="joystick deadband"/>
<hidden field="shift high point"/>
<hidden field="Is auto shift enabled"/>
</xml>