Skip to content

Releases: PX4/PX4-Autopilot

v1.3.0 Release RC3

05 May 15:12
Compare
Choose a tag to compare
v1.3.0 Release RC3 Pre-release
Pre-release

This fixes a wrong lowpass filter constant for battery charge level estimation. This version is also currently available on the beta branch and can be flashed by selecting the advanced options in the flash dialog and then beta.

Correct QGC version: https://github.com/mavlink/qgroundcontrol/releases/tag/v2.9.5

v1.3.0 Release RC2

05 May 16:01
Compare
Choose a tag to compare
v1.3.0 Release RC2 Pre-release
Pre-release
v1.3.0rc2

Fix battery charge level filter

1.3.0 Release RC1

03 May 09:27
Compare
Choose a tag to compare
1.3.0 Release RC1 Pre-release
Pre-release
v1.3.0rc1

First release candidate for 1.3.0 release

v1.2.0 Release

21 Feb 00:55
Compare
Choose a tag to compare

This release introduces substantial improvements of the VTOL control and autonomy code, the estimation & control library, an initial version of EKF2 and dozens of general fixes and improvements.

v1.1.3 Release

27 Jan 13:21
Compare
Choose a tag to compare

This release does add some new functionality for Pixracer, but mostly addresses issues found by users:

  • RTL: If the copter was facing away from home it would first drift off until it yawed towards home before flying back to home properly
  • Yaw handling on multicopter: The multicopter used a code path shared with VTOL and was in a suboptimal yaw control mode
  • Fixed wing: Large mixer configs were not loading correctly and aborted boot. Although not safety critical, it was locking out some fixed wing users from the last release
  • Pixracer: Enable FrSky telemetry and MAVLink OSD telemetry by default on the TELEM2 (OSD) and FrSky ports
  • Pixracer: Remove a glitch during system boot on the PWM lines
  • Lots of other smaller fixes and improvements

v1.1.2 Release

16 Jan 11:10
Compare
Choose a tag to compare

This release includes minor fixes:

  • FMUv2: Start baro on correct bus. This is a regression of the Pixracer integration and could lead to aborted boots
  • All board: Ensure that UAVCAN_ENABLE param is always loaded.

v1.1.1 Release

09 Jan 11:02
Compare
Choose a tag to compare

This release defaults MAVLink to on via USB and only offers the NSH shell via USB when the microSD card is not plugged into the autopilot.

A second huge addition is the support for log downloads through the specialised log protocol and QGroundControl (USB on any flight controller and Wifi on Pixracer are supported).

It also includes various smaller improvements and bugfixes for all airframes and boards.

v1.1.0 Release

24 Dec 08:14
Compare
Choose a tag to compare
  • Switch to CMake build system
  • Significant improvements in the user model / interaction (requires QGroundControl v2.8.0 or newer, using a daily build is recommended)
  • Full VTOL support for all three major VTOL design types enabled (Tailsitters, tiltrotors, plane + quad combination, all flight modes, still under heavy development)
  • Rattitude mode for FPV racers: Combination of attitude and rate control
  • Better altitude hold (significant improvements, but more improvements pending)
  • Support for coaxial helicopters
  • Full native SITL on Mac OS and Linux: http://dev.px4.io/simulation-sitl.html
  • Snapdragon Flight support (there is a next-generation version currently being worked on)
  • Autonomous takeoff and landing on runways for planes
  • Full support for UAVCAN, including UAVCAN-enabled motor controllers and automatic Firmware upgrades via UAVCAN (if you connect an ESC to the system, it will always be auto-upgraded)
  • New board architecture: FMUv4, with the Pixracer being the first board of the new generation: http://dev.px4.io/hardware-pixracer.html

v1.1.0 Release RC3

18 Dec 16:05
Compare
Choose a tag to compare
v1.1.0 Release RC3 Pre-release
Pre-release

This is the third v1.1.0 beta release with zero open issues for the release. This is purely for validation and will become the release unless major issues are discovered.

v1.1.0 Release RC2

17 Nov 12:06
Compare
Choose a tag to compare
v1.1.0 Release RC2 Pre-release
Pre-release

This RC2 fixes a boot issue with VTOL configurations and contains a number of other fixes and improvements