Skip to content

Commit 86d7ba6

Browse files
authored
Merge pull request #110 from sciencewhiz/AprilTagErrorBits
Update AprilTag example error bits
2 parents 019de4c + 56bbce6 commit 86d7ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AprilTagsVision/vision.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
def main():
2424
detector = robotpy_apriltag.AprilTagDetector()
2525

26-
# Look for tag36h11, correct 7 error bits
27-
detector.addFamily("tag36h11", 7)
26+
# Look for tag36h11, correct 3 error bits
27+
detector.addFamily("tag36h11", 3)
2828

2929
# Set up Pose Estimator - parameters are for a Microsoft Lifecam HD-3000
3030
# (https://www.chiefdelphi.com/t/wpilib-apriltagdetector-sample-code/421411/21)

0 commit comments

Comments
 (0)