PX4 Dev Call: May 14, 2025 (Team sync, and Community Q&A)

PX4 Sync / Q&A - 2025-05-14T15:00:00Z

:tear_off_calendar: List of all Dronecode events

Agenda

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

Announcements

:rocket: PX4 Release Testing
PX4 v1.16.0-rc1 is out, and we need your help with testing!

:warning: QGC v5.0.0-rc1 Alert
TODO: @mrpollo needs to reach out to @DonLakeFlyer for an update

Side note: In case you want to add features to this release, you better bring them up within this week.

Next Dronecode Meetup

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

:pushpin: Question: Any interest in a Dronecode Community meetup during xponential?

Future Events

Flight Testing Update

About the Test Team
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:

Release Discussion / Updates

v1.16 Release Discussion

:police_car_light: Release Candidate v1.16.0-rc1

The first release candidate for the upcoming release is finally available trough github and QGC.

We need help with flight testing, especially for early adopters and users with free time who can provide logs from flights with their drones.

:test_tube: Release Testing

Testing Tracker

Testing Matrix

Date Status Submitter Release Platform Flight Controller Flights / Logs Notes Link
1/16/2025 :cross_mark: afwilkin v1.16.0-alpha1 Quadcopter Pixhawk 4 2 Link
1/23/2025 :white_check_mark: afwilkin v1.16.0-alpha1 Quadcopter Pixhawk 4 2 Link
1/29/2025 :white_check_mark: afwilkin v1.16.0-alpha1 Quadcopter Pixhawk 4 6 Link
1/29/2025 :white_check_mark: afwilkin v1.16.0-alpha1 Quadcopter Pixhawk 4 2 Link
2/10/2025 :white_check_mark: afwilkin v1.16.0-alpha1 Quadcopter Pixhawk 4 5 Link
3/5/2025 :white_check_mark: DroneWuKong v1.16.0-rc1 Quadcopter VMU-RT1176 11 Link
9/5/2025 :white_check_mark: afwilkin v1.16.0-rc1 Quadcopter Pixhawk 6C 2 Link
9/13/2025 :white_check_mark: TeddyZaremba v1.16.0-rc1 Quadcopter VOXL 2 8 Precision landing issue Link

:backhand_index_pointing_right: Issue Reporting, and Flight Log sharing

:fire: Release Blockers Discussion

ESC Calibration Issues (PX4-Autopilot #24635): NEEDS DISCUSSION ON CALL → May have a solution till end of the call. Needs high level change.

TODO: @MaEtUgR will update Don’s proposed changeset to cover other use cases. @AWilkins_Ascend will help with ESC testing.

Don’s proposed fix: Fix reporting of connected battery by DonLakeFlyer · Pull Request #24800 · PX4/PX4-Autopilot · GitHub

Unstable height estimates (PX4-Autopilot #24058): NEEDS DISCUSSION ON CALL

adis16507 improvements (PX4-Autopilot # 24691: PR ready to go into main, looking to merge so we can backport.

Community Q&A / PRs for Review

Precision landing issue: The issue is it shut up during precision landing. @Teddy will post an issue for it.

Q1: @slgrobotics Is there a plan/intend/thought to support for such “generic” RPi configurations?
A: @rroche It will be appreciated if the work wants to be put in and we can maybe introduce different tiers of support.

Discussed PRs:

  1. ci: use dev-container for nuttx targets by alexcekay · Pull Request #24832 · PX4/PX4-Autopilot · GitHub. As this is merged then @Sindre could rebase the PR and hopefully it fixes the issues.

  2. https://github.com/PX4/PX4-Autopilot/pull/24022 mentioned while discussing number 1.

  3. MARSH dialect for crewed flight simulators by Maarrk · Pull Request #2272 · mavlink/mavlink · GitHub

Discussed Issues:

  1. Firmware builds manifest · Issue #24806 · PX4/PX4-Autopilot · GitHub → Comes from an old topic discussion on QGC forum to have manifests settled well and simplified. Besides, there are possible chances to have vehicle specific targets for the upcoming future release.

SITL Test Updates: by @JulianOes (May 13th, 2025)

Been working on it today, pushing some things tomorrow to use latest MAVSDK. Some mutex deadlocks can happen within mavsdk that I need to fundamentally solve, independently of the tests.

I would love some help/discussion with what I can do to make this pass CI and make it mergeable. And if anyone can tell me if the CI GCC is indeed upgraded to 13.2.

For discussion