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

    Topics created by psafi

    • P

      setting up VIO on VOXL2 (custom frame)

      GPS-denied Navigation (VIO)
      • • • psafi
      1
      0
      Votes
      1
      Posts
      93
      Views

      No one has replied

    • P

      voxl-camera-server segmentation fault

      Video and Image Sensors
      • • • psafi
      4
      0
      Votes
      4
      Posts
      138
      Views

      Alex KushleyevA

      @psafi ,

      There was a libmodal-pipe library update earlier this week, so if you have updated that library on your VOXL2, then any other library or app (which uses libmodal-pipe) that you deploy to that VOXL2 needs to be built against the same version of libmodal-pipe.

      So if you want use the latest dev version, you would update the drone.

      make sure you are using dev for apt sources:
      in /etc/apt/sources.list.d/modalai.list:

      deb [trusted=yes] http://voxl-packages.modalai.com/ ./dists/qrb5165/dev/binary-arm64/

      then update libmodal-pipe on VOXL2, this should also update any other packages that depend on it.

      apt update apt install libmodal-pipe

      When building your application using voxl-cross docker, make sure you run the following in order to get the latest deps from dev:

      ./install_build_deps.sh qrb5165 dev

      Most of the time you can get away not doing this, but this time there was an interface change in libmodal-pipe, so a mismatch occurred.

      Alex

    • P

      ESC Calibration failing

      Power Modules
      • • • psafi
      4
      0
      Votes
      4
      Posts
      282
      Views

      Alex KushleyevA

      @psafi the html file is saved in the same folder where you run voxl-esc-spin* scripts if you have --enable-plot 1 . on VOXL2, the plot wont show up on screen, since there is no screen attached to VOXL2 (which would work on a linux pc), but it will be saved to html. In order to save to html, you will need to have plotly installed. You may first need to install pip3

      apt update apt install python3-pip pip3 install plotly --upgrade

      Alex

    • P

      Extrinsics Accuracy

      Image Sensors
      • • • psafi
      5
      0
      Votes
      5
      Posts
      413
      Views

      P

      @Alex-Kushleyev Ok great. Thanks.
      One more question, to configure VIO/QVIO for a custom frame with a single (downward) camera, how should I go about following the documentations?

      I am starting with https://docs.modalai.com/open-vins/

      However I came across this:
      "This documentaion will assume that there are some steps that have already be taken. ...Assuming that we are working with between two and three camera tracking."

      are there different procedures for a system with single camera? Also a high-level roadmap on how to go about configuring VIO/QVIO for a custom frame would be appreciated in case information is in multiple places in documentation. Thank you for your support.

    • P

      GPIO missing in /sys/class/gpio

      VOXL 2 Mini
      • • • psafi
      6
      0
      Votes
      6
      Posts
      293
      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
      380
      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.