Giter Site home page Giter Site logo

eocv-apriltag-plugin's Introduction

EOCV-AprilTag-Plugin

A plug and play module for detecting AprilTags on an FTC robot, designed to be used from EasyOpenCV

Installation instructions (OnBotJava):

IMPORTANT NOTE: This assumes you have already installed EasyOpenCV!

  1. Download the latest release AAR from Maven Central. Release v1.1.1 is located here.

  2. In the OnBotJava console, click the Upload Files button (to the left of the trash can), select the .aar file you just downloaded, and wait while OnBotJava processes the library.

  3. Congrats, you're ready to go! Now check out the example OpModes and pipeline in the examples directory.

Installation instructions (Android Studio):

IMPORTANT NOTE: This assumes you have already installed EasyOpenCV!

  1. Open your FTC SDK Android Studio project

  2. Open the build.gradle file for the TeamCode module:

    img-here

  3. At the bottom, add this:

     dependencies {
         implementation 'org.openftc:apriltag:1.1.1'
      }
    
  4. Now perform a Gradle Sync:

    img-here

  5. Congrats, you're ready to go! Now check out the example OpModes and pipeline in the examples directory.

AprilTag images

You can download a PDF with the first 20 tags of the 36h11 family here

Alternatively, you can find PNGs here

Changelog:

v1.1.1

  • Fixes OpenCV-Repackaged dependency to be compileOnly
  • Removes need to link against OpenCV native library
  • Fixes buffer overrun when creating JNI detector context
  • Prints library version in static initializer

v1.1.0

  • Updates to latest version of AprilTag as of 30 March 2022
  • Fixes small memory leak for frames where no detections were found
  • Protects against NULL pointers in native JNI code
  • Updates AprilTagDetectionPipeline to create the native detector in the constructor instead of in init(). NOTE: You will need to copy-paste the updated file, as this file is not part of the binary release!

v1.0.0

  • Initial release

eocv-apriltag-plugin's People

Contributors

windwoes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.