Skip to content

Commit 35c8f94

Browse files
Documentation Updates
1 parent 4743c3e commit 35c8f94

10 files changed

Lines changed: 37 additions & 6 deletions
66.2 KB
Loading
116 KB
Loading
148 KB
Loading

docs/assets/images/box-tube.png

51.3 KB
Loading

docs/guides/signup-for-figma.md

Whitespace-only changes.

docs/guides/signup-for-github.md

Whitespace-only changes.

docs/indices/electronic-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
| [[PDH]] or [[PDP]] | For power distribution. We usually use the PDH and not the PDP. | ![](../assets/images/pdh.png) |
66
| [[Main Breaker]] | The main on/off switch. | ![](../assets/images/main-breaker.png) |
77
| [[RoboRIO]] | CPU for the entire robot. | ![](../assets/images/roborio.png) |
8-
| Swerve Modules | If we are using swerve, there will be four of these. Each has two motors. | |
8+
| [[Swerve Drive|Swerve Modules]] | If we are using swerve, there will be four of these. Each has two motors. | |
99
| Motors and motor controllers | | |
10-
| Robot Radio | | |
10+
| [[Robot Radio]] | | |
1111
| [[Blinky Light]] | | ![](../assets/images/blinky-light.png) |
1212
| [[VRM]] | | |
1313
| [[Battery]] | | |

docs/indices/empty-pages.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Empty pages aren't a bad thing, since they can still be linked to. However, it i
1313
- [[Battery]]
1414
- [[Bearing]]
1515
- [[Blinky Light]]
16-
- [[Box Tube]]
1716
- [[Bumpers]]
1817
- [[Bushing]]
1918
- [[CAN Bus]]

docs/wiki/apriltag.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ The `36h11` family was used in 2024 and 2025, and is the family most likely to b
2323
- <https://docs.limelightvision.io/docs/docs-limelight/pipeline-apriltag/apriltags>
2424
- For [[FTC]], <https://ftc-docs.firstinspires.org/en/latest/apriltag/vision_portal/apriltag_intro/apriltag-intro.html>
2525
- <https://community.firstinspires.org/2025-apriltag-information> (2025 apriltag info)
26-
- Apriltag Images and User Guide: <https://firstfrc.blob.core.windows.net/frc2024/FieldAssets/Apriltag_Images_and_User_Guide.pdf>
26+
- Apriltag Images and User Guide: <https://firstfrc.blob.core.windows.net/frc2024/FieldAssets/Apriltag_Images_and_User_Guide.pdf>
27+
- [[OpenCV Apriltag Detection PY|Detecting apriltags with OpenCV]]

docs/wiki/box-tube.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,38 @@
11
# Box Tube
22

3+
!!! warning "This page is not finished!"
4+
5+
If you are a team member and know more about this topic than what is currently here please contribute that information.
6+
37
It is a box, and it is a tube.
48

5-
!!! warning "This page is not finished!"
9+
![Example of 2x1 Box Tube](../assets/images/box-tube.png)
10+
11+
## Featurescript
12+
13+
There is a featurescript for creating box tube. It is called "Tube Converter".
14+
15+
1. Create a box
16+
17+
This example will use a 1x1 box that is 10 inches long.
18+
19+
![](../assets/images/box-tube-featurescript-1.png)
20+
21+
2. Use the featurescript
22+
23+
![](../assets/images/box-tube-featurescript-2.png)
24+
25+
3. Configure the new feature
26+
27+
Change 'Bodies to convert' to your box, and change the other options until it looks right and matches your specification.
28+
29+
Some options that you should definitely verify are:
30+
31+
- Wall Thickness
32+
- Hole pattern configuration
33+
34+
![](../assets/images/box-tube-featurescript-3.png)
35+
36+
4. Done!
637

7-
If you are a team member and know more about this topic than what is currently here please contribute that information.
38+
Now you can add [[Gusset|gussets]] if needed.

0 commit comments

Comments
 (0)