PX4 Sync / Q&A - 2025-05-07T00:00:00Z
Agenda
- Announcements
- Future Events
- Flight Testing Update
- Release Discussion
- Bug Report / Q&A
Announcements
PX4 Release Testing
PX4 v1.16.0-rc1 is out, and we need your help with testing!
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.
Question: Any interest in a Dronecode Community meetup during xponential?
Future Events
- ICUAS May 14-17, Charlotte, USA
- AUVSI Xponential May 19-22, Houston, Texas, USA
- ROSCon 2025 Singapore: ROSCon 2025
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 Testing
Date | Status | Release | Platform | FC | Notes | Link |
---|---|---|---|---|---|---|
5/3/25 | ![]() |
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
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.
Issue Reporting, and Flight Log sharing
- If you find an issue/bug with the pre-release, please open a GitHub issue and include a flight review link of any relevant flight logs.
- Make sure you add the issue to the Release Project Board
- We review the project board at every weekly meeting.
- Follow the instructions on this GitHub Issue to learn how to install and configure the latest pre-release version on your drone.
- The same guide (link) has instructions on how to grab the log data and upload it to the flight review.
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!