mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 21:37:24 +08:00
third release candidate for next stable release v5.4
This commit is contained in:
@@ -1,3 +1,25 @@
|
|||||||
|
Paparazzi 5.3.2_testing
|
||||||
|
=======================
|
||||||
|
|
||||||
|
Third release candidate for v5.4 stable release.
|
||||||
|
|
||||||
|
- code style: fix in (nearly) all airborne code
|
||||||
|
- support Piksi GPS modules
|
||||||
|
[#1043] (https://github.com/paparazzi/paparazzi/pull/1043)
|
||||||
|
[#957] (https://github.com/paparazzi/paparazzi/issues/957)
|
||||||
|
- fixedwing: airspeed tuning
|
||||||
|
[#877] (https://github.com/paparazzi/paparazzi/pull/877)
|
||||||
|
- linux: handle SIGINT for console debug
|
||||||
|
[#1008] (https://github.com/paparazzi/paparazzi/pull/
|
||||||
|
- rotorcraft: always allow to switch to MODE_MANUAL via RC
|
||||||
|
[#1036] (https://github.com/paparazzi/paparazzi/pull/1036)
|
||||||
|
- flight plan: use flight plan position in nps for most example files
|
||||||
|
- airframes: OBC example airframes
|
||||||
|
[#1044] (https://github.com/paparazzi/paparazzi/pull/1044)
|
||||||
|
- transitioning: fix transition offset handling
|
||||||
|
[#1045] (https://github.com/paparazzi/paparazzi/pull/1045)
|
||||||
|
|
||||||
|
|
||||||
Paparazzi 5.3.1_testing
|
Paparazzi 5.3.1_testing
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
DEF_VER=v5.3.1_testing
|
DEF_VER=v5.3.2_testing
|
||||||
|
|
||||||
# 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).
|
||||||
|
|||||||
Reference in New Issue
Block a user