ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Eric Katzfey
    3. Posts
    • Profile
    • Following 0
    • Followers 13
    • Topics 2
    • Posts 1905
    • Best 89
    • Controversial 3
    • Groups 3

    Posts made by Eric Katzfey

    • RE: Stinger control via mavlink joystick

      @qubotics-admin First you need to determine the version of PX4 running. With ssh or adb you can run the following at the command line: px4-ver all. You will see PX4 version and Vendor version. So, for example, for px4 version 1.14.0 and vendor version 8.134.3 then you would checkout the tag v1.14.0-8.134.3-dev from the repo to see that commit.

      posted in FPV Drones
      Eric KatzfeyE
      Eric Katzfey
    • RE: Stinger control via mavlink joystick

      @qubotics-admin It's in the voxl-fpv-dev branch of our px4 fork. See https://github.com/modalai/px4-firmware/blob/7e1625f20fac5f44a0034bebdb1e3d4027124684/src/modules/mavlink/mavlink_receiver.cpp#L108

      posted in FPV Drones
      Eric KatzfeyE
      Eric Katzfey
    • RE: Stinger control via mavlink joystick

      @qubotics-admin The joystick button to use for turtle mode is set via the VOXL_ESC_T_ON parameter.

      posted in FPV Drones
      Eric KatzfeyE
      Eric Katzfey
    • RE: MAG SDA 3P3V shorted to ground

      @cbay voxl-fpv-px4 is based on voxl-px4 but has some custom tuning code / parameters for our fpv drones that isn't in voxl-px4. So, it's kind of a superset. But there isn't anything related to low level i2c drivers so I have no idea how that could be causing this issue.

      posted in VOXL 2 Mini
      Eric KatzfeyE
      Eric Katzfey
    • RE: voxl-cross error when building voxl-open-vins-server

      @bendraper Actually, if you try to build the dev branch in voxl-cross:V4.4 it works but you first need to initialize the submodule with git submodule update --init. Can you try this with the dev branch and see if it works for you?

      posted in VOXL SDK
      Eric KatzfeyE
      Eric Katzfey
    • RE: voxl-cross error when building voxl-open-vins-server

      @bendraper Yes, we can recreate the failure. We need to release voxl-cross 4.8. We're working on it.

      posted in VOXL SDK
      Eric KatzfeyE
      Eric Katzfey
    • RE: Ublox zed f9p GPS not connecting

      @Karteek-Gandiboyina Also, for reference: https://forum.modalai.com/topic/4403/starling-2-max-with-ublox-f9p-ultralight/7?_=1772217162290

      posted in Software Development
      Eric KatzfeyE
      Eric Katzfey
    • RE: Ublox zed f9p GPS not connecting

      @Karteek-Gandiboyina Unfortunately, we don't have any experience with that unit. It looks like it is hooked up correctly since you get a response from it. What baud rate did you change it to? You can try running the latest version of px4 but we have spent very little time testing it so use with extreme caution: http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-mainline-px4_1.17.0-1.0.2-202602240859_arm64.deb. Perhaps load that, remove the propellers, and just verify that it can properly see the GPS? And what if you just remove the baud rate option on the start command, does that change anything?

      posted in Software Development
      Eric KatzfeyE
      Eric Katzfey
    • RE: Switching between Mag+GPS and VIO indoors

      @Sarika-Sharma We have a variety of parameters sets available in the voxl-px4-params repo https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-px4-params/ However, they are mostly for either indoor or outdoor use. Older versions of PX4, like what our fork is based off of, had a hard time with external vision based navigation coexisting with GPS based navigation. Newer versions of PX4, supposedly, are much better at this but we have not spent the time to prepare a parameter set for that yet. You are free to experiment with our mainline PX4 build here: http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-mainline-px4_1.17.0-1.0.2-202602240859_arm64.deb. However, if you decide to use the mainline build, be aware that it is considered "experimental" at this point and has very little testing on voxl2 so use extreme caution.

      posted in GPS-denied Navigation (VIO)
      Eric KatzfeyE
      Eric Katzfey
    • RE: M0184 ELRS reciever bricks itself upon switching output mode to SBUS

      @joshuagaus Sorry, but SBUS is not supported. That option will be hidden in future SDK releases to prevent confusion.

      posted in Ask your questions right here!
      Eric KatzfeyE
      Eric Katzfey
    • RE: Starling Max 2 Sideways Bench Testing

      @Myles-Levine You should see an actuators tab. Do you have our standard VOXL SDK loaded on the drone?

      posted in Ask your questions right here!
      Eric KatzfeyE
      Eric Katzfey
    • RE: voxl-send-command exit status implementation request

      @jameskuesel Thanks! Merged

      posted in Feature Requests
      Eric KatzfeyE
      Eric Katzfey
    • RE: voxl-send-command exit status implementation request

      @jameskuesel Feel free to make the change and submit a PR

      posted in Feature Requests
      Eric KatzfeyE
      Eric Katzfey
    • RE: autonomy stack

      @Eric-Katzfey And this is also handy: https://www.sparkfun.com/breadboard-to-jst-ghr-04v-cable-4-pin-x-1-25mm-pitch.html

      posted in Ask your questions right here!
      Eric KatzfeyE
      Eric Katzfey
    • RE: autonomy stack

      @Gad-Levin We generally use HITL. There is some documentation here: https://docs.modalai.com/voxl2-PX4-hitl/. This is the repo with the most up to date HITL driver for VOXL: https://github.com/modalai/px4-firmware/tree/voxl-fpv-dev. There is some more info in the HITL driver README: https://github.com/modalai/px4-firmware/blob/voxl-fpv-dev/boards/modalai/voxl2-slpi/src/drivers/dsp_hitl/README.md. I'm sure there's some outdated / incomplete information in those documents but it should give you a pretty good starting spot. This is the cable I use: https://www.sparkfun.com/usb-to-ttl-serial-cable.html

      posted in Ask your questions right here!
      Eric KatzfeyE
      Eric Katzfey
    • RE: Starling Max 2 Sideways Bench Testing

      @Myles-Levine Have you tried with the QGroundControl motor (actuator) spin tab?

      posted in Ask your questions right here!
      Eric KatzfeyE
      Eric Katzfey
    • RE: voxl-px4 time source

      @jon For MONOTONIC the apps side uses the slpi version so that they are in sync. Your application should use apps MONOTONIC. PX4 will convert it using timesync.

      posted in Ask your questions right here!
      Eric KatzfeyE
      Eric Katzfey
    • RE: Preflight Fail: Compass Sensor 0 missing

      @Nitin-Varma-Vegesna Well, that's why I asked you to do the full SDK installation. If you install the SDK and set it up as we do from the factory then it should be working like when you first got it. If it doesn't then that potentially points to some damage caused by the crash and not some configuration change you have made since then.

      posted in Starling & Starling 2
      Eric KatzfeyE
      Eric Katzfey
    • RE: Preflight Fail: Compass Sensor 0 missing

      @Nitin-Varma-Vegesna You can set parameters via voxl-configure-px4-params.

      posted in Starling & Starling 2
      Eric KatzfeyE
      Eric Katzfey
    • RE: AprilTag relocalization fails with down-facing camera due to camera extrinsics mismatch (roll/pitch out of bounds)

      @kgn-mdlai Unfortunately, the April Tag code is quite outdated and hasn't been tested on any of our latest hardware. As it is now it is provided as reference code and if you are able to get things working correctly on your own we are happy to accept PRs to the repo. We do plan an update of this in a future revision of the SDK but there is no scheduled date that we can provide right now.

      posted in AprilTag Relocalization
      Eric KatzfeyE
      Eric Katzfey