ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. psafi
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by psafi

    • P

      Extrinsics Accuracy

      Image Sensors
      • • • psafi
      2
      0
      Votes
      2
      Posts
      70
      Views

      Alex KushleyevA

      @psafi , are you asking about QVIO?

      For QVIO we typically try to get the extrinsics from CAD, which should be quite accurate. If you don't have exact CAD, then XYZ measurements should be within 5mm accuracy or better and within a few degrees rotation. QVIO actually estimates extrinsics, so it will try to correct as part of its estimated state. QVIO will probably converge to correct extrinsics even if you have a larger initial error in the extrinsics, however it's not a good approach to rely on QVIO doing this every time you start QVIO, because it can make the initialization of QVIO more prone to errors.

      In the case when exact measurements are not available, you just use your best guess and then run QVIO in a feature rich environment, while holding the the drone by hand, smoothly carrying it around (smoothly rotating and translating). QVIO should converge and its state actually reports the estimate of the IMU to Camera translation and rotation (the extrinsics). Running this test several times (completely restarting QVIO) you can see what extrinsics the QVIO converges to and whether they are consistent. Then, you can update your extrinsics guess to the average value of the translation and rotation you obtained after running QVIO.

      Hopefully this helps, let me know if you have any questions.

      Alex

    • P

      GPIO missing in /sys/class/gpio

      VOXL 2 Mini
      • • • psafi
      6
      0
      Votes
      6
      Posts
      104
      Views

      Eric KatzfeyE

      @psafi Unfortunately, the Mavlink module is not available on the DSP side. We tried it in the past and there were a lot of issues so we only have it on the apps side. You are welcome to try to add it into the DSP side and see how it goes.

    • P

      UART rangefinder integration with VOXL 2 Mini

      VOXL 2 Mini
      • • • psafi
      10
      0
      Votes
      10
      Posts
      221
      Views

      Eric KatzfeyE

      @psafi In this case we don't use voxl-mavlink-server directly because we are essentially setting up a "mavlink device" straight into px4.