Skip to content

Commit ad47d67

Browse files
committed
Merge branch 'dgt/remove-zoloto-references'
2 parents 7f0160e + 1b255b2 commit ad47d67

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.spelling

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ studentrobotics
2525
usbkey
2626
usercode
2727
Webots
28-
Zoloto
2928

3029
# Markup
3130
allowfullscreen

programming/python/libraries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ The following python libraries are installed and available for use in your robot
5252
* [tomli-w 1.0.0](https://pypi.org/project/tomli-w)
5353
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions)
5454
* [udiskie 2.3.3](https://pypi.org/project/udiskie)
55-
* [zoloto 0.8.0](https://pypi.org/project/zoloto)
5655
<!-- cspell:enable -->
5756

5857
If you wish to use a library that isn't listed above, get in contact with us on Discord and have a chat with us about it.

programming/sr/vision/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ your robot can calculate the position of markers in 3D space relative to the cam
1616
Therefore, if the robot can see a marker that is at a fixed location in the arena,
1717
a robot can calculate its exact position in the arena.
1818

19-
Under the hood, the vision system is based on [Zoloto](https://zoloto.readthedocs.io/), a wrapper around [OpenCV's ArUco library](https://docs.opencv.org/4.5.4/d5/dae/tutorial_aruco_detection.html), using the `36H11` marker set from [April](https://april.eecs.umich.edu/software/apriltag).
19+
Under the hood, the vision system is based on [AprilTag](https://april.eecs.umich.edu/software/apriltag/) and [OpenCV](https://opencv.org), using the `36H11` marker set.
2020

2121
[Camera](#camera) {#camera}
2222
===========================

0 commit comments

Comments
 (0)