Skip to content

Commit

Permalink
stable release v6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Feb 3, 2023
1 parent fbb8951 commit b06828e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,34 @@
Paparazzi v6.2.0_stable
=======================

Stable version release v6.2.
The biggest change is the reorganization of the airborne code for AP and FBW.
FBW is now merged with AP in normal operation (so single thread) and the
main_ap code is common for all firmwares.

General
-------
- Improve documentation for sphinx
- fix Ivy for mutex (#2835)
- support for rover with steering wheel (#2845)
- use new PprzGCS as default
- use Python PPRZ center as default
- cleaning outdated confs (#2881)
- update docker, mavlink, libopencm3, hacl-c, bmp_swd scripts
- display object from natnet tool (#2958)

Airborne
--------
- merge AP/FBW in normal operation (#2828)
- improve EKF2 support (#2833) (#2835) (#2850) (#2829)
- small bug fixes
- support for H7 with ChibiOS (#2859)
- usb serial for ChibiOS (#2878)
- multi IMU support (#2890)
- add new modules: tag_tracking (#2931), QMC5883L mag driver
- fix PVT message support for UBlox (#2939)


Paparazzi v6.1.0_stable
=====================

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/source/quickstart/install.rst
Expand Up @@ -53,7 +53,7 @@ Clone the repository:

.. code-block:: bash
git checkout -b v6.1 upstream/v6.1
git checkout -b v6.2 upstream/v6.2
Get the submodules and build Paparazzi. This step might take a long time the first time you launch it:

Expand Down
2 changes: 1 addition & 1 deletion paparazzi_version
@@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v6.2_unstable
DEF_VER=v6.2.0_stable

# First try git describe (if running on a git repo),
# then use default version from above (for release tarballs).
Expand Down

0 comments on commit b06828e

Please sign in to comment.