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

    Topics created by mawriyo

    • M

      Attitude Estimator Error

      VOXL 2
      • • • mawriyo
      11
      0
      Votes
      11
      Posts
      604
      Views

      Eric KatzfeyE

      @mawriyo Here3 GPS support is now available in voxl-px4 1.4.27 available here: http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-px4_1.4.27-202209272330_arm64.deb. This needs to be used with the Here3 in "i2c mode" which means opening up the unit, placing the switch in the "i2c" position, and creating a custom wiring harness to route UART and i2c lines over to VOXL 2 J19. Launch voxl-px4 with the new -h flag to enable this new support. The Here3 unit has an ak09916 magnetometer and TCA62724FMG LED controller.

    • M

      Dual Stereo only

      VOXL 2
      • • • mawriyo
      3
      0
      Votes
      3
      Posts
      241
      Views

      M

      Thanks for your reply! I got it working. Thank you!

    • M

      How to access cameras with opencv

      Ask your questions right here!
      • opencv voxl2 help • • mawriyo
      2
      0
      Votes
      2
      Posts
      393
      Views

      Chad SweetC

      Please see the documentation for voxl-camera-server here: https://docs.modalai.com/voxl-camera-server/

      There are many examples in our SDK code base of how to consume that data. Here is a good place to look for each of our services: https://gitlab.com/voxl-public/voxl-sdk/services

      Here is some exact code here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-qvio-server/-/blob/master/server/main.cpp#L474

      And another example here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tflite-server/-/blob/master/src/main.cpp#L208