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

PX4 Sync / Q&A - 2025-05-28T15: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-rc2 Alert
The QGC team expects a stable release next week! Please test and report issues now.

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

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 Pixhawk 6X-RT 11 Link
5/9/2025 :white_check_mark: afwilkin v1.16.0-rc1 Quadcopter Pixhawk 6C 2 Link
5/13/2025 :white_check_mark: TeddyZaremba v1.16.0-rc1 Quadcopter VOXL 2 8 Precision land issue Link
5/19/2025 :warning: dk7xe v1.16.0-rc1 Quadcopter Pixhawk 6X-RT 9 Various inconsistencies Link
5/20/2025 :white_check_mark: dirksavage88 v1.16.0-rc1 Quadcopter Pixhawk 6X 8 QGC v5 Crash Link

:backhand_index_pointing_right: Issue Reporting, and Flight Log sharing

:fire: Release Blockers Discussion

ESC Calibration Issues (PX4-Autopilot #24635):

@AWilkins_Ascend will follow up with testing on this PR

VTOL DSHOT Issues
Check on VTOL DSHOT scheduling issues reported by @dk7xe

TODO: @rroche check this was fixed by PR

Community Q&A / PRs for Review

Q1:

Discussed PRs:
1.

Discussed Issues:
1.

1 Like

Would love to discuss what the best way to fix the problematic header files is.

2 Likes

I would appreciate help on this topic very much, if there is time!

1 Like

If I’m a bad coder and accidentally access a nullptr in module-X , is there a way to contain the resulting segfault, i.e. only module-X stops functioning? Or (on the VOXL2) since PX4 is a single process is it an inherent risk that a segfault occurring in any module will bring down the entire PX4 process?

1 Like