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
    • John Nomikos 0J

      How would I change the area that lidar is capturing?

      • • John Nomikos 0
      2
      0
      Votes
      2
      Posts
      264
      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
      663
      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
      261
      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
      854
      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
      893
      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
      292
      Views

      Eric KatzfeyE

      @Abdullah01 Yes, ESC should be fine.

    • J

      VOXL2 stop motors from beeping

      • • JoeC
      1
      0
      Votes
      1
      Posts
      212
      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
      335
      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
      924
      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
      815
      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
      517
      Views

      R

      @Eric-Katzfey yes

    • Aaron PorterA

      QVIO Issues with y and z values flipped

      • • Aaron Porter
      3
      0
      Votes
      3
      Posts
      289
      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
      320
      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
      3901
      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
      556
      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
      211
      Views

      No one has replied

    • G

      Calibrating tracking camera doesn't work

      • • Gdanan
      2
      0
      Votes
      2
      Posts
      185
      Views

      ModeratorM

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

    • Jyotish KumarJ

      VOXL2 died abruptly and got fixed by itself after a few days.

      • • Jyotish Kumar
      5
      0
      Votes
      5
      Posts
      528
      Views

      VinnyV

      Hi @Jyotish-Kumar
      The ESC malfunctioning should not impact the 5V output side of the power module.
      If you are getting low resistance on that diode, then it was over-voltaged.
      That diode is rated for 27V, so the only thing I can think of that would cause that is a short to the VBAT input from the ESC to the 5V rail. Then, if the ESC malfunctioned leading to an energy dump that can create >27V in uncontrolled back EMF.

      Was this setup in a crash? Was is powered by a power supply?
      Both of those are common reasons for our protection diodes on the Power Module or ESC or Voxl2 to get damaged from extreme over-voltage due to energy dumps.

      If you do an RMA, we can certainly test the Voxl2 in an isolated environment to make sure it is still functioning. If we see that diode is damaged, we might be able to repair it at some cost, but it may be that some other system component was your root cause and you can do it again if you do not identify and fix the reason(s).

      Thanks!

    • A

      This topic is deleted!

      • • AP123
      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • A

      This topic is deleted!

      • • AP123
      6
      0
      Votes
      6
      Posts
      8
      Views
    Powered by NodeBB | Contributors