ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • E

      does Voxl2Mini combo ship with 6S version of ESC Mini (?)

      Ask your questions right here!
      • • • extmoddrv
      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • Muqing CaoM

      Starling 2 max no odometry even with qvio enabled

      Ask your questions right here!
      • • • Muqing Cao
      2
      0
      Votes
      2
      Posts
      15
      Views

      Eric KatzfeyE

      @Muqing-Cao In the voxl-vision-hub configuration file /etc/modalai/voxl-vision-hub.conf how is the parameter en_vio set?

    • L

      M0187 and M0188 3D Models

      3D Models
      • • • leandro
      3
      0
      Votes
      3
      Posts
      39
      Views

      Alex KushleyevA

      @leandro , documentation for M0187 has been updated to include the 3D CAD file :

      https://docs.modalai.com/M0187/#3d-drawings

      Alex

    • Nitin Varma VegesnaN

      GPS for Starling2

      VOXL Accessories
      • • • Nitin Varma Vegesna
      5
      0
      Votes
      5
      Posts
      52
      Views

      Nitin Varma VegesnaN

      @Zachary-Lowell-0 thanks.

    • M

      Legacy Documentation for VOXL-Flight Deck (EOL) - Indoor Flight, VIO & Auto-Navigation

      VOXL Flight Deck
      • • • minhthinh
      4
      0
      Votes
      4
      Posts
      31
      Views

      Robbie McCueR

      @minhthinh Documentation for the original VOXL Flight can be found here. The guide will link back to the original VOXL and the original Flight Core as those are the boards it was built around. You can also refer to the release notes of the previous sdks to see what was available in the specific release that you are using

    • R

      IMX664 Camera

      Ask your questions right here!
      • • • rpowerscat
      2
      0
      Votes
      2
      Posts
      25
      Views

      Alex KushleyevA

      Hi @rpowerscat ,

      You may be looking for these?

      https://docs.modalai.com/vtx-air-unit-datasheet/ https://docs.modalai.com/vrx-ground-unit-datasheet/

      Will check availability and get back to you..

      Alex

    • N

      VOXL2 IMX664 support

      Image Sensors
      • • • namanthaker
      2
      0
      Votes
      2
      Posts
      16
      Views

      Alex KushleyevA

      Hello @namanthaker,

      We typically do not provide the register configurations for the cameras because the camera drivers may contain confidential information from other sources.

      However, the IMX664 camera is integrated with VOXL2, which can be used for testing and experimentation.

      By the way, the camera drivers for VOXL2 are not contained in kernel modules, but in sensormodule binaries, which are loaded by the camera pipeline (just FYI). I am not aware of any way of extracting the register settings from those binaries.

      Alex

    • Rowan DempsterR

      Minimizing voxl-camera-server CPU usage in SDK1.6

      Video and Image Sensors
      • • • Rowan Dempster
      19
      0
      Votes
      19
      Posts
      296
      Views

      Alex KushleyevA

      Hi @Rowan-Dempster ,

      I made a few changes (based on your branches) to libmodal-pipe and the 32-bit tools and now it seems to be working without any run time errors from the test tools or 64bit camera server:

      https://gitlab.com/voxl-public/voxl-sdk/core-libs/libmodal-pipe/-/tree/ion-32bit-test
      https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/tree/ion-32bit-test

      The issue in libmodal-pipe was with a struct size difference for 32 / 64 bit systems.

      Please note that when you build libmodal pipe, do not deploy the 64bit version to voxl2 as it will break things. Later we will need to fix this up so the struct padding is platform dependent.

      voxl-image-repub is working now . I had to disable the FD caching due to a strange issue (segfault) when inserting into std::map. Did not investigate why that happened. Without duplicating the FD (using the original FD in the callback, everything works). Also the 32-bit version of voxl-inspect-ion-stream works as expected.

      Feel free to test this out. If you don't find any more issues, we can try to mainline this change after cleanup. I am a bit concerned that std::map insert failed, but it is possible this is because i am using the latest voxl-cross to build the app, but my test board is running on old SDK (and there could have been a c++ runtime libs update sometime in the recent voxl-cross).

      Alex

    • voxltesterV

      VOXL2 J19 QUP3

      Ask your questions right here!
      • • • voxltester
      2
      0
      Votes
      2
      Posts
      20
      Views

      Eric KatzfeyE

      @voxltester That is not a normal option to choose via voxl-px4.conf. You will need to hand modify the startup script /usr/bin/voxl-px4-start to properly start the driver in i2c mode. Use option -b 4 to select that i2c bus.

    • A

      VOXL Mini 4 in 1 ESC query

      ESCs
      • • • Aaky
      5
      0
      Votes
      5
      Posts
      122
      Views

      Alex KushleyevA

      Hi @Aaky, can you please confirm which ESC you are using for this drone? This thread is related to the mini ESC, and i just want to make sure that you are not using that for the relatively heavy drone.

      Alex

    • Hunter ScottH

      Starling 2 Max doesn't report battery information

      Starling & Starling 2
      • • • Hunter Scott
      11
      0
      Votes
      11
      Posts
      384
      Views

      Hunter ScottH

      @Eric-Katzfey I updated to SDK 1.6.0, which fixed the power display issue. I was still getting no valid local position preflight fail, but after I ran apt update && apt upgrade, things seemed to work.

    • D

      5G Modem and Doodle Labs Simultaneously

      Ask your questions right here!
      • • • daylan
      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • A

      Update UDP Port for the voxl-mavlink-server

      VOXL SDK
      • • • ashwin
      8
      0
      Votes
      8
      Posts
      690
      Views

      B

      @Eric-Katzfey This works! Thank you!

    • S

      Flir Boson+ Application v4.2 install file not available anymore - does anyone have it please?

      Ask your questions right here!
      • • • simiken1234
      6
      1
      Votes
      6
      Posts
      74
      Views

      S

      @Alex-Kushleyev
      Thank you very much for your reply!

      We bought the USB C adapter from Flir and followed your guide to enable MIPI. Now it works and I can get the video from the Boson over MIPI.

      Thanks for your help!

    • R

      Different package version from voxl-cross and Voxl2

      Ask your questions right here!
      • • • remill
      4
      0
      Votes
      4
      Posts
      61
      Views

      Eric KatzfeyE

      @remill libusb doesn't use cmake. It uses autogen.sh, configure, make, etc. These are standard Linux build tools. If you enter a query such as "How do I build libusb on Linux?" into Google and check AI mode it will provide you with all the steps.

    • D

      No WiFi connection M0151 + USB 3.0 + Alfa Networks Dongle

      VOXL 2
      • • • Dronodev
      2
      0
      Votes
      2
      Posts
      59
      Views

      D

      I did some additional testing and was able to narrow things down a bit. After reconfiguring the WiFi as a SoftAP using voxl-wifi and then rebooting the VOXL, the network now shows up consistently again. So the broadcast issue seems to be resolved for the moment. However, the core problem remains: I still can’t actually connect to the AP — the connection attempt starts, prompts for the password, and then fails just like before.

      If anyone has ideas on what else I could check or has seen similar behavior with this setup, I’d really appreciate the help.

    • JP DroneJ

      Request: Add Flight Deck 2 YAML Configurations for OpenVINS Testing

      GPS-denied Navigation (VIO)
      • • • JP Drone
      1
      0
      Votes
      1
      Posts
      23
      Views

      No one has replied

    • R

      Add thrid party library to voxl-cross

      Ask your questions right here!
      • • • remill
      4
      0
      Votes
      4
      Posts
      252
      Views

      zauberflote1Z

      @remill
      You can also add a FetchContent CMake declaration that will build your library during compilation. Here is an example for yaml-cpp

      include(FetchContent) # Fetch yaml-cpp from GitHub FetchContent_Declare( yaml-cpp GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git GIT_TAG yaml-cpp-0.6.3 ) # Disable yaml-cpp tests set(YAML_CPP_BUILD_TESTS OFF CACHE BOOL "" FORCE) set(YAML_BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE) #cross 4.0 quits the chat if building static FetchContent_MakeAvailable(yaml-cpp) # Confirm target exists if (TARGET yaml-cpp) add_library(yaml-cpp::yaml-cpp ALIAS yaml-cpp) endif() install(FILES ${yaml-cpp_BINARY_DIR}/libyaml-cpp.so ${yaml-cpp_BINARY_DIR}/libyaml-cpp.so.0.6 ${yaml-cpp_BINARY_DIR}/libyaml-cpp.so.0.6.3 DESTINATION ${CMAKE_INSTALL_LIBDIR} )
    • Rowan DempsterR

      Migrating from QVIO to OpenVINS (SDK1.6)

      GPS-denied Navigation (VIO)
      • • • Rowan Dempster
      5
      0
      Votes
      5
      Posts
      188
      Views

      zauberflote1Z

      To clarify, our current platforms are shipped with voxl-open-vins-server as the default VINS solution; however, QVIO is still available (SDK 1.6.2).

    • Nitin Varma VegesnaN

      Preflight Fail: Compass Sensor 0 missing

      Starling & Starling 2
      • • • Nitin Varma Vegesna
      9
      0
      Votes
      9
      Posts
      80
      Views

      Eric KatzfeyE

      @Nitin-Varma-Vegesna If you are just flying in manual or altitude hold modes then those shouldn't be an issue.