Skip to content

Commit e1c885e

Browse files
authored
Update README.md
1 parent 5b36372 commit e1c885e

File tree

1 file changed

+45
-17
lines changed

1 file changed

+45
-17
lines changed

README.md

Lines changed: 45 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,32 @@
55

66

77
<p align="left">
8-
<img alt="pic1" src="docs/IMG_WM25-013.jpg" width="30%">
8+
<img alt="barge-score" src="docs/IMG_WM25-013.jpg" width="30%">
99
&nbsp; &nbsp;
10-
<img alt="skystriker-2" src="docs/IMG_WM25-491.jpg" width="30%">
10+
<img alt="reef-score" src="docs/IMG_WM25-491.jpg" width="30%">
1111
</p>
1212

1313
![steal1](docs/Einstein_5__2025_FIRST_Championship.gif)
1414
![steal2](docs/Steal2AlgaeGIF.gif)
1515

1616
## Controls
1717

18-
### Driver Controller
19-
![flysky](docs/driver-controls.png)
18+
<table>
19+
<tr><th>Driver Controls</th><th>Operator Controls</th></tr>
20+
<tr><td><img alt="driver-cont" src="docs/driver-controls.png">
21+
</td><td><img alt="operator-cont" src="docs/operator-controls.png"></td></tr>
22+
</table>
2023

21-
### Operator Controller
22-
![operator](docs/operator-controls.png)
2324

2425
## State Diagrams
2526

26-
### Robot State
27-
![robotState](docs/reefscape-RobotState-Light.png)
27+
<table>
28+
<tr><th>Robot State</th><th>Tag Align</th></tr>
29+
<tr><td><img alt="robot-state" src="docs/reefscape-RobotState-Light.png"></td>
30+
<td><img alt="tag-align" src="docs/reefscape-Tag Align-Light.png"></td></tr>
31+
</table>
32+
2833

29-
### Tag Align
30-
<img alt="tagAlign" src="docs/reefscape-Tag Align-Light.png" width="250">
3134

3235
## CAN Bus
3336

@@ -76,7 +79,10 @@
7679
| --------- | --------- | -------- |
7780
| n/a | USB | CANivore |
7881

79-
## DIO
82+
<table>
83+
<tr><th>DIO</th><th>MXP</th><th>PWM</th><th>Analog</th></tr>
84+
<tr><td>
85+
8086
| Subsystem | name | ID |
8187
| ---------- | ---------------- | --- |
8288
| BattMon | Batt I | 0 |
@@ -89,8 +95,8 @@
8995
| AutoSwitch | switch | 7 |
9096
| AutoSwitch | switch | 8 |
9197
| AutoSwitch | switch | 9 |
98+
</td><td>
9299

93-
## MXP
94100
| Subsystem | name | ID |
95101
| --------- | ---- | --- |
96102
| | | 10 |
@@ -109,9 +115,8 @@
109115
| | | 23 |
110116
| | | 24 |
111117
| | | 25 |
118+
</td><td>
112119

113-
114-
## PWM
115120
| Subsystem | name | ID |
116121
| --------- | ------------ | --- |
117122
| LED | lights | 0 |
@@ -123,9 +128,9 @@
123128
| | | 6 |
124129
| | | 7 |
125130
| | | 8 |
126-
| | | 9 |
127-
128-
## Analog
131+
| | | 9 |
132+
</td><td>
133+
129134
| Subsystem | name | ID |
130135
| --------- | ---- | --- |
131136
| | | 0 |
@@ -138,6 +143,8 @@
138143
| | | 7 |
139144
| | | 8 |
140145
| | | 9 |
146+
</td></tr>
147+
</table>
141148

142149
## Cameras
143150
| Camera | IP Address | Type |
@@ -146,3 +153,24 @@
146153
| Right Servo | 10.27.67.12 | USB 3.0 |
147154
| Rear Left | 10.27.67.13 | USB 2.0 |
148155
| Rear Right | 10.27.67.13 | USB 2.0 |
156+
157+
## Autos
158+
| ID | Start Loc | Description | Status |
159+
| ---- | ------------------------ | -------------------------------- | ---------------- |
160+
| 0x00 | non-processor shallow | 3.5 piece Coral | Tested |
161+
| 0x01 | non-processor mid | 4 piece Coral | Needs Tuning |
162+
| 0x02 | non-processor mid | 3.5 piece Coral | Tested |
163+
| 0x03 | non-processor deep barge | IRI - 3 Algae | Partially Tested |
164+
| 0x10 | Middle Barge | 2.5 Algae, Non-Processor First | Tested |
165+
| 0x11 | Middle Barge | 2.5 Algae, Processor First | Tested |
166+
| 0x12 | Middle Barge | 2 Algae, Non-Processor | Tested |
167+
| 0x13 | Middle Barge | 2 Algae, Processor | Tested |
168+
| 0x14 | Middle Barge | Super-Cycle then Steal Processor | Tested |
169+
| 0x15 | Middle Barge | Steal Immediately Processor | Tested |
170+
| 0x16 | Middle Barge | Coral then Steal Processor | Tested |
171+
| 0x17 | Middle Barge | Coral then Steal Two | Tested |
172+
| 0x18 | Middle Barge | Super-Cycle then Steal Front | Partially Tested |
173+
| 0x20 | processor shallow | 3.5 piece Coral | Tested |
174+
| 0x21 | processor shallow | 4 piece Coral | Needs Tuning |
175+
| 0x22 | processor mid | 3.5 piece Coral | Tested |
176+

0 commit comments

Comments
 (0)