ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. VOXL Compute & Autopilot
    3. VOXL 2
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • Jeff DelauneJ

      4208x3120 resolution with IMX214 M0025-2 hires cam on VOXL 2

      • • Jeff Delaune
      7
      0
      Votes
      7
      Posts
      476
      Views

      modaltbM

      @Jeff-Delaune-_
      This is a little late, but we have 4208x3120 working now. The changes weren't in the camera driver itself but the camera pipeline and camera-server... we have it available in a nightly build if you're up to trying a pre-release out!

      182da38b-69b1-45f1-b775-d8f2f0bc2ec5-image.png

    • NamhoN

      This topic is deleted!

      • • Namho
      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • NamhoN

      This topic is deleted!

      • • Namho
      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • John Nomikos 0J

      How would I change the area that lidar is capturing?

      • • John Nomikos 0
      2
      0
      Votes
      2
      Posts
      168
      Views

      ModeratorM

      @John-Nomikos-0 No, you will need to ignore that portion of the data in your code making use of the data.

    • B

      Most VOXL 2 hires-capable camera ports nonfunctional after SDK 1.0 flash

      • • brycek
      6
      0
      Votes
      6
      Posts
      412
      Views

      Chad SweetC

      For future reference, this is the doc to follow https://docs.modalai.com/voxl2-image-sensors/

    • bensusanaB

      trying to work with Mro Ist8308 gps+compass on voxl2 sdk 0.9.5

      • • bensusana
      2
      0
      Votes
      2
      Posts
      194
      Views

      Eric KatzfeyE

      @bensusana No, but it has been very recently added in version 1.14.0-2.0.43. The latest version is available here: http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-px4_1.14.0-2.0.45-202308151518_arm64.deb. You will need to be on SDK 1.0 to use it.

    • Chase RileyC

      No RGB LED and Missing Mag with VOXL2 and VOXL2 GPS (MDK-M0094-2-02)

      • • Chase Riley
      10
      0
      Votes
      10
      Posts
      602
      Views

      Adrian HidalgoA

      @Chase-Riley Nice find! Let us know how the testing goes.

    • Tamas Pal 0T

      Can we use GPS and voxl2 IO board with voxl2 simultaneouly ?

      • • Tamas Pal 0
      11
      0
      Votes
      11
      Posts
      645
      Views

      Adrian HidalgoA

      @Chase-Riley, The IO board has the Spektrum plug, so that could be used(MCBL-00005-1) between receiver and IO board.

    • Abdullah01A

      I/O board with 1.0.0 SDK

      • • Abdullah01
      4
      0
      Votes
      4
      Posts
      242
      Views

      Eric KatzfeyE

      @Abdullah01 Yes, ESC should be fine.

    • J

      VOXL2 stop motors from beeping

      • • JoeC
      1
      0
      Votes
      1
      Posts
      149
      Views

      No one has replied

    • John Nomikos 0J

      Time appears to move back on reboot when not connected to internet

      • • John Nomikos 0
      3
      0
      Votes
      3
      Posts
      225
      Views

      John Nomikos 0J

      @Eric-Katzfey Makes sense to me. Thank you for the info. Threw me off because journalctl was showing most recent logs were from the future.

    • J

      Image Flashing Error

      • • JoeC
      10
      0
      Votes
      10
      Posts
      671
      Views

      J

      @tom Confirmed, installing the normal way doesn't corrupt the apt repo..... THANKS!

    • A

      VOXL2 IO (M0065) support on PX4 1.14 in SDK 1.0.0

      • • Aaky
      8
      0
      Votes
      8
      Posts
      610
      Views

      J

      @Eric-Katzfey said in VOXL2 IO (M0065) support on PX4 1.14 in SDK 1.0.0:

      @Jon305Johnson I would estimate about a month for RC functionality (SBus) and another month for PWM

      @Eric-Katzfey any updates or projections on the M0065 integration into 1.14?

    • R

      voxl-px4 service

      • • relevinsky
      4
      0
      Votes
      4
      Posts
      331
      Views

      R

      @Eric-Katzfey yes

    • Aaron PorterA

      QVIO Issues with y and z values flipped

      • • Aaron Porter
      3
      0
      Votes
      3
      Posts
      194
      Views

      Aaron PorterA

      So this is the correct functionality, and that the Data is updated relative to the IMU and not to the Body of the Drone.

    • Aaron PorterA

      Question about USB on J13 Port

      • • Aaron Porter
      3
      0
      Votes
      3
      Posts
      225
      Views

      Aaron PorterA

      @Moderator
      Thank you

    • John Nomikos 0J

      (Platform 1.0.0) Bug in the most recent VOXL2 ESC Firmware (Random motors reverse directions each arm)

      • • John Nomikos 0
      35
      0
      Votes
      35
      Posts
      2267
      Views

      Alex KushleyevA

      @John-Nomikos-0

      Thank you. OK, here is the big difference that is most likely the reason for your behavior. In your new params you used kp, ki, max_kpe, max_kpi terms set to zero, but old params have nonzero:

      <param name="kp" value="130"/> <!-- RPM controller proportional gain --> <param name="ki" value="30"/> <!-- RPM controller proportional gain --> <param name="max_kpe" value="300"/> <!-- maximum proportional erorr term (max is 999) --> <param name="max_kie" value="100"/> <!-- maximum integral error term (max is 999) --> <param name="max_rpm_delta" value="1200"/> <!-- cap for maximum rpm error used in RPM controller -->

      Considering that you have not calibrated the ESC for your motor and propeller (meaning that the feed-forward term in the RPM controller is wrong), if you also disable the feedback terms of the RPM controller (kp, ki) then the behavior of the ESC will be completely off from what is desired. Even with incorrect feed forward term (pwm_vs_rpm_curve terms), if feedback terms are enabled, they can compensate, to some degree, but with the feedback terms set to zero, there is no hope for the ESC to turn the motor at the desired speed.

      You can keep using the old firmware and params if that works for you, but if you wanted to switch to latest ESC firmware and params, then i suggest trying to use the same non-zero RPM controller params.

      Alex

    • tanguy sagereT

      imu_apps seems to be publishing in bursts

      • • tanguy sagere
      5
      0
      Votes
      5
      Posts
      357
      Views

      tomT

      @tanguy-sagere I wonder if you upgrade to SDK 1.0 if the issue resolves itself

    • madswampM

      How to write data to vvhub_fixed_pose_input pipe

      • • madswamp
      1
      0
      Votes
      1
      Posts
      162
      Views

      No one has replied

    • G

      Calibrating tracking camera doesn't work

      • • Gdanan
      2
      0
      Votes
      2
      Posts
      121
      Views

      ModeratorM

      @Gdanan Do you have other services running? Maybe try to disable unneeded services while calibrating?

    Powered by NodeBB | Contributors