AprilRobotics / apriltag

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

Fix README C example #358

Closed Chris-F5 closed 1 day ago

Chris-F5 commented 1 day ago

The C example tried to load a .png file with a method for loading .pnm files. This will fail and return NULL which later causes a segfault.

christian-rauch commented 1 day ago

Good catch. Thanks.