Skip to content

Commit

Permalink
stable release v6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Dec 21, 2023
1 parent d509719 commit 5113a21
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
Paparazzi v6.3.0_stable
=======================

Stable version release v6.3.
The main changes are the improvement of the modules dependency mananagement,
an in-depth rewrite of the navigation/guidance layer for rotorcraft allowing
a better integration of hybrid airframes, the support for STM32H7 and some new
drivers, the rework of hardware in the loop (HITL) simulation
and the replacement of legacy ocaml sim by a NPS-based version.

- documentation (#2981) (#2980) (#2979) (#2978) (#2973) (#2972)
- python plotter (#2997)
- new navigation for rotorcraft (#2964) (#3004)(#3006) (#3108)
- new boards with STM32H7 (#3001) (#3017) (#3199)
- improve modules dependency algorithm (#3005) (#3009)
- new navigation and sensors modules (#3010) (#3021) (#3039) (#3067) (#3074) (#3088) (#3077)
- PyBullet backend for NPS (#3024)
- Mavlink update to v2
- Improvements to INDI stabilization and guidance

And also many other improvements and corrections...


Paparazzi v6.2.0_stable
=======================

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

.. code-block:: bash
git checkout -b v6.2 upstream/v6.2
git checkout -b v6.4 upstream/v6.3

This comment has been minimized.

Copy link
@dewagter

dewagter Dec 22, 2023

Member

little confusing: isn't the even number a stable version?

This comment has been minimized.

Copy link
@gautierhattenberger

gautierhattenberger Dec 22, 2023

Author Member

It was like this in series 5 and before, but I changed for series 6 because it was not helping that much in the end (there is a v6.1 stable).
It seems that I'm still a bit too much use to have even numbers for stable after all... I will fix this, sorry.

This comment has been minimized.

Copy link
@dewagter

dewagter via email Dec 22, 2023

Member
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.3_unstable
DEF_VER=v6.4.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 5113a21

Please sign in to comment.