ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. colerose
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 40
    • Best 6
    • Controversial 0
    • Groups 0

    Topics created by colerose

    • C

      voxl-tflite-server crashes after 5-10 minutes

      VOXL
      • • • colerose
      7
      0
      Votes
      7
      Posts
      475
      Views

      H

      hello @colerose how do u get all these topics by launching just roslaunch voxl_mpa_to_ros voxl_mpa_to_ros.launch because when i launch it i get just these topics :
      MPA to ROS app is now running

      Found new interface: hires
      Found new interface: qvio_overlay
      Found new interface: stereo
      Found new interface: tracking
      Found new interface: imu0
      Found new interface: imu1
      Found new interface: voa_pc_out
      Found new interface: qvio
      Thank u in advance for your reply

    • C

      voxl_mpa_to_ros doesn't work with custom pipe data

      VOXL
      • • • colerose
      9
      2
      Votes
      9
      Posts
      556
      Views

      Chad SweetC

      Great to hear! Feel free to create a pull request if you would like to get the feature into the mainline so you don't need to maintain a fork.

    • C

      VOXL TOF sensor has different FOV specs based on distance

      VOXL
      • • • colerose
      2
      0
      Votes
      2
      Posts
      184
      Views

      Chad SweetC

      Those are the specs from the vendor, we don't have any more information, sorry. The intensity image is published in MPA so you could perform a calibration on it to find out more details.

    • C

      Two IMU's on the VOXL

      VOXL
      • • • colerose
      3
      0
      Votes
      3
      Posts
      263
      Views

      m4v3rM

      @Chad-Sweet how many ekf_imu instances would you suggest running on a VOXL-FLIGHT in general, considering a decent workload already on the VOXL -part?
      cheers

    • C

      Screws used on VOXL Flight Deck for Hires Cam

      Ask your questions right here!
      • • • colerose
      2
      0
      Votes
      2
      Posts
      189
      Views

      Sam ArmstrongS

      Hello, they are M1.6 x 6mm.

    • C

      Determine if auto exposure is turned on

      Ask your questions right here!
      • • • colerose
      2
      0
      Votes
      2
      Posts
      202
      Views

      ?

      Camera server has auto-exposure enabled by default on all the cameras, you can verify this by looking at /etc/modalai/voxl-camera-server.conf and by running voxl-inspect-cam hires_preview and shading the lens with your hand, watching the exposure go up and down.

    • C

      voxl_mpa_to_ros

      VOXL
      • • • colerose
      3
      0
      Votes
      3
      Posts
      373
      Views

      J

      We got it to work by just navigating to the launch file and invoking the roslaunch command from there (and excluding the package name): roslaunch voxl_mpa_to_ros.launch. Thanks, @Alex-Gardner!

    • C

      voxl-tflite-server: "FATAL: Unsupported model provided!!"

      Ask your questions right here!
      • • • colerose
      9
      0
      Votes
      9
      Posts
      558
      Views

      ?

      @colerose we selected mobilenetv2 because of its exceptional performance on embedded devices - currently, inference time in the voxl-tflite-server is ~22ms per frame with very high precision. Also, the mobilenet family is fairly easy to retrain with a custom dataset!

    • C

      Can't stream tflite-overlay and hires at the same time using voxl-streamer

      VOXL
      • • • colerose
      2
      1
      Votes
      2
      Posts
      264
      Views

      ?

      Hey @colerose,
      What was the voxl-streamer output when you tried to start the second stream? I was able to successfully start a stream with both the hires and tflite-overlay cameras, however voxl-streamer is very resource intensive when we have multiple streams running. Have you considered using voxl-portal to view both?
      dual_camera_streams.png

    • C

      voxl streamer failing to create tflite pipe with latest version of code from master

      VOXL
      • • • colerose
      10
      2
      Votes
      10
      Posts
      653
      Views

      C

      @Matt-Turi Great thanks! I'll give it a shot now!

    • C

      camera resolution on hires camera

      VOXL
      • • • colerose
      15
      0
      Votes
      15
      Posts
      1025
      Views

      ?

      We don't sell any platforms with the M0024 sensor onboard by default. If you're just trying to use it for color fpv/more general inspection I'd suggest just VHB taping it to the front, if you're trying to use it for hyper-accurate detections you'll have to modify one of our platforms or design your own (as most of our platforms are meant to serve as reference designs and not full production hardware).

    • C

      Can't run the voxl-emulator docker image

      VOXL
      • • • colerose
      4
      0
      Votes
      4
      Posts
      397
      Views

      Alex KushleyevA

      It looks like your machine does not have QEMU support or is missing ARM support on your host machine. Please try instructions here : https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/ (which also show you how to run ARM64 docker images on x86)

    • C

      How to run tf-lite-server on VOXL

      FAQs
      • • • colerose
      12
      0
      Votes
      12
      Posts
      857
      Views

      ?

      Hey @colerose,

      Glad to hear you got it working, and I apologize for the typos in my code snippets. I do not know of any way to send coordinates over rtsp, but if you are willing to work in c++, you are able to access that data directly in the voxl-tflite-server.