PX4 Sync / Q&A: Jan 29, 2025

PX4 Sync / Q&A: Jan 29, 2025
Dronecode Calendar

Agenda

  • Announcements
  • Future Events
  • Flight Testing Update
  • Release Discussion
  • Bug Report / Q&A

Announcements

Future Events

Flight Testing Update

We are running a beta program with Ascend Engineering (Chicago). They will be running flight testing for the community as part of an arrangement with Dronecode

How to reach out to the team

  • GitHub: Tag user @PX4/testflights
  • Discord: #flight-testing
  • Weekly on the PX4 Dev Call

How to Request Testing (GitHub)

  • Write down the steps to test your issue/pull request
    • Make sure to note the risk involved in flying
    • Write down things to look out for / anticipate - eg: “we are looking for no yaw jumps”
  • Add issue/pull request to the Flight Testing project board
  • Make sure to specify any hardware/software requirements as much as possible

Release Discussion

Project Board

For release coordination, we will be using the project board.

GitHub

PX4 v1.16 Release • PX4

v1.16 Release

Discussion

Bug report / Q&A

1- @gillamkid How should one make contribution to QGC for their feature branch and the upstream QGroundcontrol since the upstream branch is going for some time now and no new release is cut?
You might reach out to @bkueng @DonLakeFlyer @JulianOes in this regard.

2 - Limits for Gimbal MAVLINK Message: MAVLINK Common Message Set (common.xml) | MAVLink Guide

3- Which MAVLINK version is recommended to use?

  • Preferably, use version 2.0 since some message in v1.0 are no being used anymore.

4- Why is there no bias estimation for EV yaw like they do for EV Z position?

  • In most cases EV does not give very accurate heading estimate so having a bias estimation for that is not implemented.

5- Why was necessary for Modalai VOXL2 to decrease the icm42688 AAF Hz for accelerometer on their PX4 fork?

The preferred way is to get the raw data as much as possible from IMU always and then apply all the filters after over the whole frequency range of data instead of changing the AAF on the sensor side. You may also want to add more filtering on your VIO side later.

6- Implementing OpenVINS brings issues of crashing the drone and lacks compatibility of PX4?

The way OpenVINS initiates and handles the environment is way different and there should be way to figure out to make it compatible with PX4 like spoofing the positions at the beginning of each flight and also the ways to handle resets OpenVINS executes while in flights.

PRs needing review

1 Like

PR for review (gazebo-classic)

1 Like

Two questions from me:

  • Why is there no bias estimation for EV yaw like they do for EV Z position?
  • Why was necessary for modalai to decrease the icm42688 AAF Hz for accelerometer on their PX4 fork

Vehicle support: