stable release v6.1

This commit is contained in:
Gautier Hattenberger
2022-01-27 22:03:39 +01:00
parent 99ead51a1e
commit 3508db6817
3 changed files with 17 additions and 2 deletions
+15
View File
@@ -1,3 +1,18 @@
Paparazzi v6.1.0_stable
=====================
Stable version release v6.1. This version is an intermediate step towards
deaper changes planned for the series 6.
Since the previous RC (6.0.0_testing), new additions are
- collection of small fixes: (#2809) (#2812) (#2811)
- adaptive navigation patterns (#2813)
- fix Gazebo coordinate transform (#2808)
- documentation (#2815) (#2816)
- improve system identification tools (#2810)
Paparazzi v6.0.0_testing Paparazzi v6.0.0_testing
======================== ========================
+1 -1
View File
@@ -51,7 +51,7 @@ Clone the repository:
.. code-block:: bash .. code-block:: bash
git checkout -b v5.18 upstream/v5.18 git checkout -b v6.1 upstream/v6.1
Get the submodules and build Paparazzi. This step might take a long time the first time you launch it: Get the submodules and build Paparazzi. This step might take a long time the first time you launch it:
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
DEF_VER=v6.0.0_testing DEF_VER=v6.1.0_stable
# First try git describe (if running on a git repo), # First try git describe (if running on a git repo),
# then use default version from above (for release tarballs). # then use default version from above (for release tarballs).