# PX4-Autopilot v1.17.0 Release Notes

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

This contains changes in PX4 v1.17 (since the last major release [PX v1.16](../releases/1.16.md)). :::warning PX4 v1.17 is in alpha/beta testing. Update these notes with features that are going to be in PX4 v1.17 release. New features that are not expected to go into the v1.17 release are in [PX4-Autopilot `main` Release Notes](../releases/main.md). ::: ## Read Before Upgrading TBD … Please continue reading for [upgrade instructions](#upgrade-guide). ## Major Changes - TBD ## Upgrade Guide ## Other changes ### Hardware Support - **[New Hardware]** boards: [MicoAir743-Lite FC](../flight_controller/micoair743-lite.md) - **[New Hardware]** boards: [RadiolinkPIX6 FC](../flight_controller/radiolink_pix6.md) - **[New Hardware]** boards: [AP-H743-R1 FC](../flight_controller/x-mav_ap-h743r1.md) ### 제어 - [MC Neural Network Module](../advanced/neural_networks.md) ### Estimation - TBD ### 시뮬레이션 - Overhaul rover simulation: - Add synthetic differential rover model: [PX4-gazebo-models#107](https://github.com/PX4/PX4-gazebo-models/pull/107) - Add synthetic mecanum rover model: [PX4-gazebo-models#113](https://github.com/PX4/PX4-gazebo-models/pull/113) - Update synthetic ackermann rover model: [PX4-gazebo-models#117](https://github.com/PX4/PX4-gazebo-models/pull/117) - [Simulation-in-Hardware (SIH)](../sim_sih/index.md#compatibility) - New simulation: MC Hexacopter X - New simulation: Ackermann Rover ### Debug & Logging - TBD ### Ethernet - TBD ### uXRCE-DDS / Zenoh / ROS2 - [PX4 ROS 2 Interface Library](../ros2/px4_ros2_control_interface.md) support for [Fixed Wing lateral/longitudinal setpoint](../ros2/px4_ros2_control_interface.md#fixed-wing-lateral-and-longitudinal-setpoint-fwlaterallongitudinalsetpointtype) (`FwLateralLongitudinalSetpointType`) and [VTOL transitions](../ros2/px4_ros2_control_interface.md#controlling-a-vtol). ([PX4-Autopilot#24056](https://github.com/PX4/PX4-Autopilot/pull/24056)). - [UXRCE_DDS: Simple index based namespace (UXRCE_DDS_NS_IDX)](../middleware/uxrce_dds.md#customizing-the-namespace) - [Zenoh (PX4 ROS 2 rmw_zenoh)](../middleware/zenoh.md) ### MAVLink - TBD ### 수직이착륙기(VTOL) - TBD ### Fixed-wing - [Fixed Wing Takeoff mode](../flight_modes_fw/takeoff.md) 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](https://github.com/PX4/PX4-Autopilot/pull/25083)). - Automatically suppress angular rate oscillations using [Gain compression](../features_fw/gain_compression.md). ([PX4-Autopilot#25840: FW rate control: add gain compression algorithm](https://github.com/PX4/PX4-Autopilot/pull/25840)) ### 탐사선 - Removed deprecated rover module ([PX4-Autopilot#25054](https://github.com/PX4/PX4-Autopilot/pull/25054)). - Add support for [Apps & API](../flight_modes_rover/api.md) including [Rover Setpoints](../ros2/px4_ros2_control_interface.md#rover-setpoints) ([PX4-Autopilot#25074](https://github.com/PX4/PX4-Autopilot/pull/25074), [PX4-ROS2-Interface-Lib#140](https://github.com/Auterion/px4-ros2-interface-lib/pull/140)). - Update [rover simulation](../frames_rover/index.md#simulation) ([PX4-Autopilot#25644](https://github.com/PX4/PX4-Autopilot/pull/25644)) (see [Simulation](#simulation) release note for details). ### ROS 2 - TBD