From 6909ea345febbfe0bd4f7eb080b2248aa2e34ff6 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 28 May 2026 17:50:44 +1000 Subject: [PATCH] docs(docs): PX4 v1.17 now stable changes (#27485) --- docs/.vitepress/config.mjs | 3 +- docs/en/SUMMARY.md | 5 +- docs/en/releases/1.12.md | 12 +++ docs/en/releases/1.13.md | 12 +++ docs/en/releases/1.14.md | 12 +++ docs/en/releases/1.15.md | 12 +++ docs/en/releases/1.16.md | 12 ++- docs/en/releases/1.17.md | 5 +- docs/en/releases/1.18.md | 149 ++++++++++++++++++++++++++++ docs/en/releases/index.md | 17 +++- docs/en/releases/main.md | 72 +++----------- docs/en/releases/release_process.md | 12 +++ 12 files changed, 257 insertions(+), 66 deletions(-) create mode 100644 docs/en/releases/1.18.md diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index c12b4e27ef..4b8844b122 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -198,7 +198,8 @@ export default defineConfig({ text: "Version", items: [ { text: "main", link: "https://docs.px4.io/main/en/" }, - { text: "v1.16 (stable)", link: "https://docs.px4.io/v1.16/en/" }, + { text: "v1.17 (stable)", link: "https://docs.px4.io/v1.17/en/" }, + { text: "v1.16", link: "https://docs.px4.io/v1.16/en/" }, { text: "v1.15", link: "https://docs.px4.io/v1.15/en/" }, { text: "v1.14", link: "https://docs.px4.io/v1.14/en/" }, { text: "v1.13", link: "https://docs.px4.io/v1.13/en/" }, diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index 68eba25f8e..898a516c6a 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -946,8 +946,9 @@ - [Releases](releases/index.md) - [Release Process](releases/release_process.md) - [main (alpha)](releases/main.md) - - [1.17 (alpha)](releases/1.17.md) - - [1.16 (stable)](releases/1.16.md) + - [v1.18 (alpha)](releases/1.18.md) + - [1.17 (stable)](releases/1.17.md) + - [1.16](releases/1.16.md) - [1.15](releases/1.15.md) - [1.14](releases/1.14.md) - [1.13](releases/1.13.md) diff --git a/docs/en/releases/1.12.md b/docs/en/releases/1.12.md index 60b1c0b7ff..5d289363aa 100644 --- a/docs/en/releases/1.12.md +++ b/docs/en/releases/1.12.md @@ -1,5 +1,17 @@ # Release 1.12 + + +
+
+

This page is on a release branch, and hence probably out of date. See the latest version.

+
+ +
+ - [Release 1.12](#release-1-12) - [Pre Releases](#pre-releases) - [Changes](#changes) diff --git a/docs/en/releases/1.13.md b/docs/en/releases/1.13.md index 7357fe68cd..4a47501302 100644 --- a/docs/en/releases/1.13.md +++ b/docs/en/releases/1.13.md @@ -1,5 +1,17 @@ # Release 1.13 + + +
+
+

This page is on a release branch, and hence probably out of date. See the latest version.

+
+ +
+ - [Release 1.13](#release-1-13) - [Pre Releases](#pre-releases) - [Changes](#changes) diff --git a/docs/en/releases/1.14.md b/docs/en/releases/1.14.md index 85548b2ac8..ed77848d91 100644 --- a/docs/en/releases/1.14.md +++ b/docs/en/releases/1.14.md @@ -1,5 +1,17 @@ # PX4-Autopilot v1.14 Release Notes + + +
+
+

This page is on a release branch, and hence probably out of date. See the latest version.

+
+ +
+ ## 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. diff --git a/docs/en/releases/1.15.md b/docs/en/releases/1.15.md index 942c0213db..b54bf1bed7 100644 --- a/docs/en/releases/1.15.md +++ b/docs/en/releases/1.15.md @@ -1,5 +1,17 @@ # PX4-Autopilot v1.15 Release Notes + + +
+
+

This page is on a release branch, and hence probably out of date. See the latest version.

+
+ +
+ The v1.15 release brings lots of new upgrades and fixes, thanks in part to the tremendous community response to the 1.14 release. In particular, PX4 v1.15 brings significant improvements for developers and integrators using PX4 as a target through [ROS 2](../ros2/index.md) and the [uXRCE-DDS middleware](../middleware/uxrce_dds.md). In addition to networking and middleware updates, the new [PX4 ROS 2 Interface Library](../ros2/px4_ros2_interface_lib.md) allows flight modes written as ROS 2 applications to be peers of PX4 flight modes. diff --git a/docs/en/releases/1.16.md b/docs/en/releases/1.16.md index e4aa448dd6..803a2ffc08 100644 --- a/docs/en/releases/1.16.md +++ b/docs/en/releases/1.16.md @@ -1,6 +1,16 @@ # PX4-Autopilot v1.16.0 Release Notes - + + +
+
+

This page is on a release branch, and hence probably out of date. See the latest version.

+
+ +
PX4 v1.16 builds on the momentum of v1.15 with significant new features and expanded hardware support thanks to our community contributions. This release introduces bidirectional DShot support sponsored by ARK, a full rover rework with dedicated firmware builds and modular control modes for Ackermann, differential and mecanum rovers, and a switch to Gazebo Harmonic LTS for more reliable simulation. diff --git a/docs/en/releases/1.17.md b/docs/en/releases/1.17.md index b7a8c847e8..07266225b8 100644 --- a/docs/en/releases/1.17.md +++ b/docs/en/releases/1.17.md @@ -1,6 +1,6 @@ # PX4-Autopilot v1.17.0 Release Notes - + + +
+
+

This page is on a release branch, and hence possibly out of date. See the latest version.

+
+ +
+ +PX4 v1.18 builds on [PX4 v1.17](../releases/1.17.md) + +::: warning +PX4 v1.18 is in alpha testing. +Update these notes with features that are going to be in `v1.18`. +For new features that aren't going into v1.18, update [`main`](../releases/main.md). +::: + +## Read Before Upgrading + +- Log rotation is now enabled by default. Previously, a single log file grew for the entire flight and old logs were only deleted at boot once free space fell below a fixed 300 MB floor. The logger now caps each log file at [SDLOG_MAX_SIZE](../advanced_config/parameter_reference.md#SDLOG_MAX_SIZE) (new parameter, default `1024` MB) and keeps a configurable percentage of the disk free via [SDLOG_ROTATE](../advanced_config/parameter_reference.md#SDLOG_ROTATE) (new parameter, default `90`, so at least 10% free). Cleanup runs at log start rather than boot, so logs can still be downloaded via FTP before they are deleted. See [Log Cleanup](../dev_log/logging.md#log-cleanup) for details. +- `SDLOG_DIRS_MAX` behaviour changed: it is now an orthogonal directory-count cap that runs on top of the new space-based cleanup, and the default is `0` (disabled). Previously it enforced a fixed ~300 MB free-space floor even when set to `0`. If you relied on that implicit floor, set [SDLOG_ROTATE](../advanced_config/parameter_reference.md#SDLOG_ROTATE) instead. + +Please continue reading for [upgrade instructions](#upgrade-guide). + +## Major Changes + +- TBD + +## Upgrade Guide + +## Other changes + +### Hardware Support + +- TBD + +### Common + +- [Remote ID (Open Drone ID) in-flight failsafe](../peripherals/remote_id.md): extended [COM_ARM_ODID](../advanced_config/parameter_reference.md#COM_ARM_ODID) to also trigger a configurable failsafe action (Return, Land, or Terminate) if the Remote ID heartbeat is lost while airborne. Users previously on `COM_ARM_ODID=2` retain the same arming behaviour; set to `3` or higher to enable the in-flight action. ([PX4-Autopilot#27029](https://github.com/PX4/PX4-Autopilot/pull/27029)) +- [QGroundControl Bootloader Update](../advanced_config/bootloader_update.md#qgc-bootloader-update-sys-bl-update) via the [SYS_BL_UPDATE](../advanced_config/parameter_reference.md#SYS_BL_UPDATE) parameter has been re-enabled after being broken for a number of releases. ([PX4-Autopilot#25032: build: romf: fix generation of rc.board_bootloader_upgrade](https://github.com/PX4/PX4-Autopilot/pull/25032)). +- [Feature: Allow prioritization of manual control inputs based on their instance number in ascending or descending order](../config/manual_control.md#px4-configuration). ([PX4-Autopilot#25602: Ascending and descending manual control input priorities](https://github.com/PX4/PX4-Autopilot/pull/25602)). + +### Control + +- Added new flight mode(s): [Altitude Cruise (MC)](../flight_modes_mc/altitude_cruise.md), Altitude Cruise (FW). + For fixed-wing the mode behaves the same as Altitude mode but you can disable the manual control loss failsafe. ([PX4-Autopilot#25435: Add new flight mode: Altitude Cruise](https://github.com/PX4/PX4-Autopilot/pull/25435)). + +### Safety + +- Rotary-wing vehicles now support uncommanded altitude loss detection: if the vehicle descends more than [FD_ALT_LOSS](../advanced_config/parameter_reference.md#FD_ALT_LOSS) meters below its setpoint in altitude-controlled flight, flight termination (and parachute deployment) is triggered. See [Altitude Loss Trigger](../config/safety.md#altitude-loss-trigger). ([PX4-Autopilot#26837](https://github.com/PX4/PX4-Autopilot/pull/26837)) +- [Parachute health failsafe](../peripherals/parachute.md): extended [COM_PARACHUTE](../advanced_config/parameter_reference.md#COM_PARACHUTE) from a boolean into a configurable in-flight failsafe action (Return or Land) parameter. The previously enabled value `COM_PARACHUTE=1` causes a warning like before. ([PX4-Autopilot#26918](https://github.com/PX4/PX4-Autopilot/pull/26918)) +- [GNSS check failsafe](../config/safety.md#gnss-check-failsafe): new failsafe that monitors the number of usable GNSS receivers with a 3D fix and their position consistency. The required number of receivers is set via [SYS_HAS_NUM_GNSS](../advanced_config/parameter_reference.md#SYS_HAS_NUM_GNSS) and the failsafe action via [COM_GNSSLOSS_ACT](../advanced_config/parameter_reference.md#COM_GNSSLOSS_ACT). ([PX4-Autopilot#26863](https://github.com/PX4/PX4-Autopilot/pull/26863)) + +### Estimation + +- Added [EKF2_POS_LOCK](../advanced_config/parameter_reference.md#EKF2_POS_LOCK) to force constant position fusion while landed, useful for vehicles relying on dead-reckoning sensors (airspeed, optical flow) that provide no aiding on the ground. + +### Sensors + +- Add [sbgECom INS driver](../sensor/sbgecom.md) ([PX4-Autopilot#24137](https://github.com/PX4/PX4-Autopilot/pull/24137)) +- Quick magnetometer calibration now supports specifying an arbitrary initial heading ([PX4-Autopilot#24637](https://github.com/PX4/PX4-Autopilot/pull/24637)) + +### Simulation + +- SIH: Add option to set wind velocity ([PX4-Autopilot#26467](https://github.com/PX4-Autopilot/pull/26467)) + + + +### Debug & Logging + +- [Asset Tracking](../debug/asset_tracking.md): Automatic tracking and logging of external device information including vendor name, firmware and hardware version, serial numbers. Currently supports DroneCAN devices. ([PX4-Autopilot#25617](https://github.com/PX4/PX4-Autopilot/pull/25617)) +- Logger: support for small flash storage (e.g. 128 MB W25N NAND on kakuteh7mini, kakuteh7v2, airbrainh743). Logs can now be written directly to an internal littlefs volume instead of requiring an SD card. +- Logger: reworked log rotation and cleanup. Log rotation is now on by default, and cleanup runs at log start rather than boot so logs can be downloaded via FTP before being deleted. + - New [SDLOG_MAX_SIZE](../advanced_config/parameter_reference.md#SDLOG_MAX_SIZE) (default `1024` MB) caps the size of a single log file; once reached, the logger closes the current file and starts a new one. + - New [SDLOG_ROTATE](../advanced_config/parameter_reference.md#SDLOG_ROTATE) (default `90`) sets the maximum disk usage percentage. Cleanup guarantees `(100 - SDLOG_ROTATE)%` of the disk stays free at all times, even while writing a new log file. Set `0` to disable space-based cleanup, `100` to allow filling the disk completely. + - `SDLOG_DIRS_MAX` is now an orthogonal cap on the number of log directories (default `0` = disabled), on top of the space-based cleanup driven by `SDLOG_ROTATE` and `SDLOG_MAX_SIZE`. SITL defaults to `7`. +- New `mklittlefs` systemcmd for reformatting a littlefs volume from the NSH console, analogous to `mkfatfs` for FAT filesystems. + +### Ethernet + +- TBD + +### uXRCE-DDS / Zenoh / ROS2 + +- TBD + + + +### MAVLink + +- Removed support for deprecated request commands `MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES`, `MAV_CMD_REQUEST_PROTOCOL_VERSION`, `MAV_CMD_GET_HOME_POSITION`, `MAV_CMD_REQUEST_FLIGHT_INFORMATION`, `MAV_CMD_REQUEST_STORAGE_INFORMATION` (Replaced by `MAV_CMD_REQUEST_MESSAGE`). + ([PX4-Autopilot#27251: fix(mavlink): Remove deprecated MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES](https://github.com/PX4/PX4-Autopilot/pull/27251), [PX4-Autopilot#27252: fix(mavlink): Remove legacy mavlink message requestors#27252](https://github.com/PX4/PX4-Autopilot/pull/27252)) + +### RC + +- Parse ELRS Status and Link Statistics TX messages in the CRSF parser. + +### Multi-Rotor + +- Removed parameters `MPC_{XY/Z/YAW}_MAN_EXPO` and use default value instead, as they were not deemed necessary anymore. ([PX4-Autopilot#25435: Add new flight mode: Altitude Cruise](https://github.com/PX4/PX4-Autopilot/pull/25435)). +- Renamed `MPC_HOLD_DZ` to `MAN_DEADZONE` to have it globally available in modes that allow for a dead zone. ([PX4-Autopilot#25435: Add new flight mode: Altitude Cruise](https://github.com/PX4/PX4-Autopilot/pull/25435)). + +### VTOL + +- TBD + +### Fixed-wing + +- TBD + + + +### Rover + +- TBD + + + +### ROS 2 + +- TBD diff --git a/docs/en/releases/index.md b/docs/en/releases/index.md index 229e0d3b80..448040a775 100644 --- a/docs/en/releases/index.md +++ b/docs/en/releases/index.md @@ -1,9 +1,22 @@ # Releases + + +
+
+

This page is on a release branch, and hence probably out of date. See the latest version.

+
+ +
+ A list of PX4 release notes, they contain a list of the changes that went into each release, explaining the included features, bug fixes, deprecations and updates in detail. -- [main](../releases/main.md) (changes planned for v1.18 or later) -- [v1.17](../releases/1.17.md) (changes in v1.17, since v1.16) +- [main](../releases/main.md) (changes planned for v1.19 or later) +- [v1.18](../releases/1.18.md) (changes in v1.18, since v1.17) +- [v1.17](../releases/1.17.md) - [v1.16](../releases/1.16.md) - [v1.15](../releases/1.15.md) - [v1.14](../releases/1.14.md) diff --git a/docs/en/releases/main.md b/docs/en/releases/main.md index 71985ff278..26a8dbdab8 100644 --- a/docs/en/releases/main.md +++ b/docs/en/releases/main.md @@ -13,17 +13,16 @@ const { site } = useData(); -This contains changes to PX4 `main` branch since the last major release ([PX v1.16](../releases/1.16.md)). +This contains changes to PX4 `main` branch after the next major release ([PX v1.18](../releases/1.16.md)). ::: warning -PX4 v1.17 is in alpha/beta testing. -Update these notes with features that are going to be in `main` (PX4 v1.18 or later) but not the PX4 v1.17 release. +PX4 v1.18 is in alpha/beta testing. +Update these notes with features that are going to be in `main` (PX4 v1.18 or later) but not the PX4 v1.18 release. ::: ## Read Before Upgrading -- Log rotation is now enabled by default. Previously, a single log file grew for the entire flight and old logs were only deleted at boot once free space fell below a fixed 300 MB floor. The logger now caps each log file at [SDLOG_MAX_SIZE](../advanced_config/parameter_reference.md#SDLOG_MAX_SIZE) (new parameter, default `1024` MB) and keeps a configurable percentage of the disk free via [SDLOG_ROTATE](../advanced_config/parameter_reference.md#SDLOG_ROTATE) (new parameter, default `90`, so at least 10% free). Cleanup runs at log start rather than boot, so logs can still be downloaded via FTP before they are deleted. See [Log Cleanup](../dev_log/logging.md#log-cleanup) for details. -- `SDLOG_DIRS_MAX` behaviour changed: it is now an orthogonal directory-count cap that runs on top of the new space-based cleanup, and the default is `0` (disabled). Previously it enforced a fixed ~300 MB free-space floor even when set to `0`. If you relied on that implicit floor, set [SDLOG_ROTATE](../advanced_config/parameter_reference.md#SDLOG_ROTATE) instead. +- TBD Please continue reading for [upgrade instructions](#upgrade-guide). @@ -41,52 +40,31 @@ Please continue reading for [upgrade instructions](#upgrade-guide). ### Common -- [Remote ID (Open Drone ID) in-flight failsafe](../peripherals/remote_id.md): extended [COM_ARM_ODID](../advanced_config/parameter_reference.md#COM_ARM_ODID) to also trigger a configurable failsafe action (Return, Land, or Terminate) if the Remote ID heartbeat is lost while airborne. Users previously on `COM_ARM_ODID=2` retain the same arming behaviour; set to `3` or higher to enable the in-flight action. ([PX4-Autopilot#27029](https://github.com/PX4/PX4-Autopilot/pull/27029)) -- [QGroundControl Bootloader Update](../advanced_config/bootloader_update.md#qgc-bootloader-update-sys-bl-update) via the [SYS_BL_UPDATE](../advanced_config/parameter_reference.md#SYS_BL_UPDATE) parameter has been re-enabled after being broken for a number of releases. ([PX4-Autopilot#25032: build: romf: fix generation of rc.board_bootloader_upgrade](https://github.com/PX4/PX4-Autopilot/pull/25032)). -- [Feature: Allow prioritization of manual control inputs based on their instance number in ascending or descending order](../config/manual_control.md#px4-configuration). ([PX4-Autopilot#25602: Ascending and descending manual control input priorities](https://github.com/PX4/PX4-Autopilot/pull/25602)). +- TBD ### Control -- Added new flight mode(s): [Altitude Cruise (MC)](../flight_modes_mc/altitude_cruise.md), Altitude Cruise (FW). - For fixed-wing the mode behaves the same as Altitude mode but you can disable the manual control loss failsafe. ([PX4-Autopilot#25435: Add new flight mode: Altitude Cruise](https://github.com/PX4/PX4-Autopilot/pull/25435)). +- TBD ### Safety -- Rotary-wing vehicles now support uncommanded altitude loss detection: if the vehicle descends more than [FD_ALT_LOSS](../advanced_config/parameter_reference.md#FD_ALT_LOSS) meters below its setpoint in altitude-controlled flight, flight termination (and parachute deployment) is triggered. See [Altitude Loss Trigger](../config/safety.md#altitude-loss-trigger). ([PX4-Autopilot#26837](https://github.com/PX4/PX4-Autopilot/pull/26837)) -- [Parachute health failsafe](../peripherals/parachute.md): extended [COM_PARACHUTE](../advanced_config/parameter_reference.md#COM_PARACHUTE) from a boolean into a configurable in-flight failsafe action (Return or Land) parameter. The previously enabled value `COM_PARACHUTE=1` causes a warning like before. ([PX4-Autopilot#26918](https://github.com/PX4/PX4-Autopilot/pull/26918)) -- [GNSS check failsafe](../config/safety.md#gnss-check-failsafe): new failsafe that monitors the number of usable GNSS receivers with a 3D fix and their position consistency. The required number of receivers is set via [SYS_HAS_NUM_GNSS](../advanced_config/parameter_reference.md#SYS_HAS_NUM_GNSS) and the failsafe action via [COM_GNSSLOSS_ACT](../advanced_config/parameter_reference.md#COM_GNSSLOSS_ACT). ([PX4-Autopilot#26863](https://github.com/PX4/PX4-Autopilot/pull/26863)) +- TBD ### Estimation -- Added [EKF2_POS_LOCK](../advanced_config/parameter_reference.md#EKF2_POS_LOCK) to force constant position fusion while landed, useful for vehicles relying on dead-reckoning sensors (airspeed, optical flow) that provide no aiding on the ground. +- TBD ### Sensors -- Add [sbgECom INS driver](../sensor/sbgecom.md) ([PX4-Autopilot#24137](https://github.com/PX4/PX4-Autopilot/pull/24137)) -- Quick magnetometer calibration now supports specifying an arbitrary initial heading ([PX4-Autopilot#24637](https://github.com/PX4/PX4-Autopilot/pull/24637)) +- TBD ### Simulation -- SIH: Add option to set wind velocity ([PX4-Autopilot#26467](https://github.com/PX4-Autopilot/pull/26467)) - - +- TBD ### Debug & Logging -- [Asset Tracking](../debug/asset_tracking.md): Automatic tracking and logging of external device information including vendor name, firmware and hardware version, serial numbers. Currently supports DroneCAN devices. ([PX4-Autopilot#25617](https://github.com/PX4/PX4-Autopilot/pull/25617)) -- Logger: support for small flash storage (e.g. 128 MB W25N NAND on kakuteh7mini, kakuteh7v2, airbrainh743). Logs can now be written directly to an internal littlefs volume instead of requiring an SD card. -- Logger: reworked log rotation and cleanup. Log rotation is now on by default, and cleanup runs at log start rather than boot so logs can be downloaded via FTP before being deleted. - - New [SDLOG_MAX_SIZE](../advanced_config/parameter_reference.md#SDLOG_MAX_SIZE) (default `1024` MB) caps the size of a single log file; once reached, the logger closes the current file and starts a new one. - - New [SDLOG_ROTATE](../advanced_config/parameter_reference.md#SDLOG_ROTATE) (default `90`) sets the maximum disk usage percentage. Cleanup guarantees `(100 - SDLOG_ROTATE)%` of the disk stays free at all times, even while writing a new log file. Set `0` to disable space-based cleanup, `100` to allow filling the disk completely. - - `SDLOG_DIRS_MAX` is now an orthogonal cap on the number of log directories (default `0` = disabled), on top of the space-based cleanup driven by `SDLOG_ROTATE` and `SDLOG_MAX_SIZE`. SITL defaults to `7`. -- New `mklittlefs` systemcmd for reformatting a littlefs volume from the NSH console, analogous to `mkfatfs` for FAT filesystems. +- TBD ### Ethernet @@ -96,25 +74,17 @@ Please continue reading for [upgrade instructions](#upgrade-guide). - TBD - - ### MAVLink -- Removed support for deprecated request commands `MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES`, `MAV_CMD_REQUEST_PROTOCOL_VERSION`, `MAV_CMD_GET_HOME_POSITION`, `MAV_CMD_REQUEST_FLIGHT_INFORMATION`, `MAV_CMD_REQUEST_STORAGE_INFORMATION` (Replaced by `MAV_CMD_REQUEST_MESSAGE`). - ([PX4-Autopilot#27251: fix(mavlink): Remove deprecated MAV_CMD_REQUEST_AUTOPILOT_CAPABILITIES](https://github.com/PX4/PX4-Autopilot/pull/27251), [PX4-Autopilot#27252: fix(mavlink): Remove legacy mavlink message requestors#27252](https://github.com/PX4/PX4-Autopilot/pull/27252)) +- TBD ### RC -- Parse ELRS Status and Link Statistics TX messages in the CRSF parser. +- TBD ### Multi-Rotor -- Removed parameters `MPC_{XY/Z/YAW}_MAN_EXPO` and use default value instead, as they were not deemed necessary anymore. ([PX4-Autopilot#25435: Add new flight mode: Altitude Cruise](https://github.com/PX4/PX4-Autopilot/pull/25435)). -- Renamed `MPC_HOLD_DZ` to `MAN_DEADZONE` to have it globally available in modes that allow for a dead zone. ([PX4-Autopilot#25435: Add new flight mode: Altitude Cruise](https://github.com/PX4/PX4-Autopilot/pull/25435)). +- TBD ### VTOL @@ -124,24 +94,10 @@ Please continue reading for [upgrade instructions](#upgrade-guide). - TBD - - ### Rover - TBD - - ### ROS 2 - TBD diff --git a/docs/en/releases/release_process.md b/docs/en/releases/release_process.md index 83a2218171..fef3a9b76b 100644 --- a/docs/en/releases/release_process.md +++ b/docs/en/releases/release_process.md @@ -1,5 +1,17 @@ # Release Process + + +
+
+

This page is on a release branch, and hence probably out of date. See the latest version.

+
+ +
+ This page documents the PX4 release process for maintainers. It covers the steps from preparing a release candidate through to the final announcement. ## Overview