PX4 Sync / Q&A - 2026-06-03T15:00:00Z
Announcements
- PX4 Dev Summit in Prague. There are good chances to get support scholarships. The CFP is open: Open Source Summit Europe | LF Events
Events
- PX4 Dev Summit in Prague. There are good chances to get support scholarships. The CFP is open: Open Source Summit Europe | LF Events
Release
Current tag: v1.18.0-alpha1
Target date: TBA
Flight Tracker: v1.18 Release Testing
1.17 Latest Release: Release v1.17.0 - Stable Release · PX4/PX4-Autopilot · GitHub
1.16 Latest Release: Release v1.16.2 - Stable Release · PX4/PX4-Autopilot · GitHub
Updates:
- It would be great if we can get feedback on flight tests from 1.17 stable release.
Issues:
Decisions:
PRs to be discussed:
- feat(romfs): per-target board airframe whitelist by dakejahl · Pull Request #27539 · PX4/PX4-Autopilot · GitHub (Relevant: feat(manifest): embed per-build metadata and publish unified firmware manifest by mrpollo · Pull Request #25414 · PX4/PX4-Autopilot · GitHub)
The basics could be implemented to be test-able for the next release not just by default.
One concern is the reliability of the system. We don’t want to have the system being able to run being dependent on SD card basically.
Another idea is to have the main airframe on the Flash and the rest of airframes on SD Card.
- fix(gz_bridge): suppress protobuf Resize() deprecation warning on macOS by farhangnaderi · Pull Request #27553 · PX4/PX4-Autopilot · GitHub
(ifdef in GZbridge to point to the specific version)