Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

B

binu.abraham

@binu.abraham
Unfollow Follow
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Getting mavsdk server running on voxl2
    B binu.abraham

    @binu-abraham
    Wanted to post about how I got this working finally
    I was having issues with docker build ( would segfault on ubuntu) and building the mavsdk from source ( while running the binary on voxl2, it complained that glibc was missing ) , so I finally downloaded the mavsdk_server_linux-arm64-musl from https://github.com/mavlink/MAVSDK/releases

    Followed the instructions to set the vision hub prameters from https://docs.modalai.com/mavsdk/

    Started the mavsdk-server
    ./mavsdk_server_linux-arm64-musl -p 50051 udpin://0.0.0.0:14550

    From the android app
    drone = System(
    <drone IP address>,
    50051 // -p parameter for mavsdk-server
    )
    Don't call mavsdkServer.run as mavsdkserver is already running in voxl2

    VOXL SDK

  • Getting mavsdk server running on voxl2
    B binu.abraham

    @binu-abraham Is there a pre-built docker image for mavsdk server on voxl2 ?

    VOXL SDK

  • Getting mavsdk server running on voxl2
    B binu.abraham

    @binu-abraham I found the voxl-configure-docker-support script, trying to run it now

    VOXL SDK

  • Getting mavsdk server running on voxl2
    B binu.abraham

    I have a voxl2 drone, I can ssh to it, but can't adb in right now.
    I am trying to follow the instructions on https://docs.modalai.com/mavsdk/ But cannot find the voxl-mavsdk.tar file that is referenced in the video in the download.
    So I have tried to build it using the docker https://gitlab.com/voxl-public/voxl-docker-images/voxl-docker-mavsdk. But the build.sh assumes the device is connected via adb .
    I tried running those commands from the ssh shell , but I couldn't find voxl-configure-docker-support.sh.
    Is there a different set of instructions for voxl2 ?

    VOXL SDK
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups