pupil-labs / apriltags

Python bindings for the apriltags3 library
https://pupil-apriltags.readthedocs.io/en/latest/index.html
Other
106 stars 29 forks source link

allowing detectors with multiple apriltag families #54

Open daweim0 opened 1 year ago

daweim0 commented 1 year ago

Bindings.py calls apriltag_detector_add_family_bits() in a big else-if chain. Thus, after one tag family is added, the rest are skipped and detector objects can only have one Apriltag family. I assume this is a bug, otherwise self.params["families"] = families.split() (line 299) would make no sense.