Skip to content
  • 0 Votes
    1 Posts
    764 Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    김진혁
    @alex-kushleyev @eric-katzfey Apologies for the direct mention — I hope you don't mind. I posted this question set about two weeks ago (and a related product question three weeks ago), but haven't heard back yet. We are preparing to purchase a Starling 2 Max (C29, with the PMD ToF) as an evaluation unit for an indoor GPS-denied inspection project, and just three answers would unblock our decision: Can VOXL SLAM / VOA (with the dense PMD ToF on the C29 configuration) reliably handle very narrow corridors — around 300 mm width? Any references to pipe/industrial inspection use cases in similar tight spaces would be very helpful. For repeated missions in the same indoor space, is voxl-mapper + AprilTag re-localization the recommended pattern to bound Open-VINS drift (no loop closure)? What is the practical minimum illumination for reliable VIO with the tracking cameras — and do you recommend onboard IR/LED illumination for dim industrial interiors? Even brief pointers to relevant docs would be greatly appreciated. Thank you for the great platform and documentation!
  • 0 Votes
    4 Posts
    3k 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.
  • Setting up different AprilTag families

    Unsolved Autonomy: VIO, Mapping and Navigation apriltag
    2
    0 Votes
    2 Posts
    2k 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.
  • VOXL2 NOT DETECTING APRIL TAG

    Unsolved Autonomy: VIO, Mapping and Navigation apriltag
    8
    0 Votes
    8 Posts
    5k Views
    Zachary Lowell 0Z
    Detections is pertinent to voxl-tflite-server and onboard computer vision on yolo, NOT on april tags.
  • 0 Votes
    3 Posts
    3k 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!
  • 0 Votes
    4 Posts
    6k 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
  • Apriltag relocalization not relocalizing?

    Unsolved Autonomy: VIO, Mapping and Navigation apriltag
    13
    0 Votes
    13 Posts
    8k 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
  • Apriltag as a reference cordinate

    Unsolved Autonomy: VIO, Mapping and Navigation apriltag
    5
    0 Votes
    5 Posts
    4k Views
    Amin BassiriA
    Problem solved, Thanks anyway
  • 0 Votes
    11 Posts
    8k 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
  • Hires With AprilTags

    Unsolved Autonomy: VIO, Mapping and Navigation apriltag
    6
    1
    0 Votes
    6 Posts
    4k Views
    jacob yaacubovJ
    @Alex-Kushleyev yes seems like it, thank you!
  • 0 Votes
    3 Posts
    3k 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
  • 0 Votes
    2 Posts
    3k 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. ===============* [image: 1660694916409-5c2c6beb-9c8b-432b-8430-fcc4d81c1ef3-image.png] Thank you so much. Mr. Yoo, hyosun
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    2 Posts
    2k Views
    Chad SweetC
    Documentation updated here!