Skip to content

AprilTag is a visual fiducial system popular for robotics research.

License

Notifications You must be signed in to change notification settings

keijiro/apriltag

 
 

Repository files navigation

This is a personal fork of AprilTag used to build binaries for the AprilTag Unity plugin project. Please check the original repository for the details of AprilTag.

How to build the binaries

Windows

It requires WSL (Windows Subsystem for Linux) and mingw-w64.

On the WSL console:

$ sudo apt install mingw-w64
$ cd build && make -f Makefile.windows

macOS

$ cd build && ./build.macos.sh

Linux

$ cd build && make -f Makefile.linux

iOS

$ cd build && make -f Makefile.ios

Android

It requires a Linux system (WSL might be okay) and NDK to build the binary.

$ cd build && ANDROID_NDK_PATH=/path/to/ndk make -f Makefile.android

About

AprilTag is a visual fiducial system popular for robotics research.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.5%
  • Other 0.5%