mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 10:37:36 +08:00
06d25b9400
* [Doc] FW Takeoff update for waypoint and position loss + relnote * Update docs/en/flight_modes_fw/takeoff.md Co-authored-by: Silvan Fuhrer <silvan@auterion.com> * Update for clarity * Update docs/en/flight_modes_fw/takeoff.md --------- Co-authored-by: Silvan Fuhrer <silvan@auterion.com>
2.3 KiB
2.3 KiB
PX4-Autopilot Main Release Notes
<script setup> import { useData } from 'vitepress' const { site } = useData(); </script>This page is on a release branch, and hence probably out of date. See the latest version.
This contains changes to PX4 main branch since the last major release (PX v1.16).
::: warning
PX4 v1.16 is in candidate-release testing, pending release.
Update these notes with features that are going to be in main but not the PX4 v1.16 release.
:::
Read Before Upgrading
TBD …
Please continue reading for upgrade instructions.
Major Changes
- TBD
Upgrade Guide
Other changes
Hardware Support
- TBD
Common
- QGroundControl Bootloader Update via the 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).
Control
- TBD
Estimation
- TBD
Sensors
- TBD
Simulation
- TBD
Ethernet
- TBD
uXRCE-DDS / ROS2
- PX4 ROS 2 Interface Library support for Fixed Wing lateral/longitudinal setpoint (
FwLateralLongitudinalSetpointType) and VTOL transitions. (PX4-Autopilot#24056).
MAVLink
- TBD
Multi-Rotor
- TBD
VTOL
- TBD
Fixed-wing
- Fixed Wing Takeoff mode will now keep climbing with level wings on position loss. A target takeoff waypoint can be set to control takeoff course and loiter altitude. (PX4-Autopilot#25083).
Rover
- Removed deprecated rover module (PX4-Autopilot#25054).
ROS 2
- TBD