Skip to content

This repository contains AprilTag source code, which can be compiled as a library used in Ubuntu, Windows, Mac ,etc.

Notifications You must be signed in to change notification settings

tzhangZJU/AprilTag_MultiPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AprilTag_MultiPlatform

This repository contains AprilTag source code, which can be compiled as a library used in Ubuntu, Windows, Mac etc.

Official version

  • Official version is here. The aprialtag used in this multiplatform demo is the current latest version(2020-08-03). If you want to get access to the newest version, please visit official git.

Some reference

Get the library by yourself

  • In different platforms, you can follow the different guidance. through all guidance use cmake, so make sure your platform has CMAKE firstly.
  • Windows/Ubuntu/Mac
git clone https://github.com/tzhangZJU/AprilTag_MultiPlatform.git
cd AprilTag_MultiPlatform
mkdir build
cd build
cmake ..
cmake --build .
cmake --build . --target install

After that, then you can find the apriltag library and include files in install directory. Now please enjoy the libraty compiled by yourself in different platforms.

About

This repository contains AprilTag source code, which can be compiled as a library used in Ubuntu, Windows, Mac ,etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published