Skip to content

Releases: PX4/PX4-Autopilot

v1.15.0 Beta 1

23 Apr 13:43
v1.15.0-beta1
Compare
Choose a tag to compare
v1.15.0 Beta 1 Pre-release
Pre-release
v1.15.0-beta1

v1.15.0 Beta 1

Stable Release v1.14.0

20 Oct 00:55
v1.14.0
Compare
Choose a tag to compare

Major Changes

  • Dynamic Control Allocation
  • Improved Preflight Failure Check Reporting
  • Failsafe Simplification and Simulation
  • Default Simulation is now New Gazebo
  • Improved ROS 2 Interface thanks to uXRCE-DDS

Read Before Upgrading

The v1.14 release includes a few breaking changes for users upgrading from previous versions, in particular we are moving away from using mixer files to define the vehicle geometry, motor mappings and actuators.

Additionally, we deprecated the Fast-RTPS interface used by ROS 2 in favor of a much cleaner solution that doesn't require a custom build target, and goes away with the additional message generation step.

Please see our detailed upgrade instructions on our docs.

Dynamic Control Allocation

We are very excited to enable the new dynamic control allocation by default; it allows users to define vehicle configurations at runtime without needing a mixer file, thanks to the new vehicle setup dashboard in QGroundControl.

Improved Preflight Failure Check Reporting (QGC Arming Checks UI)

PX4 v1.14 adds much improved preflight failure reporting through the events interface. If the vehicle won't arm, you can more easily find out why in the QGC Arming Checks UI (opens new window). No more wondering if it's a problem with the safety switch, a poor calibration, or something in the internals of the estimator!

As part of this change, it is now possible to switch to any mode when disarmed (previously you could not switch to a mode that required GPS if you didn't have a good position estimate). PX4 will only allow you to arm when the conditions for the current mode are met, and will report failure checks that are not relevant to the current mode as warnings.

Failsafe Simplification

Safety Failsafe handling has been simplified, in particular with respect to what happens if a failsafe is triggered when another failsafe is already in progress.

There is now a hold delay before the action is performed, giving the user time to override the failsafe if needed.
If multiple failsafes are triggered, the more severe action is taken. For example if both RC and GPS are lost, and manual control loss is set to Return mode and GCS link loss to Land, Land is executed.
The new Failsafe State Machine Simulation allows you to test failsafe behaviour under all possible configurations and conditions.

New Gazebo

Given the recent changes (opens new window) by the Open Robotics simulation team, we are introducing name changes for our gazebo simulations, mirroring Open Robotics naming scheme, starting with v1.14:

Ignition Gazebo (opens new window) to Gazebo
Gazebo (opens new window) to Gazebo Classic.
Most importantly this affects the PX4 build target names as well:

Gazebo targets are prefixed with gz_ (e.g. make px4_sitl gz_x500).
Gazebo Classic make targets are now prefixed with gazebo-classic_ (e.g., make px4_sitl gazebo-classic_cloudship).

Improved ROS 2 Interface via uXRCE-DDS

We updated the ROS 2 interface, replacing Fast-RTPS (opens new window) with uXRCE-DDS, resulting in an improved experience across the board. The change also avoids the need for _rtps build targets, enabling the interface on even more targets by default.

Full changelog available here

v1.14.0-rc1

27 Jul 23:59
v1.14.0-rc1
Compare
Choose a tag to compare
v1.14.0-rc1 Pre-release
Pre-release

Release Candidate v1.14.0

What's Changed

  • [New] Dynamic Control Allocation
  • [New] Default simulation is now New Gazebo
  • [New] Improved ROS 2 Interface thanks to uXRCE-DDS

Read Before Upgrading

The v1.14 release includes a few breaking changes for users upgrading from previous versions. In particular, we are moving away from using mixer files to define the vehicle geometry, motor mappings, and actuators.

Additionally, we deprecated the Fast-RTPS interface in favor of a much cleaner solution that doesn't require a custom build target and goes away with the additional message generation step.

Please read the full release notes for recommended steps for upgrading users.

Changes between releases

Since beta2 ~ RC1

v1.14.0-beta2...v1.14.0-rc1

Changelog since v1.13.3

v1.13.3...v1.14.0-rc1

Stable Release v1.13.3

14 Mar 01:16
v1.13.3
1c8ab2a
Compare
Choose a tag to compare

Stable Release v1.13.3

What's Changed

  • [New] CUAV Pixhawk V6X #21221
  • [New] Holybro Pixhawk 6C Mini #21227
  • [New] ARK PAB Carrier #21104
  • [Fix] Cube Orange: enable mavlink_shell #20868
  • [Fix] mRo Pixracer Pro: Configure FRAM for mRo PixracerPro. #21161
  • [Fix] mRo Pixracer Pro: fix voltage/current monitoring #19757
  • [Fix] Add support for ROS2 Humble for the microRTPS bridge #20968

Full Changelog: v1.13.2...v1.13.3

Stable Release v1.13.2

22 Nov 08:24
v1.13.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.1...v1.13.2

Stable Release v1.13.1

12 Oct 15:48
v1.13.1
dc7f29e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.13.1

Stable Release v1.13.0

22 Jun 04:54
v1.13.0
6823cbc
Compare
Choose a tag to compare

This is the v1.13 stable release, which brings a number of significant improvements to PX4:

The full release notes are here: https://docs.px4.io/master/en/releases/1.13.html

Common

Sensors

Hardware

MAVLink

  • MAVLink triggered parachute system support (PR#18589)

Estimation

  • EKF2 barometer bias estimator
  • EKF2 range finder kinematic consistency check
  • EKF2 propeller momentum drag coefficient used for multi-rotor wind estimation.
  • incremental accel and gyro auto-calibration
  • dedicated magnetometer bias estimator for easy preflight calibration

Control

  • Dynamic Control Allocation (PR#18776)
    • Disabled by default, see usage instructions to get started
    • Easy and flexible actuator configuration
    • Support for more hardware setups without manual mixer file adjustments
    • Possibility to dynamically adjust allocation in flight e.g. rotor loss

CAN

  • UAVCANv1 aka OpenCyphal
  • DroneCAN
    • Battery Support
    • Hygrometer Support
    • Internal Combustion Engine (ICE)
    • Log message handling from CAN nodes

Full Changelog:

Full Changelog: v1.12.0...v1.13.0

v1.13.0-rc1

01 Jun 03:39
v1.13.0-rc1
0bddca6
Compare
Choose a tag to compare
v1.13.0-rc1 Pre-release
Pre-release

PX4 stable v1.13.0 first release candidate

v1.13.0 Beta 1

26 Apr 12:49
v1.13.0-beta1
Compare
Choose a tag to compare
v1.13.0 Beta 1 Pre-release
Pre-release
v1.13.0-beta1

v1.13.0 Beta 1

Stable Release v1.12.3

06 Sep 16:02
v1.12.3
2e8918d
Compare
Choose a tag to compare
  • Enable Cube Orange built in ADS-B receiver by default: #18188
  • fixed flash overflow on px4_fmu-v2_default and px4_fmu-v5_optimized