AprilRobotics / apriltag

AprilTag is a visual fiducial system popular for robotics research.
https://april.eecs.umich.edu/software/apriltag
Other
1.61k stars 539 forks source link

reset errnos #232

Closed christian-rauch closed 2 years ago

christian-rauch commented 2 years ago

This initialises the errno's in the library in order to better distinguish where an errno was set. This further resets the errno in the opencv_demo to prevent an errno clash with waitKey (Fixes #230).