third release candiate for v5.6 stable release

This commit is contained in:
Felix Ruess
2015-07-30 13:47:45 +02:00
parent ade0ad6180
commit 609d3a0011
3 changed files with 29 additions and 2 deletions
+27
View File
@@ -1,3 +1,30 @@
Paparazzi 5.5.2_testing
=======================
Thirst release canditate for v5.6 stable release.
- ardrone2 and bebop: disable even loop limiting again
[#1240] (https://github.com/paparazzi/paparazzi/pull/1240)
- bebop: finally fix I2C address for baro
- modules: update geo_mag to latest WMM2015 model
[#1270] (https://github.com/paparazzi/paparazzi/pull/1270)
- settings: add optional target attribute and calc MD5sum according to usable settings
[#1157] (https://github.com/paparazzi/paparazzi/pull/1157)
- stm32: improve I2C stability in case of stuck bus
[#1264] (https://github.com/paparazzi/paparazzi/pull/1264)
- i2c: cleanup I2C_ERRORS reporting
[#1268] (https://github.com/paparazzi/paparazzi/pull/1268)
- modules: add divergen calculation for opticflow
[#1262] (https://github.com/paparazzi/paparazzi/pull/1262)
- python: Add some utilities and a serial link interface to decode/encode PPRZ messages over a serial link
[#1261] (https://github.com/paparazzi/paparazzi/pull/1261)
- modules: mag_hmc58xx: configure MAG_HMC58XX_I2C_DEV
[#1274] (https://github.com/paparazzi/paparazzi/pull/1274)
- IMU: possibility to disable mag on aspirin 2
[#1273] (https://github.com/paparazzi/paparazzi/pull/1273)
- fixedwing: fix H_CTL_YAW_LOOP in stabilization adaptive
Paparazzi 5.5.1_testing Paparazzi 5.5.1_testing
======================= =======================
+1 -1
View File
@@ -348,7 +348,7 @@
telemetry="telemetry/default_rotorcraft.xml" telemetry="telemetry/default_rotorcraft.xml"
flight_plan="flight_plans/rotorcraft_basic.xml" flight_plan="flight_plans/rotorcraft_basic.xml"
settings="settings/rotorcraft_basic.xml settings/control/rotorcraft_guidance.xml settings/estimation/ahrs_float_mlkf.xml settings/control/stabilization_att_int_quat.xml" settings="settings/rotorcraft_basic.xml settings/control/rotorcraft_guidance.xml settings/estimation/ahrs_float_mlkf.xml settings/control/stabilization_att_int_quat.xml"
settings_modules="modules/air_data.xml modules/video_rtp_stream.xml" settings_modules="modules/geo_mag.xml modules/air_data.xml modules/video_rtp_stream.xml"
gui_color="red" gui_color="red"
/> />
<aircraft <aircraft
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
DEF_VER=v5.5.1_testing DEF_VER=v5.5.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).