ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • K

      VOXL 2 IO - 8 PWM channels & Futaba (SBUS) Rx

      Ask your questions right here!
      • • • konwersa
      31
      0
      Votes
      31
      Posts
      1389
      Views

      Alex KushleyevA

      @Gary-Holmgren ,

      The esc driver in px4 receives data from a “mixer” module. There are different mixers for different vehicle types. It is possible that the mixer for your UGV vehicle type is not compiled for or not running on voxl2.

      Px4 support of these vehicle types is supposedly experimental, so additional investigation may be required on your end :). We have not tried the ground vehicle mixer.

      Alex

    • D

      Invalid local position

      Ask your questions right here!
      • • • DillonAllen
      30
      0
      Votes
      30
      Posts
      3073
      Views

      A

      I found the QGC
      EKF2_AID_MASK parameter settings above (configuring to 280: Vision position fusion, vision yaw fusion, vision velocity fusion) to allow the seeker to enter position and off-board modes.

      Prior to configuring, QGC was receiving VIO but was still unable to enter position mode as referenced here

      To make the forum search engine happy: seeker position mode rejected

    • KrisK

      VOXL camera configuration

      Ask your questions right here!
      • • • Kris
      30
      0
      Votes
      30
      Posts
      1823
      Views

      KrisK

      @Eric-Katzfey
      I bought the Logitech C270 and tried testing it with some Gstreamer commands.
      So far I have been able to use it on my Linux PC with these commands.

      Connected to PC and viewing video;

      gst-launch-1.0 -v v4l2src ! video/x-raw,format=YUY2 ! videoconvert ! autovideosink

      Connected to PC and recording to PC;

      gst-launch-1.0 v4l2src device=/dev/video0 ! image/jpeg,width=640,height=480,framerate=30/1 ! jpegdec ! x264enc ! qtmux ! filesink location=C270.mp4 -e

      However, when I connect the C270 to the Seeker I cannot get any of these to work.
      I have tried different video devices 0-3 and I have also substituted the autovideosink with fakesink but these changes are still not working.

      Could you please show me a Gstreamer example for this Logitech C270 camera that works on the Seeker?
      I would like to either stream, record, or stream+record (possibly using tee) the video using gst-launch-1.0.
      Thank you

    • Luis Fernando LandivarL

      VOXL 2 ESC Calibration Custom motors and battery

      VOXL 2
      • • • Luis Fernando Landivar
      30
      0
      Votes
      30
      Posts
      1711
      Views

      Alex KushleyevA

      OK, then I think I understand what happened. The 12V Fan was cooling the MCUs, but since the temperature measurement is done inside the MCU itself, the temperature of Mosfets is not known.

      In general it is always better to put air flow on the Mosfets, not MCU, because Mosfets produce heat.

      I think this explains the behavior when MCU was reading about 90C but ESC started behaving strangely -- the Mosfets were likely much hotter and got de-soldered..

      Alex

    • A

      Unable to operate motor with new VOXL2 IO board + firmware

      VOXL 2 IO
      • • • Aaky
      30
      0
      Votes
      30
      Posts
      1662
      Views

      Alex KushleyevA

      @Aaky , the mixer should never output a value lower than mixer min (while armed).

    • 이광철이

      voxl_spi_init, failed to open /dev/spidev device: No such file or directory.

      FAQs
      • • • 이광철
      30
      0
      Votes
      30
      Posts
      1964
      Views

      이광철이

      @modaltb

      Hi.
      I try a test on voxl-mini with your advice applied.
      voxl-mini sdk version is 1.0.0
      My program and spi device operates is normal.
      Thanks for your advice.

    • WineVirusW

      VOXL 2 M0135 Dual Camera Connections with M0107 and M0149 Cameras

      Ask your questions right here!
      • • • WineVirus
      30
      0
      Votes
      30
      Posts
      1775
      Views

      Alex KushleyevA

      I tested AR0144 with M0036 flex in the configuration shown in picture below and it works. I also have the IMX412 camera attached with its own flex. The dual flex configuration is not ideal for plugging into M0135 due to flexes pointing towards each other after being connected to M0135, but for testing purposes it is OK.

      If you have AR0144 camera connected in the same way with the flex cable and the camera is not detected, then it seems like the flex cable is the issue.

      IMG_3942.jpg

    • Róbert DévényiR

      Sentinel segmentation fault after running voxl-uvc-server -v [camera id] -d

      Sentinel
      • • • Róbert Dévényi
      30
      0
      Votes
      30
      Posts
      1415
      Views

      Alex KushleyevA

      @AndriiHlyvko,

      I just ran into the same issue while testing Boson (in my case I was testing the 16-bit Boson streaming mode). The libuvc issue caused a crash, since i did not use a fixed version of libuvc. However, what actually caused the buffer overflow was the fact that Boson was reporting smaller buffer requirements for RAW16 during query (it was reporting width * height * 1.5 , just like for YUV, but actual frame size was width * height * 2, so uvc pipeline allocated smaller buffer and overflow happened with the full frame came in.

      Was this the same issue with your Boson tests or did you experience something else?

      Thanks!

      Alex

    • Shivam SehgalS

      Starling drone shut down mid flight

      Ask your questions right here!
      • • • Shivam Sehgal
      30
      1
      Votes
      30
      Posts
      1063
      Views

      Alex KushleyevA

      @Shivam-Sehgal , does it look like the board is rebooting after 10 seconds of running with cameras enabled? also, what if you ssh into the board, does the SSH connection stay alive when the cameras are connecting?

      Also, how are you powering the drone for this test - battery or power supply?

      Alex

    • G

      ToF sensor

      Ask your questions right here!
      • ros tof • • gauravshukla914
      29
      0
      Votes
      29
      Posts
      2181
      Views

      modaltbM

      Hi @gauravshukla914 ,

      Thanks for the help with this. We've released a new beta version of the voxl-hal3-tof-cam-ros that supports auto detection of ToF and defaults the persist.camera.modalai.tof setting properly.

      It will be in out next voxl-suite release, but is available from our dev channel here if you are interested in using this link

      The updated readme is here.

      Thanks!

    • Riley DoveR

      ESC Calibration issues

      Ask your questions right here!
      • • • Riley Dove
      29
      0
      Votes
      29
      Posts
      1862
      Views

      modaltbM

      Hi @Riley-Dove ,

      Want to try to do a screen share tomorrow AM? I'll send an email to what's registered on this account.

      Some of the errors looked like config file parsing, but the first one was truncated a bit.

      If the device is in the failed currently, and you don't mind, you can throw the output of systemctl status voxl-vision-px4 -l here in preps.

      Thanks, we'll figure out what's going on!

    • G

      Not going in Position mode

      Ask your questions right here!
      • • • gauravshukla914
      29
      0
      Votes
      29
      Posts
      2097
      Views

      James StrawsonJ

      Do you have a GPS/Mag plugged in? If not please try plugging in a GPS/Mag and set the PX4 parameter SYS_HAS_MAG to 1. There is a PX4 bug that prevents VIO-only operation if a magnetometer is missing, even if the magnetometer is not in use.

      We've been trying to get the bugfix approved and merged into PX4 master for over a year now but it seems to be a lost cause. For now our own branch of PX4 has the bugfix along with some custom tools for our ESCs. If your system starts working again with the magnetometer then we know somehow a standard PX4 image got onto your flight core instead of one of our own.

      Regards,
      James

    • M

      Voxl2/Microhard/NV Trip 2

      VOXL 2
      • • • McMason
      29
      0
      Votes
      29
      Posts
      1788
      Views

      Chase RileyC

      @rogerli or @McMason Were either of you successful in getting the VOXL2 to connect to the NV Trip2? Working the same issue on my end.

    • X

      Connect the VOXL 2 I/O using the UART port on the 5G modem

      VOXL 2
      • • • xav04
      29
      0
      Votes
      29
      Posts
      1577
      Views

      V

      @Eric-Katzfey In my case I am receiving data as @Alex-Kushleyev explains with

      stty -F /dev/ttyHS2 115200 cat /dev/ttyHS2

      e1b7860f-60b8-4441-a7f9-c4147a44b66c-image.png

      and in the script in /usr/bin/voxl-px4-start I see that section @Eric-Katzfey
      6bd3d8f4-b89b-4fa6-ad40-5c58260d333b-image.png

      but when it comes to running voxl-px4 it autodetects with different bauds to the GPS. Is it necessary to change it somewhere else?
      e7941c5d-6d4b-4a0c-b5ab-a9e4130ef09b-image.png

      I have no problems with the MAG. It detects it perfectly.
      I have the RX and TX of the GPS connected exclusively to the J9 of the 5G, and the rest, to the J19.

      I also have the RX and TX of the IO Board connected to the RX and TX of the J19.
      I have also tried disconnecting the IO Board and leaving only the GPS on the J9.

      SOLVED: I change in the file voxl-px4-start from M0052 to M0054. Thanks!!!

    • Chase RileyC

      QGC Starts up showing a heading of north no mater the direction of compass

      VOXL 2
      • • • Chase Riley
      29
      0
      Votes
      29
      Posts
      1331
      Views

      Eric KatzfeyE

      @Chase-Riley Definitely would recommend being on 1.1.2 at this point.

    • Darshit DesaiD

      M0040 Time of Flight sensor FPS

      Image Sensors
      • • • Darshit Desai
      29
      0
      Votes
      29
      Posts
      1699
      Views

      Alex KushleyevA

      @Darshit-Desai , yes, feel free to modify the code as you need for right now for your own testing. Once i have a chance, i will make the mode selection (long / short) and FPS more flexible.

      I hope this unblocked your work and you can move forward.

      Alex

    • Tamas Pal 0T

      Vision failure everytime during takeoff

      VOXL 2
      • • • Tamas Pal 0
      28
      0
      Votes
      28
      Posts
      1944
      Views

      modaltbM

      On my setup yes that was all I needed to do, but we are still going to do a "full proper tune" on our S500 based frame (Sentinel dev drone) and I will confirm with you that we are getting performance as expected after this and share a video. Our flight test team will be doing that this week, thanks for the patience!!!

    • ModeratorM

      Issues with Microhard connection and VOXL 2

      Microhard Modems
      • • • Moderator
      28
      0
      Votes
      28
      Posts
      1789
      Views

      Jeremy FrederickJ

      @AP123 What was the resolution to this issue? My team is experiencing a similar problem. Were you able to access the microhard web portal through the VOXL 2?

    • Jeremy FrederickJ

      Timeline for open-vins documentation

      Ask your questions right here!
      • • • Jeremy Frederick
      28
      0
      Votes
      28
      Posts
      1404
      Views

      dleeD

      @Viktor-Gal I am troubling localization with QVIO. So I wanted to change vio algorithm to OpenVINS. I flashed my drone to nightly version but openvins still very unstable. Could you give me some guidance for openvins?

      Questions

      openvins configuration & versions Did you enable the voxl-feature-tracker? camera settings (single or multi, camera model, etc)

      My status

      voxl-suite: 1.4.1-202502132201 Camera: old-version of tracking camera (640x480) - link voxl-open-vins-server: 0.3.0-202502061726 voxl-feature-tracker: 0.5.2-202412171357
    • derrick0799D

      LTE - Modem Works But Cannot Ping

      Cellular Modems
      • • • derrick0799
      27
      0
      Votes
      27
      Posts
      1791
      Views

      tomT

      @vmassague Awesome!