Skip to content

Support Request Format for Best Results

164 Topics 751 Posts
  • Factory reset Seeker

    18
    0 Votes
    18 Posts
    4k Views
    tomT
    @utari_ais Since you're using a voxl1 px4 is running on the flight core not on the voxl itself like voxl2. Therefore there is no voxl-px4 service on voxl1
  • How to do SLAM and VOXL-Mapper flying with Starling Drone ?

    2
    1
    0 Votes
    2 Posts
    1k Views
    Eric KatzfeyE
    @david-devassy Have you been following the documentation here: https://docs.modalai.com/voxl-mapper/#voxl-mapper?
  • Damaged Voxl2

    4
    1
    0 Votes
    4 Posts
    631 Views
    modaltbM
    For hires/tracking config C4, use J7 as shown in docs: https://docs.modalai.com/voxl2-camera-configs/#c-04-hires-and-tracking
  • Mix multiple sensors for position estimation

    6
    0 Votes
    6 Posts
    1k Views
    Eric KatzfeyE
    @jocacace13 PX4 sends out it's local position (as Mavlink LOCAL_POSITION_NED)
  • HiRes M0107 IMX412 compatiblity with Voxl2 mini board

    6
    0 Votes
    6 Posts
    1k Views
    Alex KushleyevA
    You can also dump frames or record a video , for example: voxl-record-video hires_large_encoded /data/vid1.h264 please note the resulting video may not be playable directly, but you can fix it using ffmpeg: ffmpeg -r 30 -i voxl-record-video.h264 -codec copy videofile.mp4 or play on your PC: ffplay voxl-record-video.h264 -framerate 30
  • External vision pose with voxl2

    1
    0 Votes
    1 Posts
    885 Views
    No one has replied
  • Deep Learning with VOXL2

    1
    0 Votes
    1 Posts
    865 Views
    No one has replied
  • How to Get the imei code from modem 4g tle

    2
    0 Votes
    2 Posts
    1k Views
    tomT
    @Ariel-Saez Can you describe your hardware setup a bit more? Are you using voxl1 or voxl2? Are you using the Sierra 4G LTE add-on board?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • How do you check if the VOXL on a VOXL flight board is fried?

    7
    0 Votes
    7 Posts
    2k Views
    Sravan ParakalaS
    @tom we are in a situation where we have 2 identical boards. one board has a working flight control board and the other has a working VOXL. is there any way we can use them together for the time being?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    ?
    @ErezI After following that thread let me know what questions you have, I'm happy to help!! Thomas Patton
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Voxl 2 (implementation of tracking of moving object)

    voxl2 yolov5
    2
    0 Votes
    2 Posts
    2k Views
    ?
    @david-devassy Hey David, We do support deep learning inference on VOXL2! You can check out this page on our docs to read more about our deep learning capabilities. Out of the box our YoloV5 model gets around 30 frames per second. You also mention object avoidance and SLAM using path prediction. We have our own implementation of Visual Object Avoidance (VOA) which you can read about here. You could certainly create custom implementations of both of these on VOXL! However I want to highlight that our code for both of the above is C/C++ and not in Python for speed reasons. I can't give you a reasonable estimate about Python performance but it would likely be slower. Hope this helps! Let me know if you have any other questions. Thomas Patton thomas.patton@modalai.com
  • DSP Tasks Failing Unless mini-dm is Run

    21
    1
    0 Votes
    21 Posts
    8k Views
    Eric KatzfeyE
    @ejohnson01 Can you try bringing this commit into your build and see if it resolves the issue: https://github.com/modalai/px4-firmware/commit/f945d29064b4ab26617a3fb15fc770f5dcb993e9
  • tFlite not working with Hires Camera

    3
    4
    0 Votes
    3 Posts
    1k Views
    S
    @Moderator Ah ok. these are working! just for everybody else's edification instead of just typing "hires" you need to type one of the following listed with voxl-list-pipes voxl2:/$ voxl-list-pipes hires_color hires_grey hires_large_color hires_large_encoded hires_large_grey hires_small_color hires_small_encoded hires_small_grey tflite tflite_data
  • Starling Motors 2 & 4 sporadic vibration at higher throttle

    3
    0 Votes
    3 Posts
    1k Views
    B
    The drone has had it's crashes yes. Visibly carbon fiber is okay but there's flex especially on the arm connected to motor 4. Used CA glue to hopefully stiffen the carbon fiber for now
  • VOXL MPA to ROS Seeker

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Seeker SLAM Setup Help

    9
    0 Votes
    9 Posts
    2k Views
    U
    @tom Installing the VOXL1 SDK now... Thanks!
  • Voxl2 Webportal

    2
    0 Votes
    2 Posts
    1k Views
    Eric KatzfeyE
    @Jetson-Nano Code is here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-portal