mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +08:00
stable release v6.1
This commit is contained in:
@@ -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
|
||||
========================
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
+1
-1
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user