Skip to content

VOXL 2

593 Topics 3.3k Posts

VOXL 2 Support Forum

  • Fatal SLPI error causing system restart on Voxl 2

    10
    1
    0 Votes
    10 Posts
    2k Views
    tomT
    @m1baldwin With that platform release PX4 crashing causes ADB to crash as well, so that's one possibility. (This is fixed in future releases) If it was a camera issue, that would be low level device tree code causing the crash
  • gst-interpipe not getting installed

    3
    2
    0 Votes
    3 Posts
    560 Views
    Vaibhav UsapkarV
    Thanks for the response. It worked !!
  • How to record high resolution camera frames/videos?

    7
    0 Votes
    7 Posts
    2k Views
    A
    @afdrus instead of rebooting, you can restart the server with: systemctl restart voxl-camera-server
  • Temporary failure resolving

    2
    0 Votes
    2 Posts
    265 Views
    wilkinsafW
    I resolved this by doing 1 of 2 things Powercycle Add nameserver 8.8.8.8 to /etc/resolv.conf These are only temporary fixes, but get the job done so I can keep developing
  • voxl2 not coming out of fastboot

    2
    0 Votes
    2 Posts
    553 Views
    ?
    @Chad-Sweet We would be doing RMA for this VOXL2 chip since it is not in recoverable stage from our tests.
  • VOXL2 mavlink topic streaming modifications

    14
    0 Votes
    14 Posts
    3k Views
    Taylor PresleyT
    @Eric-Katzfey Thanks Eric, for future readers, I've created a new post at Voxl 2 Spektrum RC Issue.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    20 Views
    No one has replied
  • Connecting voxl2io UART port to voxl ESC V2?

    4
    0 Votes
    4 Posts
    511 Views
    modaltbM
    Hi @Aks , Out of the box no, but if you are recompiling SW yourself than it's likely doable, but we have not tested this. voxl-px4 utilizes the DSP for it's IO on VOXL2, do the UARTs aren't exposed to Ubuntu like a normal UART (/dev/ttyHX). Instead it's a little deep in voxl-px4 at this time. The current production release is a 1.12 based branch, called voxl-dev-1.12. For example, the QUP2 port is defined here for the ESC: https://github.com/modalai/px4-firmware/blob/voxl-dev-1.12/src/drivers/uart_esc/modalai_esc/modalai_esc.cpp#L42 And QUP7 is defined to be used by px4io here: https://github.com/modalai/px4-firmware/blob/voxl-dev-1.12/platforms/qurt/src/px4/generic/generic/px4io_serial/px4io_serial.cpp#L67 For reference, I used my own graphic to remember the QUP indicies, here: https://docs.modalai.com/voxl-px4-developer-guide/ specifically: https://docs.modalai.com/images/voxl2/m0054-px4-block-diagram-0.4.png Although we haven't tried this, you may be able to recompile with updates here to the QUP index and get things going that way.
  • Communication problem between VOXL2 and flight core while using MAVROS.

    6
    0 Votes
    6 Posts
    1k Views
    A
    Hi @modaltb, We were making a mistake of connecting the mavros with the UART which is being used by mavlink server, hence creating the traffic in communication. Now we are connecting mavros with VVPX4 and it's working fine. Thanks.
  • VOXL2 QVIO recover during flight after failure

    3
    0 Votes
    3 Posts
    672 Views
    Tamas Pal 0T
    A small observation from my side. While we are flying the quad indoors with compass disabled and using a external optical sensors (in both cases) the qvio recovers itself even after force restarting it using terminal, but the same does not recovers itself outside. For both the cases the exposure and gain of tracking cam was in auto. Can you tell us what might be the issue
  • 0 Votes
    3 Posts
    617 Views
    M
    Thanks! this is helpful confirmation
  • Hi-res camera connection with VOXL2?

    8
    0 Votes
    8 Posts
    671 Views
    modaltbM
    Hi @Aks I will need to investigate, our beta releases are subject to bugs as they've not gone through our standard test flow and are generally provided to end users to test out a particular feature. So I do not trust the beta image for flight at this point, we've not posted one of these beta images publicly so if you have it it's likely to test a one off feature and not recommended for flight...
  • VOXL2 Opencv with Opencl

    4
    1 Votes
    4 Posts
    980 Views
    M
    On this note. Does anyone know what happened to the hellocl repo? The link on the Build Applications for VOXL, VOXL 2 and RB5 Flight page in the docs does not lead anywhere anymore.
  • Systems Architecture Review

    3
    1 Votes
    3 Posts
    695 Views
    Kavin KailashK
    Thanks, for your quick response @Chad-Sweet . We have already flight tested part of the setup above (except HereFlow), and it seems to work great. Please find connection details in the attached picture below:[image: 1677928974590-voxl2_sysarch.png]
  • IMX412 and OV9782 not detected by VOXL2

    4
    0 Votes
    4 Posts
    494 Views
    modaltbM
    Hi @Aks , please refer to other thread where I have some info, thanks!
  • Center of VOXL 2 IMU?

    3
    0 Votes
    3 Posts
    534 Views
    K
    Kind of. I'd just like to know where the origin is of the IMU data reported by the voxl-imu-server MPA service (as quoted above). If it's at the center of one of the specific IMUs then that link is comprehensive to figure out the dimensions. But I haven't been able to find where that origin is. My guess is at the center of the board, but I'd like to confirm.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Tflight server multiple model

    3
    0 Votes
    3 Posts
    666 Views
    Tamas Pal 0T
    @Matt-Turi Thanks !!
  • Is GPS + VIO Fusion tested on VOXL2?

    2
    0 Votes
    2 Posts
    292 Views
    Chad SweetC
    That is not well supported in PX4 1.12. We are working on a PX4 1.14 port which should be much better supported. We hope to have an early access beta release of that in the end of March or so
  • voxl-portal map 3D view not working

    2
    0 Votes
    2 Posts
    473 Views
    A
    In the end the issue was my laptop which was not powerful enough to support the graphics of the 3D visualization.