AprilTag
AprilTag copied to clipboard
Help Wanted - installing the Python Library
Hi, I am newer to python and Linux, and cloned the library via git clone in the README. I have the issue however that when building a Detector Object it throws an error saying
AttributeError: module 'apriltag' has no attribute '_get_dll_path'
after my line of
detector = apriltag.Detector(options, searchpath=apriltag._get_dll_path())
My code works within the scripts directory within the AprilTag clone.
I believe it is an issue with setup, as I do not use CMake much and do not know what I need to do to install the Python library/wrapper correctly.
Help is appreciated.