Skip to content

Commit 1b255b2

Browse files
committed
Remove references to Zoloto
1 parent 29181c0 commit 1b255b2

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The following python libraries are installed and available for use in your robot
2222
* [gpg 1.17.1](https://pypi.org/project/gpg)
2323
* [iniparse 0.5](https://pypi.org/project/iniparse)
2424
* [j5 1.1.2](https://pypi.org/project/j5)
25-
* [j5-zoloto 0.4.0](https://pypi.org/project/j5-zoloto)
2625
* [kchd 0.4.0](https://pypi.org/project/kchd)
2726
* [matplotlib 3.5.1](https://pypi.org/project/matplotlib)
2827
* [numpy 1.22.3](https://pypi.org/project/numpy)
@@ -46,7 +45,6 @@ The following python libraries are installed and available for use in your robot
4645
* [tomli-w 1.0.0](https://pypi.org/project/tomli-w)
4746
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions)
4847
* [udiskie 2.3.3](https://pypi.org/project/udiskie)
49-
* [zoloto 0.8.0](https://pypi.org/project/zoloto)
5048

5149
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.
5250

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)