• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
ModalAI Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
    • Register
    • Login
    1. Home
    2. Software Development
    3. VOXL SDK
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • B

      Getting mavsdk server running on voxl2

      • 10 Feb 2025, 19:17 • binu.abraham 9 Apr 2025, 14:11
      7
      0
      Votes
      7
      Posts
      267
      Views

      L 9 Apr 2025, 14:11

      @brahim Thanks for this advice!

      I'm working on Windows with WSL and it is impossible for me to build the docker image by following the instructions on the voxl-docker-mavsdk README.

      I'm still unsure why the image build on the VOXL and not on my WSL Ubuntu, but at least I got it to work.

    • S

      Mavcam manager uvc stream not working

      • 9 Apr 2025, 22:21 • Samuel Lehman 10 Apr 2025, 16:14
      3
      0
      Votes
      3
      Posts
      89
      Views

      E 10 Apr 2025, 16:14

      @Samuel-Lehman In this case you are setting up the voxl-streamer outputs. voxl-mavcam-manager simply informs QGC about which outputs are available to it. You don't need to do anything manually. Just set up a systemd service file for each instance of voxl-streamer. (for example: /etc/systemd/system/voxl-streamer.service)

    • T

      Build error with voxl-portal and voxl-tflite-server

      • 11 Apr 2025, 15:09 • teddy.zaremba 11 Apr 2025, 15:10
      2
      0
      Votes
      2
      Posts
      64
      Views

      T 11 Apr 2025, 15:10

      @teddy-zaremba Temporary fix by just installing missing package:

      apt-get install -y libwayland-server0:arm64 libwayland-dev:arm64

      Also have to install this for voxl-portal

      apt-get install -y libglib2.0-0:arm64
    • R

      PX4 qmi_error abort

      • 21 Mar 2025, 15:24 • Rowan Dempster 14 Apr 2025, 19:36
      23
      0
      Votes
      23
      Posts
      594
      Views

      E 14 Apr 2025, 19:36

      @Rowan-Dempster No problem! Kind of primitive but effective 🙂

    • J

      voxl-streamer service down when using H.265

      • 18 Apr 2025, 03:46 • Jskim 18 Apr 2025, 08:43
      8
      0
      Votes
      8
      Posts
      138
      Views

      J 18 Apr 2025, 08:43

      @Jskim
      Finally, I tried a test.
      I tried changing the video player and the Streamer died immediately.
      The conclusion is that the Streamer died even when it was in the foreground.
      플레이어 변경하면 바로 죽음.jpg

      Thanks,

      JS, Kim

    • K

      voxl-dfs-server source code

      • 7 May 2025, 16:48 • KnightHawk06 7 May 2025, 17:20
      2
      0
      Votes
      2
      Posts
      51
      Views

      T 7 May 2025, 17:20

      @KnightHawk06 That is the source, yes.

    • M

      No autopilot found

      • 8 May 2025, 11:44 • martongonczy 8 May 2025, 11:44
      1
      0
      Votes
      1
      Posts
      32
      Views

      No one has replied

    • C

      OV9782, M0113 Front stereo camera support in SDK 1.4.0+ on VOXL2

      • 9 May 2025, 17:28 • cguzikowski 9 May 2025, 17:28
      1
      0
      Votes
      1
      Posts
      31
      Views

      No one has replied

    • I

      SDK package versions and voxl-cross container versions

      • 17 days ago • ianjsherman 14 days ago
      3
      0
      Votes
      3
      Posts
      58
      Views

      James StrawsonJ 14 days ago

      @James-Strawson

      hmmm, by any chance are you failing to link against symbols from libgmb.so? That is a new library dependency of libmodal_pipe. Most of our packages use the following linker flags to avoid recursive linking, I think this would be a better solution than specifying the libmodal_pipe version in install_build_deps.sh

      set(CMAKE_C_FLAGS "-Wl,--unresolved-symbols=ignore-in-shared-libs ${CMAKE_C_FLAGS}")
      set(CMAKE_CXX_FLAGS "-Wl,--unresolved-symbols=ignore-in-shared-libs ${CMAKE_CXX_FLAGS}")

    Powered by NodeBB | Contributors