Skip to content

Commit

Permalink
stable release v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Jan 27, 2022
1 parent 99ead51 commit 3508db6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -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
========================

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

.. 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:

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

DEF_VER=v6.0.0_testing
DEF_VER=v6.1.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 3508db6

Please sign in to comment.