Skip to content

Commit 07d8c01

Browse files
committed
Merge branch 'resources-page' into sp2023
2 parents d1ee3ad + 6ba9bbe commit 07d8c01

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

docs/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ nav:
33
- tutorials
44
- rules
55
- ...
6+
- resources

docs/programming/vision/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Specifically it will detect [AprilTags](https://april.eecs.umich.edu/software/ap
99
Using [Pose Estimation](https://en.wikipedia.org/wiki/3D_pose_estimation), it can calculate the orientation and position of
1010
the marker relative to the webcam. Using this data, it is possible to determine the location of your robot and other objects around it.
1111

12+
You can download the markers from the [resources page](../../resources/index.md).
13+
1214
## Searching for markers
1315

1416
Assuming you have a webcam connected, you can use `robot.camera.see()` to take a picture. The software will process the picture

docs/resources/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
6+
# Resources
7+
8+
Here you can find links to some useful resources.
9+
10+
## Game Rules
11+
12+
The game rules can be found on the [Rules](../rules/index.md) page.
13+
14+
## Markers
15+
16+
Some parts of the arena are labelled with markers. These can be downloaded below:
17+
18+
[Download markers :fontawesome-solid-download:](https://drive.google.com/file/d/1OoQpvLmXecamn488gyRKmpgX-fy5ClpZ/view?usp=drive_link){ .md-button }
19+
20+
Each PDF contains a single marker, which when printed on a single page will be the correct size.
21+
22+
## Labs
23+
24+
- [Python Lab](../tutorials/python-lab.md)

0 commit comments

Comments
 (0)