ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. relevinsky
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 30
    • Posts 43
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by relevinsky

    • R

      compiling voxl-tflite-server

      Software Development
      • • • relevinsky
      2
      0
      Votes
      2
      Posts
      293
      Views

      ?

      @relevinsky

      What steps are you doing to compile the voxl-tflite-server code? It should be done within the voxl-cross Docker image. Also why SDK 0.9?

      Let me know how I can help.

      Thomas
      thomas.patton@modalai.com

    • R

      voxl2 portal source code

      Ask your questions right here!
      • • • relevinsky
      4
      0
      Votes
      4
      Posts
      404
      Views

      Alex KushleyevA

      @relevinsky , i don't have a good example to point you to.. you would need to modify the code on the web GUI side and the code that is running on voxl-portal Voxl.

      VOXL sends all the information to the browser via web sockets. Here is where video stats (including fps) are sent : https://gitlab.com/voxl-public/voxl-sdk/services/voxl-portal/-/blob/master/src/video_group_manager.cpp?ref_type=heads#L313 and there is the browser code that parses the video stats https://gitlab.com/voxl-public/voxl-sdk/services/voxl-portal/-/blob/master/web_root/video.html#L588.

      I would suggest first experimenting with existing data structure, such as VideoStats and see if you change the data on the VOXL side, make sure it shows up correctly in voxl-portal. After that, you could change the VideoStats structure add a message to it and also print it in the browser.

      After understanding how the message passing works, you could add your own message definition on both sides and display the contents.

      I hope this helps.

      Alex

    • R

      voxl2 rangefinder (lw20)

      Ask your questions right here!
      • • • relevinsky
      10
      0
      Votes
      10
      Posts
      645
      Views

      Eric KatzfeyE

      @voxltester Again, LW20 is not in the px4 build. Until you rebuild px4 with that driver you cannot use it within px4. So, you have 2 choices. Rebuild PX4 and try to get LW20 working within PX4 or take a look at the source code for voxl-rangefinder-server and see if you can add support for LW20 into that. It currently supports the vl53l1x rangefinder. Perhaps you can just switch to that rangefinder model? Otherwise the source code it here: https://gitlab.com/voxl-public/voxl-sdk/services/qrb5165-rangefinder-server

    • R

      @ERIC KATZFEY

      VOXL 2
      • @eric katzfey • • relevinsky
      2
      0
      Votes
      2
      Posts
      210
      Views

      ModeratorM

      https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-to-ros/-/blob/master/catkin_ws/src/src/interface_manager.cpp?ref_type=heads#L148

      https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-to-ros/-/blob/master/catkin_ws/src/src/interfaces/ai_detection_interface.cpp?ref_type=heads

    • R

      tflite pipelines sample code

      VOXL 2
      • • • relevinsky
      1
      0
      Votes
      1
      Posts
      197
      Views

      No one has replied

    • R

      voxl-px4 service

      VOXL 2
      • • • relevinsky
      4
      0
      Votes
      4
      Posts
      337
      Views

      R

      @Eric-Katzfey yes

    • R

      ros on voxl2

      Software Development
      • • • relevinsky
      1
      0
      Votes
      1
      Posts
      204
      Views

      No one has replied

    • R

      voxl2 flir boson and eth0

      Software Development
      • • • relevinsky
      1
      0
      Votes
      1
      Posts
      201
      Views

      No one has replied

    • R

      yolov5_labels.txt file for yolov5_float16_quant.tflite model

      Software Development
      • • • relevinsky
      1
      0
      Votes
      1
      Posts
      169
      Views

      No one has replied

    • R

      voxl-logger on voxl2 for hires camera

      VOXL 2
      • • • relevinsky
      4
      0
      Votes
      4
      Posts
      292
      Views

      tomT

      @relevinsky You're right, we are going through an overhaul of the docs at the moment, here's an archived link: https://docs.modalai.com/voxl-logger-0_9/

    • R

      voxl2 uart mode

      Software Development
      • • • relevinsky
      2
      0
      Votes
      2
      Posts
      207
      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.

    • R

      compiling 32-bit voxl-qvio-server code on VOXL2

      Software Development
      • • • relevinsky
      2
      0
      Votes
      2
      Posts
      192
      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

    • R

      voxl-vision-px4 problem

      VOXL 2
      • • • relevinsky
      6
      0
      Votes
      6
      Posts
      363
      Views

      tomT

      @relevinsky 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

    • R

      Linker problem 32/64 bit voxl_qvio_server

      VOXL 2
      • • • relevinsky
      4
      0
      Votes
      4
      Posts
      267
      Views

      ModeratorM

      To build voxl-qvio-server, please follow the instructions in the README. The instructions are validated nightly by the CI

      The first paragraph of the README explains the following: "Due to MV SDK being 32-bit only, this is the only 32-bit package for QRB5165. The APQ8096 package builds in voxl-emulator, the QRB5165 package builds in qrb5165-emulator using a 32-bit cross compiler installed in the emulator."

      the only way to build that package is to follow the instructions in the README. Installing your own compiler will not work, you need to use the toolchain provided.

    • R

      Voxl-replay

      VOXL 2
      • • • relevinsky
      2
      0
      Votes
      2
      Posts
      175
      Views

      Chad SweetC

      voxl-replay should be working on VOXL 2.

    • R

      PX4 mavlink flight modes

      Ask your questions right here!
      • • • relevinsky
      2
      0
      Votes
      2
      Posts
      216
      Views

      Cliff WongC

      Mavlink messages for setting flight mode use the MAVLINK_MSG_ID_SET_MODE message type (same as APM).

      Modes are defined in the uOrb layer under the vehicle_status.msg fie, which C headers are auto-generated at build time. The auto-generated file is under the build directory as vehicle_status.h via the NAVIGATION_STATE_* variables.

      And example of using modes in runtime code are in the mavlink_messages.cpp file
      (search for vehicle_status_s::NAVIGATION_STATE_AUTO_MISSION) and modes are processed in the Commander.cpp file. Both files under the src/modules directory of PX4.

    • R

      PX4 v1.12 for VOXL Flight

      Ask your questions right here!
      • • • relevinsky
      3
      0
      Votes
      3
      Posts
      238
      Views

      TjarkT

      I'm looking to use a parameter which was introduced in PX4 v1.12. So I'm also interested in when PX4 v1.12 for VOXL Flight will be released. Do you have any estimate on that?

    • R

      voxl flight connects to LTE,receives static IP and didn't connects to QC (my PC) with static IP as well

      Ask your questions right here!
      • • • relevinsky
      4
      0
      Votes
      4
      Posts
      300
      Views

      modaltbM

      @relevinsky said in voxl flight connects to LTE,receives static IP and didn't connects to QC (my PC) with static IP as well:

      commercial LTE modem with static IP as well

      Oops, Tom pointed out commercial LTE modem with static IP as well, never mind!

    • R

      Is VOXL LTE server or client?

      Ask your questions right here!
      • • • relevinsky
      4
      0
      Votes
      4
      Posts
      242
      Views

      Eric KatzfeyE

      @relevinsky That is not the way LTE works. You connect to a commercial network. If you need static IPs then you need to contact your service provider and find out how to get them. That is why we use a VPN when using LTE. See https://docs.modalai.com/voxl-vpn/ for more explanation.

    • R

      voxl-configure-qvio creates a broken /etc/modalai/voxl-qvio-server.conf

      Ask your questions right here!
      • • • relevinsky
      3
      0
      Votes
      3
      Posts
      360
      Views

      ?

      Can you post the contents of the file that's broken? (/etc/modalai/voxl-qvio-server.conf). Running voxl-configure-qvio and wiping the config file should generate a valid file for qvio to read. Additionally, can you post the output of voxl-versionto show the version of your software packages.