Skip to content

General Questions

2.2k Topics 11.3k Posts

Not sure where your question goes? Ask here. ModalAI engineers and the community answer questions about any VOXL product.

  • 5G Modem Carrier Board + RM502Q-AE

    Unsolved
    4
    0 Votes
    4 Posts
    516 Views
    modaltbM
    OK got it. If it's not showing up via lsusb, typically we would solve that by rebuilding our open source public facing kernel with some new USB ids (we even give a docker container that is ready to build the kernel) along with instructions on how to safely test the kernel before flashing it. Check it out here: https://docs.modalai.com/voxl2-kernel-build-guide/ I haven't looked around much, but surely if this DJI drone is a development drone, they should also provide such convenience to their developers, so I'd give DJI a shout and see what's up!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • error in opkg.conf file

    Unsolved
    4
    1
    0 Votes
    4 Posts
    610 Views
    Chad SweetC
    VOXL 2 uses apt, and not opkt. Check out the docs here: https://docs.modalai.com/voxl2-platform-release/ You should just need to run apt update apt upgrade
  • Please verify the front of the VOXL Flight is where the camera connectors are

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    R
    And @tom, also thank you.
  • Executing a command line argument at startup

    Unsolved
    4
    0 Votes
    4 Posts
    923 Views
    R
    Thank you. I could not get video from the uvc device over voxl-streamer, though I could access the test video and the stereo cameras/anything plugged into the MIPI ports. I've had a problem with the newer UVC-server program. I need to check my notes it was a few weeks ago but somehow it wasn't working so I fell back on the ffmpeg due to time limits with the intent of going back to the UVC server application as it's a better solution. I will post a specific issue after looking it over again.
  • Molex antenna placement and potential range

    Unsolved
    3
    0 Votes
    3 Posts
    725 Views
    R
    We got maybe 1/10 mile in an urban setting, and have had reliability issues. We placed the antennae as far away from power and more than 2.6" from each other on both transmitter and drone. Any recommendations would be helpful. Thank you.
  • Hi res camera for tracking?

    Unsolved
    3
    0 Votes
    3 Posts
    726 Views
    R
    So it sounds like Dan bought the wrong cameras
  • ESC acting weird.

    Unsolved
    4
    0 Votes
    4 Posts
    900 Views
    R
    We confirmed that the PWM is cutting off at the same time, so it's possibly an initial velocity difference thing, unless you guys have other thoughts.
  • QGround Control is not detecting my FS-iA6B 6 Channel receiver

    Unsolved
    4
    1
    0 Votes
    4 Posts
    903 Views
    Deeshant SharmaD
    @modaltb Thank You Sir
  • Info for an interested buyer

    Unsolved
    2
    0 Votes
    2 Posts
    353 Views
    Chad SweetC
    That is largely dependent on your drone, sensors, and how well they are calibrated and integrated. Our reference drones can map fairly well with stereo image sensors in an outdoor environment, but they are setup with the source code for our customers to modify for their end application. You can check out voxl-mapper source code here. We are frequently updating it and making improvements. A specific metric is tough as there are so many variables.
  • 6-in-1 ESC

    Unsolved
    1
    0 Votes
    1 Posts
    340 Views
    No one has replied
  • VOXL WiFi and Microhard connection Issue

    Unsolved
    2
    3
    0 Votes
    2 Posts
    486 Views
    Chad SweetC
    This sounds like a Linux networking issue. We don't have any experience doing what you are trying to achieve. VOXL runs Linux though. You'll likely have to set up the Linux networking to handle your usecase. It might be easier to try to get what you are attempting to do working on a Linux desktop and replicate those settings on VOXL
  • How can I get fixed pose via QGC or ROS

    Unsolved
    2
    0 Votes
    2 Posts
    582 Views
    張為超
    Trying to follow up this question: When I use apriltag to fix pose, Can I get fixed pose topic by using voxl_mpa_to_ros ? Thanks
  • VOXL Hires Camera Blurry/Out of focus

    Unsolved
    4
    1
    0 Votes
    4 Posts
    862 Views
    R
    Thanks! I just had to manually focus it.
  • Does voxl-tflite-server support Yolov5 model?

    Unsolved
    3
    0 Votes
    3 Posts
    486 Views
    Nguyen Tien SuN
    Hi @Matt-Turi ! Thank your information!
  • seeker SLAM question

    Unsolved
    2
    0 Votes
    2 Posts
    352 Views
    Steve TurnerS
    Dan, Check out this thread: https://forum.modalai.com/topic/589/flying-in-poorly-lit-conditions?_=1654205018092 TLDR is you need enough features for QVIO to pick points out for VIO. So you either need a diffuse light source that can illuminate features or some other low-light sensor that you would need to integrate with QVIO.
  • How to install and configure OpenVPN?

    Unsolved
    37
    0 Votes
    37 Posts
    11k Views
    tomT
    @Djalma-Ribeiro You can create a systemd service file and enable it to run on boot and have it execute the OpenVPN connection command. Here is an example on how we have used it in the past on a VOXL: [Unit] After=voxl-time-sync.service Requires=voxl-time-sync.service [Service] Type=forking ExecStartPre=/bin/sleep 2 ExecStart=/usr/sbin/openvpn --script-security 2 --daemon --config /etc/openvpn/KEY_FILE [Install] WantedBy=default.target Won't be exactly the same as above but that's the general idea.
  • qvio error when connecting a rostopic subscriber to /qvio

    Unsolved
    3
    0 Votes
    3 Posts
    804 Views
    R
    I had the same issue. Updating the voxl_mpa_to_ros package resolved it for me: opkg update opkg install voxl-nodes
  • Unable to run Voxl-portal

    Unsolved
    3
    2
    0 Votes
    3 Posts
    735 Views
    Deeshant SharmaD
    Thank you so much sir, Its working now
  • 0 Votes
    3 Posts
    702 Views
    Deeshant SharmaD
    Thank you for your reply. Actually, I was using VOXL in a softAP mode and not in Station Mode that's why I was facing this issue.