ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Software Development
    3. AprilTag Relocalization
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • Chad SweetC

      Documentation for AprilTag Relocalization?

      • • Chad Sweet
      2
      0
      Votes
      2
      Posts
      778
      Views

      Chad SweetC

      Documentation updated here!

    • ?

      Fiducial precision landing - AprilTags or ArucoTags

      • • A Former User
      1
      0
      Votes
      1
      Posts
      605
      Views

      No one has replied

    • Hyosun YooH

      [yocto:/# roslaunch voxl_cam_ros tracking_slave.launch] Error Message ?

      • • Hyosun Yoo
      2
      0
      Votes
      2
      Posts
      901
      Views

      Hyosun YooH

      @Hyosun-Yoo said in [yocto:/# roslaunch voxl_cam_ros tracking_slave.launch] Error Message ?:

      Re: AprilTag Relocalization

      Dear
      I got an error message when I run this command.

      [yocto:/# roslaunch voxl_cam_ros tracking_slave.launch]

      Please tell me how to solve this message.

      VOXL Vision (modalai-3-2-0-0.3.4-b.tar.gz)
      VOXL Vision PX4 Apriltag Relocalization error

      Error message

      ERROR: could not open camera subscriber for cam id 1
      [ERROR] [1034.046473200]: CameraManager::Initialize() failed
      [ERROR] [1034.046845023]: Unable to open camera.
      ===============*
      5c2c6beb-9c8b-432b-8430-fcc4d81c1ef3-image.png

      Thank you so much.
      Mr. Yoo, hyosun

    • I

      Using april tags for relocalization during offboard "trajectory" mode

      • • iparra
      3
      0
      Votes
      3
      Posts
      822
      Views

      ModeratorM

      @iparra have you read through the documentation on how to configure the tags? https://docs.modalai.com/voxl-tag-detector/#voxl-configure-tag-detector

    • jacob yaacubovJ

      Hires With AprilTags

      • • jacob yaacubov
      6
      0
      Votes
      6
      Posts
      897
      Views

      jacob yaacubovJ

      @Alex-Kushleyev yes seems like it, thank you!

    • Matt OoiM

      mavlink set_position_target_local_ned does not seem to be transformed

      • • Matt Ooi
      11
      0
      Votes
      11
      Posts
      2131
      Views

      Zachary Lowell 0Z

      Spot on @Matt-Ooi - the voxl2 is natively meant to handle transformations for ardupilot and px4 - BUT you are using MAVROS which is a different tranformation all together - hence why you would have to do the transofmratio yourself before sending into the flight stack running ardupilot (aka when calling mavros offboard) or something

    • Amin BassiriA

      Apriltag as a reference cordinate

      • • Amin Bassiri
      5
      0
      Votes
      5
      Posts
      696
      Views

      Amin BassiriA

      Problem solved,
      Thanks anyway

    • Madelyne RossmannM

      Enabling Hires Camera for AprilTag Detection

      • • Madelyne Rossmann
      4
      0
      Votes
      4
      Posts
      738
      Views

      Alex KushleyevA

      @Madelyne-Rossmann , sounds good! We will work on enabling larger resolutions for calibration and tag detection. It is a bit of a hassle due to very large frames, so some optimizations need to be made.

      Alex

    • QuetzalcoatlQ

      Using Relocalization to establish a global reference frame for Drone Swarm Demo

      • • Quetzalcoatl
      3
      0
      Votes
      3
      Posts
      568
      Views

      QuetzalcoatlQ

      @Eric-Katzfey Thank you for the reply,
      If I understand correctly, the example you provided shows MAVSDK running directly on the VOXL — so on the drone itself. However, we want to run our script on a separate PC to be able to control all drones at once. We're not sure which port to use to communicate with PX4 while also taking advantage of the relocalization handled by VOXL.

      Thank you again for your help!

    • T

      VOXL2 NOT DETECTING APRIL TAG

      • • taiwohazeez
      8
      0
      Votes
      8
      Posts
      864
      Views

      Zachary Lowell 0Z

      Detections is pertinent to voxl-tflite-server and onboard computer vision on yolo, NOT on april tags.

    • D

      Setting up different AprilTag families

      • • dvz
      2
      0
      Votes
      2
      Posts
      357
      Views

      A

      Hey @dvz, thanks for your query

      We’re currently in the process of updating the voxl-tag-detector to support additional AprilTag families beyond just the 36h11.

      If you’d like to try this yourself in the meantime, the following line in main.cpp creates the detector for the 36h11 family: here

      To add support for the tagCustom48h12 family, you can:

      Add the include:

      #include <tagCustom48h12.h>

      Replace the detector creation line with:

      tf = tagCustom48h12_create();

      Please note that this change may affect the current functionality, you’ll likely need to make additional modifications in main.cpp to ensure it builds and runs correctly.
      As mentioned, we’re actively working on making this a much smoother process in the future. But if you’d like to get started now, the above steps should point you in the right direction.

    • K

      AprilTag relocalization fails with down-facing camera due to camera extrinsics mismatch (roll/pitch out of bounds)

      • • kgn-mdlai
      4
      0
      Votes
      4
      Posts
      179
      Views

      Nitin Varma VegesnaN

      @Eric-Katzfey
      ────────────────────────────────────────────────────────────────────────────────
      system-image: 1.8.02-M0054-14.1a-perf
      kernel: #1 SMP PREEMPT Mon Nov 11 22:47:44 UTC 2024 4.19.125
      ────────────────────────────────────────────────────────────────────────────────
      hw platform: M0054
      mach.var: 1.0.1
      SKU: MRB-D0014-4-V1-C27-T9-M22-X0
      ────────────────────────────────────────────────────────────────────────────────
      voxl-suite: 1.4.5
      ────────────────────────────────────────────────────────────────────────────────
      Packages:

      I am getting this issue as well, where I constantly get WARNING, apriltag roll/pitch out of bounds issue with the front or down tracking camera.

    • K

      Apriltag relocalization not relocalizing?

      • • Kessie
      13
      0
      Votes
      13
      Posts
      1752
      Views

      Zachary Lowell 0Z

      @Nitin-Varma-Vegesna said in Apriltag relocalization not relocalizing?:

      @Nitin-Varma-Vegesna Is there any release that is known to work for April Tag Detection?

      https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tag-detector

      The dev branch is the most recent - I have to check with the engineering team on this as I am unsure the priority of april tag detection and positioning based off it. Will relay back

    Powered by NodeBB | Contributors