We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54220b6 commit f54cafcCopy full SHA for f54cafc
apriltag-requirements.txt
@@ -3,4 +3,6 @@ robotpy-apriltag==2024.1.1.1
3
# for other platforms there are a lot of ways to install numpy/OpenCV
4
# and we shouldn't dictate it
5
numpy==1.25.2; platform_machine == "roborio"
6
-robotpy-opencv; platform_machine == "roborio"
+
7
+# OpenCV isn't strictly necessary for using the apriltag library, but it is useful.. but we omit it
8
++#robotpy-opencv; platform_machine == "roborio"
0 commit comments