mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
v5.8 stable release
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
Paparazzi v5.8.0_stable
|
||||
=======================
|
||||
|
||||
Stable version release.
|
||||
|
||||
- module: nav_catapult: avoid conditional directives
|
||||
[#1454] (https://github.com/paparazzi/paparazzi/pull/1454)
|
||||
- module: gps_ubx_ucenter fix autobaud and autoconf for ublox-8
|
||||
[#1480] (https://github.com/paparazzi/paparazzi/pull/1480)
|
||||
- module: add stereocam2state which publishes a VELOCITY_ESTIMATE from stereocam
|
||||
[#1486] (https://github.com/paparazzi/paparazzi/pull/1486)
|
||||
- arch/linux: I2C: use repeated-start for transceive as required by some sensors
|
||||
[#1469] (https://github.com/paparazzi/paparazzi/pull/1469)
|
||||
- remove unused libeknav and fms folder
|
||||
[#1487] (https://github.com/paparazzi/paparazzi/pull/1487)
|
||||
|
||||
Paparazzi 5.7.1_testing
|
||||
=======================
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DEF_VER=v5.7.1_testing
|
||||
DEF_VER=v5.8.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