Skip to content

VOXL SDK and Software

389 Topics 2.0k Posts

voxl-sdk releases, MPA services, camera and video pipelines, Remote ID, and building and deploying your own software on VOXL.

  • Restoring Catkin Workspace

    Unsolved
    3
    0 Votes
    3 Posts
    552 Views
    ?
    Hi @modaltb , Thank you for your message. I did actually choose "Yes" but it didn't store the ROS folders and files. It stored the Python packages I installed and the docker images. So, I would like to confirm if the voxl-backup command will save the folders in data. However, it is okay. I took me some time to recover but now all good. thank you again
  • Real-time streaming solution for VOXL

    Unsolved
    2
    0 Votes
    2 Posts
    513 Views
    Eric KatzfeyE
    @shlee853 Yes, voxl-streamer uses RTSP. What kind of wireless link are you using to stream the video? What application are you using to view the video? What kind of latency are you seeing with this setup? And, ultimately, what is your target latency? The answers to these questions will help guide potential solutions.
  • Fuse altitude measurements to state estimate

    Unsolved ekf2 range finders altitude
    3
    0 Votes
    3 Posts
    2k Views
    LucasWL
    I do not think I have access to this slack. It seems restricted to a few specific people only. But I tried their forum. Thanks anyway!
  • Example to stream video via ffmpeg

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    Eric KatzfeyE
    Can you please send us the output of "ls -l /dev/frame0", the output showing hello_hal3_camera, and also ffmpeg?
  • Need newer version of GCC on VOXL

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    Chad SweetC
    libvoxl_io unfortunately won't work inside of a Docker. Are you communicating via MAVLink? If so, you can send mavlink commands to voxl-vision-px4 to be forwarded on the the flight controller over serial.
  • Building voxl-suite on Docker Image on VOXL

    Unsolved
    1
    1 Votes
    1 Posts
    822 Views
    No one has replied
  • Is Obstacle avoidance implemented?

    Unsolved
    1
    1 Votes
    1 Posts
    3k Views
    No one has replied
  • How to import OpenCV in Python3?

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    tomT
    @Alex123 here is the exact command I tested with on a VOXL. docker run -it --rm --privileged --net=host --name roskinetic -v /home/root:/root/yoctohome/:rw -v /sdcard:/sdcard -w /root/ roskinetic-xenial:v1.0 /bin/bash Can you try this?
  • Save camera frames using OpenCV

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    A
    @Eric-Katzfey Yes! There is no direct interface with the hires camera in OpenCV. I'll follow the steps as you suggested. Thanks!
  • ADB not connecting

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    J
    That worked! Thanks
  • How to save images into the SD card using gphoto2.

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    tomT
    @Alex123 Glad I could help!
  • adb is not working, (No ADB device detected)

    Unsolved
    12
    2
    0 Votes
    12 Posts
    4k Views
    modaltbM
    @Alex123 I just realized right now when I was powering up my m500 that I said to use 24VDC in an email.... this is OK for that power module, but the max is 25.2VDC, so no problem dropping it to say 16VDC!
  • AprilTags do not work in voxl-vision-px4

    Unsolved
    5
    1
    0 Votes
    5 Posts
    2k Views
    James StrawsonJ
    Glad you got it working, let me know if you have any more questions. Apriltag relocalization is still a fairly new feature with only me and a few other customers really using it extensively so any feedback is appreciated. Thank you!
  • voxl-cam-ros stereo to PCL or depth image

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    R
    That node works like a charm, thank you so much!
  • mavros

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    V
    The change of port worked for me. Thank you for the help.
  • How do you control the cooling fan on VOXL and VOXL-Flight?

    voxl voxl-flight fan
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How do you control the LED on VOXL and VOXL-Flight?

    voxl voxl-flight led
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    2 Posts
    2k Views
    adminA
    Total hack, but this just worked. We still need a clean way of uninstalling opencv2.4 $ opkg list | grep opencv $ opkg remove lib32-opencv --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-opencv-dbg --force-removal-of-dependent-packages $ opkg remove lib32-opencv-calib3d2.4 --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-libopencv-calib3d2.4 --force-removal-of-dependent-packages $ opkg list | grep opencv $ opkg remove lib32-libopencv-core2.4 --force-removal-of-dependent-packages $ opkg install opencv_3.4.6_8x96.ipk $ /usr/bin/opencv_version 3.4.6
  • 0 Votes
    2 Posts
    2k Views
    adminA
    We've posted a git-perltools package that should provide a workaround for this issue if you install on the either the emulator image or the target. Note at this time, when using on the emulator, you'll need to run it again after exiting... Download the git-pertools package from here: https://docs.modalai.com/docs/resources/downloads/#additional-packages Copy to the emulator (place in directory where you run the emulator from) or target (using adb push) Install using `opkg install lib32-git-perltools_2.5.0-r0_armv7a-vfp-neon.ipk' (note: some opkg warnings will display but can be ignored) You should be able to use the submodule command after this. Please let us know if you have any problems.