Skip to content

VOXL SDK and Software

389 Topics 2.0k Posts

voxl-sdk releases, MPA services, camera and video pipelines, Remote ID, and building and deploying your own software on VOXL.

  • Increased UVC camera resolution

    Unsolved mpa
    4
    0 Votes
    4 Posts
    1k Views
    Eric KatzfeyE
    @Jskim Can you please open these new questions as new topics? That way the appropriate staff member can address them. Thanks!
  • VOXL2/VOXL2-MINI RemoteID

    Unsolved remote-id
    2
    0 Votes
    2 Posts
    3k Views
    ModeratorM
    @Mastermind That sounds like it would be possible, but obviously depends on the driver of the wlan adapter you choose. You would need to implement the bluetooth broadcast portion of Remote ID. The source code for voxl-remote-id is here and only currently supports the Wifi portion of Remote ID
  • Possible bug in libmodal_pipe server.c

    Unsolved mpa
    6
    0 Votes
    6 Posts
    2k Views
    TjarkT
    @James-Strawson Thanks for your reply! It made me realise what the error must be. We use a locally cloned repository for libmodalpipe because we want to build our software directly on the drone. This is then used in the build and link process of our software. This happened to be on the 'master' branch and not the 'SDK-1.0.0' branch. So the pipe clients use a different version than the pipe servers which is likely the cause of our errors.
  • Connecting MAVSDK

    voxl-sdk
    2
    0 Votes
    2 Posts
    1k Views
    ModeratorM
    Please refer to the mavlink routing documentation here: https://docs.modalai.com/mavlink/#mavlink-routing-on-voxl
  • ros on voxl2

    Unsolved
    1
    0 Votes
    1 Posts
    712 Views
    No one has replied
  • voxl2 flir boson and eth0

    Unsolved
    1
    0 Votes
    1 Posts
    609 Views
    No one has replied
  • Build modalai/px4-firmware

    Unsolved
    2
    0 Votes
    2 Posts
    485 Views
    Eric KatzfeyE
    @Matt-Holmes You have to be on the voxl-dev branch
  • Custom pipe server, client can connect if client starts first but not vice-versa

    Unsolved mpa
    1
    0 Votes
    1 Posts
    816 Views
    No one has replied
  • Custom software flashing

    Unsolved
    2
    0 Votes
    2 Posts
    632 Views
    Eric KatzfeyE
    @Filip-Slezak-0 The standard way to install px4 is via a Debian package. You can look at our px4 "wrapper" project to see how we create the package here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-px4/-/blob/master/make_package.sh
  • yolov5_labels.txt file for yolov5_float16_quant.tflite model

    Unsolved
    1
    0 Votes
    1 Posts
    597 Views
    No one has replied
  • Unable to use voxl-inspect-battery

    Unsolved
    1
    0 Votes
    1 Posts
    340 Views
    No one has replied
  • Can't install ros-melodic-tf2-geometry-msgs with voxl-suite 1.0.0

    Unsolved ros
    2
    0 Votes
    2 Posts
    1k Views
    TjarkT
    @ModalAI could you answer this question?
  • Voxl-mapper -d error / map generation error

    Unsolved
    5
    0 Votes
    5 Posts
    994 Views
    S
    @James-Strawson ERROR fetching tf from tf ringbuffer - published constantly. [image: 1689581930287-image1.png]
  • voxl_vision_hub.h missing

    Unsolved
    2
    0 Votes
    2 Posts
    553 Views
    James StrawsonJ
    @Tjark Thanks for pointing this out! I applied your fix in voxl-vision-hub v1.6.7 which is now up on the staging repository and will be included in SDK 1.0.1 Best Regards, James
  • Voxl 1 voxl-mavlink-server bus error

    Unsolved
    2
    1
    0 Votes
    2 Posts
    788 Views
    Philemon BennerP
    @Philemon-Benner Seems like some else had the same issue but there was no further investigation on the problem. https://forum.modalai.com/topic/2125/voxl-mavlink-server-external-fc-bus-error?_=1688565579723
  • voxl2 uart mode

    Unsolved
    2
    0 Votes
    2 Posts
    580 Views
    Eric KatzfeyE
    @relevinsky For now your best bet will be to get an add on card that has a UART available for the applications processor. Future software releases will provide access to a UART on the DSP (As long as the flight controller isn't running) but that is not available today.
  • Baremetal peripheral interaction via the SDSP

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    Eric KatzfeyE
    @Alex-Pabouctsidis Nice! That whole process and API will be cleaned up in the future but looks like you were able to figure it out. All of the actual I/O driver code is baked into the sensors DSP image. As Qualcomm licensees we have access to it (and build that image) but we cannot share it.
  • compiling 32-bit voxl-qvio-server code on VOXL2

    Unsolved
    2
    0 Votes
    2 Posts
    524 Views
    tomT
    @relevinsky reposting my answer from another thread: The VOXL SDK projects aren't meant to be built on VOXL2 itself. We offer a few different docker images to build on a PC, voxl-qvio-server on VOXL2 is built using qrb5165 emulator: https://docs.modalai.com/voxl-emulator/#install-the-voxl-emulator-docker-image while some other projects are built using voxl-cross: https://docs.modalai.com/voxl-cross/#install-pre-built-voxl-cross
  • Missing newest apq8096 and qrb5165 proprietary

    Unsolved
    1
    0 Votes
    1 Posts
    569 Views
    No one has replied
  • voxl_mpa_to_ros

    Unsolved ros
    7
    0 Votes
    7 Posts
    2k Views
    wilkinsafW
    @hedd apologies as I was OOO for a few days. Feel free to send me an email at andrew.wilkins@ascendengineer.com I would like to better understand what you are attempting to accomplish. It should not matter what VOXL version you are on.