Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 0df70bc

Browse files
a SD layout w/ cams
1 parent b2c7853 commit 0df70bc

1 file changed

Lines changed: 38 additions & 28 deletions

File tree

CompSD.xml

Lines changed: 38 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,80 @@
11
<xml version="1.0">
22
<dashboard>
3+
<widget field="Has Cube" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
4+
<location x="0" y="132"/>
5+
</widget>
6+
<widget field="Intake Current Right" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
7+
<location x="0" y="111"/>
8+
</widget>
9+
<widget field="Intake Current Left" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
10+
<location x="0" y="90"/>
11+
</widget>
12+
<widget field="Left Current draw" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
13+
<location x="482" y="581"/>
14+
</widget>
15+
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.RobotPreferences">
16+
<location x="875" y="450"/>
17+
</static-widget>
18+
<widget field="Intake Open" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
19+
<location x="487" y="556"/>
20+
</widget>
21+
<widget field="Right Solenoid Open" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
22+
<location x="478" y="614"/>
23+
</widget>
24+
<widget field="Right Current draw" type="Number" class="edu.wpi.first.smartdashboard.gui.elements.TextBox">
25+
<location x="493" y="601"/>
26+
</widget>
327
<widget field="High Gear" type="Boolean" class="edu.wpi.first.smartdashboard.gui.elements.BooleanBox">
4-
<location x="14" y="4"/>
28+
<location x="79" y="11"/>
529
<width>93</width>
630
<height>78</height>
731
</widget>
832
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.CameraServerViewer">
9-
<location x="830" y="4"/>
10-
<width>529</width>
11-
<height>399</height>
33+
<location x="783" y="1"/>
34+
<width>586</width>
35+
<height>430</height>
1236
<property name="Camera Choice" value="USB Camera 1"/>
1337
</static-widget>
1438
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.CameraServerViewer">
15-
<location x="324" y="17"/>
16-
<width>502</width>
17-
<height>383</height>
39+
<location x="148" y="2"/>
40+
<width>630</width>
41+
<height>459</height>
1842
<property name="Camera Choice" value=""/>
1943
</static-widget>
20-
<widget field="Turn PID" type="PIDController" class="edu.wpi.first.smartdashboard.gui.elements.PIDEditor">
21-
<location x="182" y="426"/>
22-
</widget>
23-
<static-widget class="edu.wpi.first.smartdashboard.gui.elements.RobotPreferences">
24-
<location x="6" y="87"/>
25-
<width>284</width>
26-
<height>205</height>
27-
</static-widget>
2844
<widget field="LR" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
2945
<location x="31" y="2"/>
3046
</widget>
3147
<widget field="LL" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
3248
<location x="16" y="12"/>
3349
</widget>
34-
<widget field="Left PID Controller" type="PIDController" class="edu.wpi.first.smartdashboard.gui.elements.PIDEditor">
35-
<location x="51" y="417"/>
36-
</widget>
37-
<widget field="PIDController[1]" type="PIDController" class="edu.wpi.first.smartdashboard.gui.elements.PIDEditor">
38-
<location x="134" y="229"/>
39-
</widget>
4050
<widget field="RR" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
4151
<location x="4" y="11"/>
4252
</widget>
4353
<widget field="Starting Position" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
4454
<location x="11" y="16"/>
4555
</widget>
46-
<widget field="Move PID" type="PIDController" class="edu.wpi.first.smartdashboard.gui.elements.PIDEditor">
47-
<location x="32" y="467"/>
48-
</widget>
49-
<widget field="Right PID Controller" type="PIDController" class="edu.wpi.first.smartdashboard.gui.elements.PIDEditor">
50-
<location x="-26" y="264"/>
51-
<width>159</width>
52-
</widget>
5356
<widget field="RL" type="String Chooser" class="edu.wpi.first.smartdashboard.gui.elements.Chooser">
5457
<location x="13" y="30"/>
5558
</widget>
5659
</dashboard>
5760
<live-window>
5861
</live-window>
62+
<hidden field="Right PID Controller"/>
5963
<hidden field="VPID Right kI"/>
6064
<hidden field="VPID Left kI"/>
6165
<hidden field="Turn PID Error"/>
6266
<hidden field="Auto Delay"/>
67+
<hidden field="PIDController[2]"/>
6368
<hidden field="Move PID Error"/>
69+
<hidden field="Turn PID"/>
70+
<hidden field="Left PID Controller"/>
71+
<hidden field="Left Solenoid Open"/>
6472
<hidden field="Angle"/>
6573
<hidden field="Turn PID Result"/>
74+
<hidden field="Move PID"/>
6675
<hidden field="VPID kF"/>
6776
<hidden field="Move PID Output"/>
77+
<hidden field="PIDController[1]"/>
6878
<hidden field="VPID Right kP"/>
6979
<hidden field="VPID Left kP"/>
7080
<hidden field="Turn PID Output"/>

0 commit comments

Comments
 (0)