gguidone 83c4f4e580
Build all targets / Scan for Board Targets (push) Canceled after 0s
Sync ROS 2 messages to px4_msgs / sync_to_px4_msgs (push) Canceled after 0s
Build all targets / Seed [${{ matrix.chip_family }}] (push) Canceled after 0s
Build all targets / Build [${{ matrix.runner }}][${{ matrix.group }}] (push) Canceled after 0s
Build all targets / Upload Artifacts (push) Canceled after 0s
feat(boards/px4/fmu-v4): drop UAVCAN, uxrce_dds_client, mag bias estimator and SIH
This board is at 94.7% flash on main and out of heap before MAVLink starts
(#28109), so it needs static RAM back, not only flash.

Measured by building fmu-v4 with and without each:

  UAVCAN               flash -147276 B   static RAM -3520 B
  uxrce_dds_client     flash  -59508 B   static RAM   -64 B

Effect: 3652 B of static RAM and 207 kB of flash returned.

UAVCAN is the only module here that returns meaningful RAM, and it is paid even
though the driver never starts, since UAVCAN_ENABLE defaults to 0. For contrast,
dropping five other modules including attitude_estimator_q and
local_position_estimator returned 128 B, so module removal is otherwise a flash
lever only. The UAVCAN driver costing 3.5 kB of .bss wherever it is compiled in
and not started is worth fixing properly for every constrained board.

This is a trade and is offered as one. A Pixracer with a DroneCAN GPS or CAN ESCs
loses them and must set CONFIG_DRIVERS_UAVCAN=y in a local build.
mag_bias_estimator is likewise a deliberate feature removal: MBE_ENABLE defaults
to 1 and rcS starts it, so pre-takeoff continuous magnetometer calibration goes
away on this board. SIH never runs on hardware and uxrce_dds_client only starts
when UXRCE_DDS_CFG points at a port, so neither holds heap today.

(cherry picked from commit 6388739efb)
2026-08-08 20:31:58 -07:00
2026-08-07 07:48:06 +00:00

PX4 Autopilot

The autopilot stack the industry builds on.

Release DOI Discord

OpenSSF Best Practices LFX Health Score LFX Contributors LFX Active Contributors


About

PX4 is an open-source autopilot stack for drones and unmanned vehicles. It supports multirotors, fixed-wing, VTOL, rovers, and many more experimental platforms from racing quads to industrial survey aircraft. It runs on NuttX, Linux, and macOS. Licensed under BSD 3-Clause.

Why PX4

Modular architecture. PX4 is built around uORB, a DDS-compatible publish/subscribe middleware. Modules are fully parallelized and thread safe. You can build custom configurations and trim what you don't need.

Wide hardware support. PX4 runs on a wide range of autopilot boards and supports an extensive set of sensors, telemetry radios, and actuators through the Pixhawk ecosystem.

Developer friendly. First-class support for MAVLink and DDS / ROS 2 integration. Comprehensive SITL simulation, hardware-in-the-loop testing, and log analysis tools. An active developer community on Discord and the weekly dev call.

Vendor neutral governance. PX4 is hosted under the Dronecode Foundation, part of the Linux Foundation. Business-friendly BSD-3 license. No single vendor controls the roadmap.

Supported Vehicles

Multicopter
Multicopter
Fixed Wing
Fixed Wing
VTOL
VTOL
Rover
Rover

…and many more: helicopters, autogyros, airships, submarines, boats, and other experimental platforms. These frames have basic support but are not part of the regular flight-test program. See the full airframe reference.

Try PX4

Run PX4 in simulation with a single command. No build tools, no dependencies beyond Docker:

docker run --rm -it -p 14550:14550/udp px4io/px4-sitl:latest

Open QGroundControl and fly. See PX4 Simulation Quickstart for more options.

Build from Source

git clone https://github.com/PX4/PX4-Autopilot.git --recursive
cd PX4-Autopilot
make px4_sitl

Note

See the Development Guide for toolchain setup and build options.

Documentation & Resources

Resource Description
User Guide Build, configure, and fly with PX4
Developer Guide Modify the flight stack, add peripherals, port to new hardware
Airframe Reference Full list of supported frames
Autopilot Hardware Compatible flight controllers
Release Notes What's new in each release
Contribution Guide How to contribute to PX4

Community

Contributing

We welcome contributions of all kinds — bug reports, documentation, new features, and code reviews. Please read the Contribution Guide to get started.

Citation

If you use PX4 in academic work, please cite it. BibTeX:

@software{px4_autopilot,
  author    = {Meier, Lorenz and {The PX4 Contributors}},
  title     = {{PX4 Autopilot}},
  publisher = {Zenodo},
  doi       = {10.5281/zenodo.595432},
  url       = {https://px4.io}
}

The DOI above is a Zenodo concept DOI that always resolves to the latest release. For a version-pinned citation, see the Zenodo record or our CITATION.cff.

Governance

The PX4 Autopilot project is hosted by the Dronecode Foundation, a Linux Foundation Collaborative Project. Dronecode holds all PX4 trademarks and serves as the project's legal guardian, ensuring vendor-neutral stewardship — no single company owns the name or controls the roadmap. The source code is licensed under the BSD 3-Clause license, so you are free to use, modify, and distribute it in your own projects.

Dronecode Logo

Languages
C++ 50.1%
C 36.7%
CMake 4.5%
Python 4%
Linker Script 3%
Other 1.5%