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

PX4 Sync / Q&A - 2025-05-07T00: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
The QGC maintainer team has announced their release plans. The long-awaited fifth version of our favorite app is getting a revamp, including tons of architecture improvements, some UI/UX upgrades, and finally upgrading to Qt 6.0. Once more information is available, we will be distributing with everyone.

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:

:flexed_biceps: Release Testing

Date Status Release Platform FC Notes Link
5/3/25 :white_check_mark: Quadcopter VMU-RT1176 rc1 Notes regarding firmware: In the firmware update menu I chose “beta”, QGC states firmware is 1.16.0beta not “RC”. General Reports: During Battery Failsafe testing, “issues” arise when setting failsafe levels and logic in handling voltage sag to activate critical failsafe. In a low battery situation, the time before battery warning, battery critical and emergency landing can be triggered if batteries have higher than normal voltage sag. logs / video

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.

:backhand_index_pointing_right: Issue Reporting, and Flight Log sharing

:fire: Release Blockers Discussion

ESC Calibration Issues (PX4-Autopilot #24635): There’s an inconsistency between analog and digital power modules; the interface between older and newer drivers implemented has a delta. You will receive a “unplug battery” error when trying the ESC calibration.

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): It seems the issue might be related to terrain. The inconsistency is between the checks for which sources the estimate is relying on. Maybe the checks or thresholds could be changed. The problem is two folded both on control and estimation side:
1- The control side also is that height estimated from distance sensor is not that tight.
2- Terrain estimate is not following the distance data.

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

Community Q&A / PRs for Review

SITL Test Updates: @JulianOes is looking into PX4’s SITL tests. Feedback from the call:

  • Let’s focus on making them reproducible locally with no extra gimmicks. This should help people debug locally.
  • If possible, make them simulator agnostic. Future proof!

I have the following PRs and relevant discussions ready for the call

1 Like

Hi :wave:

I have this PR for the shared repository PX4-GPSDrivers between QGroundControl and PX4 Autopilot.
These changes concern the Septentrio Gps driver and enable information from the base station to be displayed when it is connected to QGC.

2 Likes