PX4 Sync / Q&A: April 30, 2025

PX4 Sync / Q&A: April 30, 2025
Dronecode Calendar

Agenda

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

Announcements

  • MacOS CI is broken and we are aware of that , in the process of fixing!

Next Dronecode Meetup

Nothing scheduled yet.

If anyone is interested to host a Meetup please reach us out. Always happy to have it organized.

Future Events

Flight Testing Update

The team at Ascend Engineering (Chicago). are running flight testing for the community.

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

Resources:

Comments / Discussion:

  • Issues:
  • Testing the latest 1.16 Beta currently
  • Fixed Wing / VTOL:
  • QGC Build: Stable

Release Discussion / Updates

v1.16 Release Discussion

All set to cut the release.

If anyone has any critical fixes please add them to the project board.

Resources

Bug report / Q&A

1- Pr base station menu by Louis-max-H · Pull Request #12686 · mavlink/qgroundcontrol · GitHub

2- PX4 Sync / Q&A: April 30, 2025 - #3 by scf-wx → Maybe a more reliable approach which could be maintained in the long run is better to be considered rather than adding more sensors in this situation.

3- [Bug] PX4 doesn't have a default compiler anymore · Issue #23963 · PX4/PX4-Autopilot · GitHub → comment on this is on the issue itself.

PRs for Review

1- Improve base station configuration by Louis-max-H · Pull Request #178 · PX4/PX4-GPSDrivers · GitHub → Needs comments from @dagar so it can move forward.

Hi :waving_hand:

I’ve made a PR to display only the parameters compatible with the receiver in the base station menu.

I’ll be there at the Q&A to discuss it and give a little presentation if you still have time! :slight_smile:

Hi - I would like to discuss fusion of data from multiple airspeed sensors. We are building a VTOL drone with airspeed sensors at either wingtip and we are interested in combining the data from both sensors for better windspeed and state estimation. We are currently using a fork of PX4 1.14.

We are debating two approaches (a) modifying the existing EKF2 to incorporate the airspeed data from both sensors directly in the main EKF2 loop, or (b) creating a second EKF that blends the data from the two sensors, then passes the resulting airspeed estimate into EKF2.

We are still at the beginning of this process, and are hoping to get some input on pros and cons of each approach from anyone who has attempted something similar, or anyone with more extensive experience with EKF2.