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.
2 parents 019de4c + 56bbce6 commit 86d7ba6Copy full SHA for 86d7ba6
AprilTagsVision/vision.py
@@ -23,8 +23,8 @@
23
def main():
24
detector = robotpy_apriltag.AprilTagDetector()
25
26
- # Look for tag36h11, correct 7 error bits
27
- detector.addFamily("tag36h11", 7)
+ # Look for tag36h11, correct 3 error bits
+ detector.addFamily("tag36h11", 3)
28
29
# Set up Pose Estimator - parameters are for a Microsoft Lifecam HD-3000
30
# (https://www.chiefdelphi.com/t/wpilib-apriltagdetector-sample-code/421411/21)
0 commit comments