forked from FRC1466/robot-code-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path6391 2023.html
93 lines (93 loc) · 3.46 KB
/
6391 2023.html
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
<dashboard-tab
tab-name="TeleOperated"
slot="tab"
selected=""
source-provider="NetworkTables"
>
<frc-field
source-key="/SmartDashboard/Field"
source-provider="NetworkTables"
style="transform: translate(542.656px, 189.844px); width: 737.333px; height: 387.49px;"
width="54.27083"
height="26.2916"
image="/field-images/2023-field.jpg"
top-left-field-corner-x="46"
top-left-field-corner-y="36"
bottom-right-field-corner-x="1088"
bottom-right-field-corner-y="544"
>
<frc-field-robot
source-key="/SmartDashboard/Field/Robot"
source-provider="NetworkTables"
style="width: 24.5744px; height: 36.8615px; transform: translate(618.637px, 87.1435px) rotate(89.2585deg);"
opacity="100"
pose="[0,0,0]"
></frc-field-robot>
<frc-field-trajectory
source-key="/SmartDashboard/Field/Trajectory"
source-provider="NetworkTables"
style="width: 40.9573px; height: 40.9573px; transform: translate(9.43041px, 331.147px) rotate(90deg);"
></frc-field-trajectory>
</frc-field>
<frc-gauge
source-provider="NetworkTables"
style="transform: translate(641.323px, 0px); width: 200px; height: 192px;"
source-key="/SmartDashboard/Column"
min="1"
max="9"
></frc-gauge>
<frc-boolean-box
source-provider="NetworkTables"
style="transform: translate(851.334px, -0.000343506px); width: 130.656px; height: 62.6667px;"
source-key="/SmartDashboard/ArmLow"
></frc-boolean-box>
<frc-boolean-box
source-provider="NetworkTables"
style="transform: translate(851.989px, 59.99px); width: 129.99px; height: 67.3334px;"
source-key="/SmartDashboard/ArmMid"
></frc-boolean-box>
<frc-boolean-box
source-provider="NetworkTables"
style="transform: translate(852.334px, 128px); width: 128.656px; height: 66.6562px;"
source-key="/SmartDashboard/ArmHigh"
></frc-boolean-box>
<frc-swerve-drivebase
source-provider="NetworkTables"
style="transform: translate(76.3229px, 146.333px); width: 295.323px; height: 388.333px;"
source-key="/SmartDashboard/swerve"
wheellocations="[2.5,2,2.5,-2,-2.5,2,-2.5,-2]"
measuredstates="[0,0,0,0,0,0,0,0]"
desiredstates="[0,0,0,0,0,0,0,0]"
sizeleftright="4"
sizefrontback="5"
></frc-swerve-drivebase>
<frc-sendable-chooser
source-key="/SmartDashboard/Auto choices"
source-provider="NetworkTables"
style="transform: translate(125px, -3.58765e-05px);"
options="[]"
></frc-sendable-chooser>
<frc-sendable-chooser
source-key="/SmartDashboard/Speed Limit"
source-provider="NetworkTables"
style="transform: translate(401.333px, 0px);"
options="[]"
></frc-sendable-chooser>
<frc-gauge
source-provider="NetworkTables"
style="transform: translate(963px, 0px); width: 174px; height: 200px;"
source-key="/SmartDashboard/Limelight Error"
max="100000"
></frc-gauge>
<frc-gauge
source-provider="NetworkTables"
style="transform: translate(1118px, 0px); width: 162px; height: 200px;"
source-key="/SmartDashboard/Field Error"
max="100000"
></frc-gauge>
</dashboard-tab>
<dashboard-tab
slot="tab"
tab-name="Autonomous"
source-provider="NetworkTables"
></dashboard-tab>