AprilRobotics / apriltag

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

remove old UNIX-specific Makefile #313

Closed christian-rauch closed 5 months ago

christian-rauch commented 5 months ago

I would like to remove the Makefile since:

  1. it is not tested on the CI
  2. does not compile the Python bindings
  3. confuses users how to build and install the apriltag library (https://github.com/AprilRobotics/apriltag/issues/100)

Also see the discussion here: https://github.com/AprilRobotics/apriltag/issues/210.