[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 8efc24: [boards] stm32f4_disco
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 8efc24: [boards] stm32f4_discovery board file for some tes... |
Date: |
Fri, 30 Aug 2013 04:51:32 -0700 |
Branch: refs/heads/px4fmu1.7
Home: https://github.com/paparazzi/paparazzi
Commit: 8efc24099c42d58d455dded7ec9a2978807e2146
https://github.com/paparazzi/paparazzi/commit/8efc24099c42d58d455dded7ec9a2978807e2146
Author: Felix Ruess <address@hidden>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
A sw/airborne/boards/stm32f4_discovery.h
Log Message:
-----------
[boards] stm32f4_discovery board file for some testing
Commit: e9ca4d4f1f11f88c82087bf8270397834f4a914c
https://github.com/paparazzi/paparazzi/commit/e9ca4d4f1f11f88c82087bf8270397834f4a914c
Author: Felix Ruess <address@hidden>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adpt.h
Log Message:
-----------
[rotorcraft] v_adapt: limit min/max estimated hover throttle
The adaptive vertical filter estimates the ratio of vertical acceleration over
thrust command.
In effect this will now limit the throttle applied in hover between 20% and 75%
of max throttle by default.
Commit: d1a4ccc9bb024623a48cadebe94356b141bf8c29
https://github.com/paparazzi/paparazzi/commit/d1a4ccc9bb024623a48cadebe94356b141bf8c29
Author: Felix Ruess <address@hidden>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M sw/airborne/firmwares/rotorcraft/main.c
M sw/airborne/subsystems/ahrs/ahrs_float_mlkf.c
Log Message:
-----------
[rotorcraft] call ahrs_update_gps
This makes AHRS_USE_GPS_HEADING usable on rotorcraft firmware as well.
Thanks Pranay.
Commit: e8dbf9b03661a3ae86d49de0c106188fb450d49b
https://github.com/paparazzi/paparazzi/commit/e8dbf9b03661a3ae86d49de0c106188fb450d49b
Author: Tobias Muench <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/firmwares/fixedwing/guidance/energy_ctrl.c
Log Message:
-----------
[fixedwing] additonals for energy ctrl
better handling for engine out and max_acc can be set in airframe
closes #497
Commit: 80051d8666a15e28e1a61cc11775a436496000e6
https://github.com/paparazzi/paparazzi/commit/80051d8666a15e28e1a61cc11775a436496000e6
Author: Tobias Muench <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/airspeed_amsys.c
Log Message:
-----------
[modules] fix to use amsys airspeed for control
Commit: d86f3d23cb1decd6b0044c81f714ec2dd94fac32
https://github.com/paparazzi/paparazzi/commit/d86f3d23cb1decd6b0044c81f714ec2dd94fac32
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/airspeed_amsys.c
Log Message:
-----------
[modules] a little airspeed_amsys cleanup
Commit: 96e2b7bd2c48ea48613a1cac7649deb25c32dc19
https://github.com/paparazzi/paparazzi/commit/96e2b7bd2c48ea48613a1cac7649deb25c32dc19
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/arch/lpc21/mcu_periph/gpio_arch.h
M sw/airborne/arch/stm32/mcu_periph/gpio_arch.h
M sw/airborne/subsystems/imu/imu_aspirin_i2c.c
M sw/airborne/subsystems/radio_control/sbus.c
Log Message:
-----------
[mcu_periph] replace gpio_output_[high|low] with gpio_[set|clear]
That means using the already existing gpio_set and gpio_clear from libopencm3
for stm32.
And defining these for the lpc.
Commit: d1bb29394197bddb8a477b20bc67310fd5268acb
https://github.com/paparazzi/paparazzi/commit/d1bb29394197bddb8a477b20bc67310fd5268acb
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M paparazzi_version
Log Message:
-----------
set paparazzi_version to v5.1_devel
Commit: 732bdcde90fd57ae407cbd295a480a0b907cd681
https://github.com/paparazzi/paparazzi/commit/732bdcde90fd57ae407cbd295a480a0b907cd681
Author: Tobias Muench <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/subsystems/ins/ins_alt_float.c
Log Message:
-----------
fix to use ins_alt_dot with baro wen USE_BAROMETER is defined
Commit: 4fb1149bc1b9bba9a2ac790f10ca2e30461f965b
https://github.com/paparazzi/paparazzi/commit/4fb1149bc1b9bba9a2ac790f10ca2e30461f965b
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M conf/messages.xml
M conf/modules/AOA_adc.xml
R sw/airborne/modules/sensors/AOA_adc.c
R sw/airborne/modules/sensors/AOA_adc.h
A sw/airborne/modules/sensors/aoa_adc.c
A sw/airborne/modules/sensors/aoa_adc.h
Log Message:
-----------
[modules] angle of attack sensor fix and cleanup
Commit: 996837195b4acff3a32b6b74f6222354ab446ee2
https://github.com/paparazzi/paparazzi/commit/996837195b4acff3a32b6b74f6222354ab446ee2
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/state.h
Log Message:
-----------
[dox] update comment in state inteface
Commit: 66e8644fa1ae1f94e90ee1879700e53fd31bc904
https://github.com/paparazzi/paparazzi/commit/66e8644fa1ae1f94e90ee1879700e53fd31bc904
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M paparazzi_version
Log Message:
-----------
improve paparazzi_version if git tags are not found
Commit: 446292761be57077dd68f35540a1ab2fe34e4853
https://github.com/paparazzi/paparazzi/commit/446292761be57077dd68f35540a1ab2fe34e4853
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_MS5534A.h
M sw/airborne/modules/sensors/baro_amsys.h
M sw/airborne/modules/sensors/baro_bmp.h
M sw/airborne/modules/sensors/baro_board_module.h
M sw/airborne/modules/sensors/baro_ets.h
M sw/airborne/modules/sensors/baro_ms5611_i2c.h
M sw/airborne/modules/sensors/baro_scp.h
Log Message:
-----------
[modules] baro_board: only call event handler if there is new data
Commit: 3e1d23df45947f9a0e79be9b1ec77f776c95494d
https://github.com/paparazzi/paparazzi/commit/3e1d23df45947f9a0e79be9b1ec77f776c95494d
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_board_module.h
Log Message:
-----------
[modules] fix warning in baro_board
Commit: 80bfc56629940991f57a4578c8a7110ba31b502a
https://github.com/paparazzi/paparazzi/commit/80bfc56629940991f57a4578c8a7110ba31b502a
Author: Tobias Muench <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_amsys.h
M sw/airborne/subsystems/ins/ins_alt_float.h
Log Message:
-----------
[modules] baro_amsys: fix for DT to match BARO_READ_PERIODIC_PERIOD
Commit: 2ff4e9d68d90a755bfdd7118db7f45d8c90b8c81
https://github.com/paparazzi/paparazzi/commit/2ff4e9d68d90a755bfdd7118db7f45d8c90b8c81
Author: Felix Ruess <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_bmp.h
M sw/airborne/modules/sensors/baro_ets.h
M sw/airborne/modules/sensors/baro_ms5611_i2c.h
Log Message:
-----------
[modules] BARO_x_DT from generated BARO_x_PERIODIC_PERIOD
Commit: 8fad7203dfcf8c51b016d3fdf896922d02d05867
https://github.com/paparazzi/paparazzi/commit/8fad7203dfcf8c51b016d3fdf896922d02d05867
Author: Tobias Muench <address@hidden>
Date: 2013-08-09 (Fri, 09 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_amsys.h
Log Message:
-----------
[modules] baro_amsys: comment to match the other baro sensors
Commit: f4e1387ff1aadd9ce8bdba151ae29cef2d3ebd92
https://github.com/paparazzi/paparazzi/commit/f4e1387ff1aadd9ce8bdba151ae29cef2d3ebd92
Author: Felix Ruess <address@hidden>
Date: 2013-08-11 (Sun, 11 Aug 2013)
Changed paths:
M sw/airborne/arch/lpc21/mcu_periph/gpio_arch.h
M sw/airborne/arch/stm32/mcu_periph/gpio_arch.h
M sw/airborne/subsystems/imu/imu_aspirin_i2c.c
M sw/airborne/subsystems/radio_control/sbus.c
Log Message:
-----------
Merge pull request #498 from flixr/gpio_setclear
[mcu_periph] replace gpio_output_[high|low] with gpio_[set|clear]
Commit: 47d272d9ae9fb49e56b562fa959e2fd0af85abb5
https://github.com/paparazzi/paparazzi/commit/47d272d9ae9fb49e56b562fa959e2fd0af85abb5
Author: softsr <address@hidden>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M conf/airframes/examples/krooz_sd/krooz_sd_hexa_mkk.xml
M conf/airframes/examples/krooz_sd/krooz_sd_okto_mkk.xml
M conf/airframes/examples/krooz_sd/krooz_sd_quad_mkk.xml
M conf/airframes/examples/krooz_sd/krooz_sd_quad_pwm.xml
M sw/airborne/boards/krooz/imu_krooz.c
M sw/airborne/boards/krooz/imu_krooz.h
Log Message:
-----------
KroozSD imu driver improvements
Fixed magnetometer axes.
Accel median filter disabled by default.
closes #501
Commit: e9762a6e48255d50168447e3aef1498212a70ccf
https://github.com/paparazzi/paparazzi/commit/e9762a6e48255d50168447e3aef1498212a70ccf
Author: Dirk Dokter <address@hidden>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
A conf/modules/gumstix_qr_code_spi_link.xml
M sw/airborne/arch/stm32/mcu_periph/spi_arch.c
A sw/airborne/modules/gumstix_interface/qr_code_spi_link.c
A sw/airborne/modules/gumstix_interface/qr_code_spi_link.h
Log Message:
-----------
[STM32] Very limited simple SPI1 slave driver
closes #500
Commit: 95871c8d2be0236145143d55bc095f4ba1f93269
https://github.com/paparazzi/paparazzi/commit/95871c8d2be0236145143d55bc095f4ba1f93269
Author: Felix Ruess <address@hidden>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.c
Log Message:
-----------
[rotorcraft] v_adapt: reset while not in_flight
Commit: 6f742e0c17efdc9bf293c0720d52da8e23e595bb
https://github.com/paparazzi/paparazzi/commit/6f742e0c17efdc9bf293c0720d52da8e23e595bb
Author: Felix Ruess <address@hidden>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M sw/airborne/math/pprz_algebra_float.h
Log Message:
-----------
[math] brackets for macro arguments...
Commit: 9a9367ccbf542867245de2f4a9f6cc346685d59f
https://github.com/paparazzi/paparazzi/commit/9a9367ccbf542867245de2f4a9f6cc346685d59f
Author: Felix Ruess <address@hidden>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M sw/airborne/subsystems/ahrs/ahrs_float_mlkf.c
M sw/airborne/subsystems/ahrs/ahrs_float_mlkf.h
Log Message:
-----------
[ahrs] remove some unneeded vars in float_mlkf
Commit: 7302b5cd23e3089195e4ccb035fbd9c931fa5c1d
https://github.com/paparazzi/paparazzi/commit/7302b5cd23e3089195e4ccb035fbd9c931fa5c1d
Author: Felix Ruess <address@hidden>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M sw/airborne/modules/geo_mag/geo_mag.c
M sw/airborne/subsystems/ahrs/ahrs_float_cmpl.c
M sw/airborne/subsystems/ahrs/ahrs_float_cmpl.h
M sw/airborne/subsystems/ahrs/ahrs_float_mlkf.c
M sw/airborne/subsystems/ahrs/ahrs_float_mlkf.h
Log Message:
-----------
[ahrs] geo mag for float ahrs
Commit: 9baf8c0596313a5643c1f39500616c9ab66687be
https://github.com/paparazzi/paparazzi/commit/9baf8c0596313a5643c1f39500616c9ab66687be
Author: Felix Ruess <address@hidden>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M sw/airborne/math/pprz_algebra_double.h
M sw/airborne/math/pprz_algebra_float.h
M sw/airborne/math/pprz_algebra_int.h
Log Message:
-----------
[math] untabify
Commit: fcc3b270ed164cb37b1db9e3cb3d8c2a084cfd82
https://github.com/paparazzi/paparazzi/commit/fcc3b270ed164cb37b1db9e3cb3d8c2a084cfd82
Author: Felix Ruess <address@hidden>
Date: 2013-08-13 (Tue, 13 Aug 2013)
Changed paths:
M conf/firmwares/rotorcraft.makefile
M conf/firmwares/subsystems/rotorcraft/fdm_jsbsim.makefile
M conf/settings/control/rotorcraft_guidance.xml
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.c
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.h
A sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adapt.c
A sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adapt.h
R sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adpt.h
Log Message:
-----------
[rotorcraft] v_adapt: config improvements and refactor
- GUIDANCE_V_ADAPT_INITIAL_HOVER_THROTTLE settable in % with default of 0.3
- GUIDANCE_V_ADAPT_THROTTLE_ENABLED:
- TRUE by default if GUIDANCE_V_NOMINAL_HOVER_THROTTLE was not defined
- FALSE by default if only GUIDANCE_V_NOMINAL_HOVER_THROTTLE was set in
airframe file
(for backwards compatibily)
- switching between nominal_trottle and the adaptive estimate during operation
via settings
Commit: b96785b36f8c896b2f5cfcc3ac11dd8c32296905
https://github.com/paparazzi/paparazzi/commit/b96785b36f8c896b2f5cfcc3ac11dd8c32296905
Author: Felix Ruess <address@hidden>
Date: 2013-08-13 (Tue, 13 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M conf/airframes/ardrone2_sdk.xml
M conf/airframes/examples/lisa_asctec.xml
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
M conf/airframes/examples/quadrotor_lisa_m_mkk.xml
M conf/airframes/examples/quadrotor_mlkf.xml
M conf/airframes/examples/quadshot_asp21_spektrum.xml
M conf/airframes/examples/stm32f4_discovery_test.xml
M conf/airframes/fraser_lisa_m_rotorcraft.xml
Log Message:
-----------
[conf] update some airframe examples to GUIDANCE_V_ADAPT changes
Commit: 03c45272909425c1721f44f56523852df02651d5
https://github.com/paparazzi/paparazzi/commit/03c45272909425c1721f44f56523852df02651d5
Author: Gautier Hattenberger <address@hidden>
Date: 2013-08-13 (Tue, 13 Aug 2013)
Changed paths:
M Makefile
M conf/airframes/obsolete/Poine/test_libeknav.xml
Log Message:
-----------
[cleaning] remove some f***ing names and comments
Commit: 0a3507496d577e56f0e01de026f7aced966b521b
https://github.com/paparazzi/paparazzi/commit/0a3507496d577e56f0e01de026f7aced966b521b
Author: Felix Ruess <address@hidden>
Date: 2013-08-13 (Tue, 13 Aug 2013)
Changed paths:
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
M conf/airframes/fraser_lisa_m_rotorcraft.xml
Log Message:
-----------
[conf][airframes] joystick axis as mode in nps
Commit: 9822239abd1c510e1c4297bad757ead0bb81c01c
https://github.com/paparazzi/paparazzi/commit/9822239abd1c510e1c4297bad757ead0bb81c01c
Author: Felix Ruess <address@hidden>
Date: 2013-08-13 (Tue, 13 Aug 2013)
Changed paths:
M sw/airborne/firmwares/rotorcraft/telemetry.h
Log Message:
-----------
[rotorcraft] supress warning about uninitialized var
Commit: d15131c0f33c4d7cb395730898b570bb511ba18b
https://github.com/paparazzi/paparazzi/commit/d15131c0f33c4d7cb395730898b570bb511ba18b
Author: Felix Ruess <address@hidden>
Date: 2013-08-13 (Tue, 13 Aug 2013)
Changed paths:
M sw/airborne/math/pprz_algebra_int.h
Log Message:
-----------
[math] prevent division by zero in INT32_QUAT_NORMALIZE
Commit: 96dd3e4ff16d212958dfa9c8d2177374906f3c0c
https://github.com/paparazzi/paparazzi/commit/96dd3e4ff16d212958dfa9c8d2177374906f3c0c
Author: Felix Ruess <address@hidden>
Date: 2013-08-14 (Wed, 14 Aug 2013)
Changed paths:
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adapt.c
Log Message:
-----------
[rotorcraft] v_adapt: include generated airframe.h
Commit: 2091a32bbd268ba62e226db78dbbed37b3ab08b7
https://github.com/paparazzi/paparazzi/commit/2091a32bbd268ba62e226db78dbbed37b3ab08b7
Author: Felix Ruess <address@hidden>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M conf/airframes/ardrone2_sdk.xml
M conf/airframes/examples/lisa_asctec.xml
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
M conf/airframes/examples/quadrotor_lisa_m_mkk.xml
M conf/airframes/examples/quadrotor_mlkf.xml
M conf/airframes/examples/quadshot_asp21_spektrum.xml
M conf/airframes/examples/stm32f4_discovery_test.xml
M conf/airframes/fraser_lisa_m_rotorcraft.xml
M conf/firmwares/rotorcraft.makefile
M conf/firmwares/subsystems/rotorcraft/fdm_jsbsim.makefile
M conf/settings/control/rotorcraft_guidance.xml
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.c
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.h
A sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adapt.c
A sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adapt.h
R sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adpt.h
Log Message:
-----------
Merge pull request #495 from flixr/v_adapt_limits
adaptive thrust estimation limits
- GUIDANCE_V_ADAPT_INITIAL_HOVER_THROTTLE settable in % with default of 0.3
- GUIDANCE_V_ADAPT_THROTTLE_ENABLED:
TRUE by default if GUIDANCE_V_NOMINAL_HOVER_THROTTLE was not defined
FALSE by default if only GUIDANCE_V_NOMINAL_HOVER_THROTTLE was set in
airframe file (for backwards compatibility)
- switching between nominal_throttle and the adaptive estimate during operation
via settings
Commit: 7ae656c766b633f47dc4a65703cae6bbf9931c66
https://github.com/paparazzi/paparazzi/commit/7ae656c766b633f47dc4a65703cae6bbf9931c66
Author: Felix Ruess <address@hidden>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M sw/airborne/boards/krooz/imu_krooz.c
M sw/airborne/modules/max7456/max7456.c
M sw/airborne/modules/max7456/max7456_regs.h
Log Message:
-----------
whitespace cleanup and include guard fix
Commit: 1757e2ec0b63d02751e93619853632b582008c84
https://github.com/paparazzi/paparazzi/commit/1757e2ec0b63d02751e93619853632b582008c84
Author: Felix Ruess <address@hidden>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/rotorcraft/ahrs_float_cmpl_rmat.makefile
Log Message:
-----------
[rotorcraft] define AHRS_FLOAT for float_cmpl_rmat
Commit: 9d74943fc0d5160e0d380830689720f83e4797b1
https://github.com/paparazzi/paparazzi/commit/9d74943fc0d5160e0d380830689720f83e4797b1
Author: Felix Ruess <address@hidden>
Date: 2013-08-19 (Mon, 19 Aug 2013)
Changed paths:
M conf/system/udev/rules/50-paparazzi.rules
Log Message:
-----------
[conf] udev rules: add dfu devices to plugdev group
Commit: bfb05205022b40a9ef28047d4dca1daab2bfa68d
https://github.com/paparazzi/paparazzi/commit/bfb05205022b40a9ef28047d4dca1daab2bfa68d
Author: Felix Ruess <address@hidden>
Date: 2013-08-19 (Mon, 19 Aug 2013)
Changed paths:
R conf/firmwares/subsystems/rotorcraft/ahrs_lkf.makefile
M conf/firmwares/subsystems/rotorcraft/fdm_jsbsim.makefile
R conf/settings/estimation/booz2_ahrs_lkf.xml
M sw/airborne/firmwares/rotorcraft/telemetry.h
R sw/airborne/subsystems/ahrs/ahrs_float_ekf.c
R sw/airborne/subsystems/ahrs/ahrs_float_ekf.h
R sw/airborne/subsystems/ahrs/ahrs_float_lkf.c
R sw/airborne/subsystems/ahrs/ahrs_float_lkf.h
Log Message:
-----------
[ahrs] remove old ekf/lkf algos
Commit: d364421acf8c93870e0f8af9c9b0a52e2b0b6167
https://github.com/paparazzi/paparazzi/commit/d364421acf8c93870e0f8af9c9b0a52e2b0b6167
Author: Felix Ruess <address@hidden>
Date: 2013-08-19 (Mon, 19 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/rotorcraft/stabilization_euler.makefile
Log Message:
-----------
[conf] error instead of warning on stabilization euler
Commit: f88f68b8eefbca877a3e20a78c15a009f6f37b14
https://github.com/paparazzi/paparazzi/commit/f88f68b8eefbca877a3e20a78c15a009f6f37b14
Author: Felix Ruess <address@hidden>
Date: 2013-08-19 (Mon, 19 Aug 2013)
Changed paths:
M sw/simulator/pprzsim-launch
Log Message:
-----------
[sim] add launch and noground options to pprzsim-launch
Commit: a7cc0724b13abc420bbb33e4e8d145fd86f73b32
https://github.com/paparazzi/paparazzi/commit/a7cc0724b13abc420bbb33e4e8d145fd86f73b32
Author: Felix Ruess <address@hidden>
Date: 2013-08-19 (Mon, 19 Aug 2013)
Changed paths:
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[paparazzi center] improve backup message
Commit: 6a145a3cbd69af3039680a6affc18b30358d9868
https://github.com/paparazzi/paparazzi/commit/6a145a3cbd69af3039680a6affc18b30358d9868
Author: Stephen Dwyer <address@hidden>
Date: 2013-08-19 (Mon, 19 Aug 2013)
Changed paths:
M sw/supervision/paparazzicenter.glade
M sw/supervision/paparazzicenter.ml
Log Message:
-----------
[pprz_center] Added Get Help dialogue to Help menu
Commit: 53d1c1907beefe9b690ade45552c35713698071b
https://github.com/paparazzi/paparazzi/commit/53d1c1907beefe9b690ade45552c35713698071b
Author: Felix Ruess <address@hidden>
Date: 2013-08-20 (Tue, 20 Aug 2013)
Changed paths:
M sw/airborne/math/pprz_algebra_float.h
M sw/airborne/math/pprz_algebra_int.h
Log Message:
-----------
[math] remove ALGEBRA_x_USE_SLOW_FUNCTIONS
Commit: 3ccb8ea475c29e3914fb0d8e27fbdf61a6226cc7
https://github.com/paparazzi/paparazzi/commit/3ccb8ea475c29e3914fb0d8e27fbdf61a6226cc7
Author: Felix Ruess <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M sw/airborne/math/pprz_simple_matrix.h
Log Message:
-----------
[math] untabify
Commit: 6ce876235b6e9df191299935d823fd22e513ce67
https://github.com/paparazzi/paparazzi/commit/6ce876235b6e9df191299935d823fd22e513ce67
Author: Felix Ruess <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M sw/airborne/subsystems/ahrs/ahrs_float_mlkf.c
Log Message:
-----------
[ahrs] use FLOAT_QUAT_INTEGRATE in mlkf
Commit: e52daa73de58ac3022ce5228d3f2621c7efa94b6
https://github.com/paparazzi/paparazzi/commit/e52daa73de58ac3022ce5228d3f2621c7efa94b6
Author: jornanke <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/fixedwing/navigation_extra.makefile
A sw/airborne/subsystems/navigation/zamboni_survey.c
A sw/airborne/subsystems/navigation/zamboni_survey.h
Log Message:
-----------
[fixedwing] add zamboni_survey
Commit: ac925bb0bb05d3dd6af429e7cd6136a9727fbf4f
https://github.com/paparazzi/paparazzi/commit/ac925bb0bb05d3dd6af429e7cd6136a9727fbf4f
Author: Felix Ruess <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M sw/airborne/math/pprz_algebra_float.h
M sw/airborne/subsystems/navigation/zamboni_survey.c
M sw/airborne/subsystems/navigation/zamboni_survey.h
Log Message:
-----------
[fixedwing] refactor zamboni_survey
Commit: 9500cdfae50c5b2645c672759a34f36dcb6eee32
https://github.com/paparazzi/paparazzi/commit/9500cdfae50c5b2645c672759a34f36dcb6eee32
Author: Felix Ruess <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
A conf/flight_plans/zamboni_survey_test.xml
A sw/airborne/modules/nav/zamboni_survey.c
A sw/airborne/modules/nav/zamboni_survey.h
R sw/airborne/subsystems/navigation/zamboni_survey.c
R sw/airborne/subsystems/navigation/zamboni_survey.h
Log Message:
-----------
[fixedwing][modules] convert zamboni_pattern to a module
Commit: 8e84c8ecbd3346b2876d78a08cc178a6b08a81ea
https://github.com/paparazzi/paparazzi/commit/8e84c8ecbd3346b2876d78a08cc178a6b08a81ea
Author: Dino Hensen <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M sw/airborne/boards/ardrone/baro_board.c
M sw/airborne/boards/ardrone/baro_board.h
M sw/airborne/boards/ardrone/navdata.c
M sw/airborne/boards/ardrone/navdata.h
Log Message:
-----------
[ardrone] Barometer bmp180 implementation added.
Also fixed a bug in the navdata driver, where cropping was done twice.
Baro still needs to be tested, because sometimes unexpected things happen.
Commit: 9a864d8927679280bfec45d7223992a41d5661a3
https://github.com/paparazzi/paparazzi/commit/9a864d8927679280bfec45d7223992a41d5661a3
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M conf/messages.xml
M sw/airborne/boards/ardrone/baro_board.c
M sw/airborne/boards/ardrone/baro_board.h
M sw/airborne/boards/ardrone/navdata.c
M sw/airborne/boards/ardrone/navdata.h
M sw/airborne/subsystems/imu/imu_ardrone2_raw.c
M sw/airborne/subsystems/imu/imu_ardrone2_raw.h
Log Message:
-----------
[ardrone] Fixed Baro
Commit: acbcce8303f7b9134290a4b68ddbf57d0a6d14d9
https://github.com/paparazzi/paparazzi/commit/acbcce8303f7b9134290a4b68ddbf57d0a6d14d9
Author: Dino Hensen <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M conf/Makefile.omap
M sw/ext/ardrone2_drivers/cdc-acm.ko
R sw/ext/ardrone2_drivers/cp210x.ko
R sw/ext/ardrone2_drivers/ftdi-sio.ko
R sw/ext/ardrone2_drivers/pl2303.ko
R sw/ext/ardrone2_drivers/usbserial.ko
Log Message:
-----------
[ardrone] Rebuilt modules for ardrone firmware 2.4.3 and removed unneeded ones
removed modules are already included in the firmware since 2.4.3 that we know of
Commit: e2becead4148cb7efa8e2eed509ee79c0d8b1aab
https://github.com/paparazzi/paparazzi/commit/e2becead4148cb7efa8e2eed509ee79c0d8b1aab
Author: Felix Ruess <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/fixedwing/navigation_extra.makefile
Log Message:
-----------
[conf] remove zamboni_pattern from navigation_extra
Commit: 67c4a9f9fb1423aa436723a651c3b2ee0fa5f214
https://github.com/paparazzi/paparazzi/commit/67c4a9f9fb1423aa436723a651c3b2ee0fa5f214
Author: Felix Ruess <address@hidden>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
A conf/modules/zamboni_survey.xml
Log Message:
-----------
[modules] add missing zamboni_survey.xml
Commit: 65676964cff6969a1ca08c77eff64241aead8751
https://github.com/paparazzi/paparazzi/commit/65676964cff6969a1ca08c77eff64241aead8751
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M sw/airborne/fms/fms_serial_port.c
Log Message:
-----------
Trace Serialport
Commit: 846ab96374ea49e6fa497ae8bb779794d80d8947
https://github.com/paparazzi/paparazzi/commit/846ab96374ea49e6fa497ae8bb779794d80d8947
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M sw/airborne/arch/omap/mcu_periph/uart_arch.c
Log Message:
-----------
omap uart problem fix
Commit: 0219f9bfa8d781d98c39459b73baaa8d08da8ee4
https://github.com/paparazzi/paparazzi/commit/0219f9bfa8d781d98c39459b73baaa8d08da8ee4
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M sw/airborne/boards/ardrone/baro_board.c
Log Message:
-----------
[ardrone] Read zero baro altitude at sealevel
Commit: 0d57fea8c2305f2b48a19b95adcf82879a7deeee
https://github.com/paparazzi/paparazzi/commit/0d57fea8c2305f2b48a19b95adcf82879a7deeee
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M sw/airborne/arch/omap/mcu_periph/uart_arch.c
Log Message:
-----------
[omap] B9600 baud conflict between uart.h and termios.h
Commit: a2d33c7cabd3d03b314252843df3dae3a564a814
https://github.com/paparazzi/paparazzi/commit/a2d33c7cabd3d03b314252843df3dae3a564a814
Author: Felix Ruess <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M conf/firmwares/rotorcraft.makefile
M sw/airborne/arch/omap/mcu_periph/uart_arch.c
A sw/airborne/arch/omap/serial_port.c
A sw/airborne/arch/omap/serial_port.h
M sw/airborne/firmwares/beth/overo_test_uart.c
M sw/airborne/firmwares/beth/uart_hw.c
R sw/airborne/fms/fms_serial_port.c
R sw/airborne/fms/fms_serial_port.h
Log Message:
-----------
[omap] rename/move FmsSerialPort to SerialPort in arch/omap
Commit: 4d9ff0c4d0dbdcc4c8ee19898329c238a2fabe61
https://github.com/paparazzi/paparazzi/commit/4d9ff0c4d0dbdcc4c8ee19898329c238a2fabe61
Author: Felix Ruess <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M sw/airborne/arch/lpc21/mcu_periph/uart_arch.h
M sw/airborne/arch/omap/mcu_periph/uart_arch.c
M sw/airborne/arch/omap/mcu_periph/uart_arch.h
M sw/airborne/arch/stm32/mcu_periph/uart_arch.h
M sw/airborne/mcu_periph/uart.h
Log Message:
-----------
[mcu_periph] move uart baud defines to arch headers
Commit: a18a74faf73f348c15e01b8314f44e2265afc49e
https://github.com/paparazzi/paparazzi/commit/a18a74faf73f348c15e01b8314f44e2265afc49e
Author: Felix Ruess <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M sw/airborne/firmwares/fixedwing/main_ap.c
M sw/airborne/firmwares/fixedwing/main_fbw.c
Log Message:
-----------
[fixedwing] fix initialzation of trim commands, including yaw
Commit: fd9130c88ff9d990ec80af8a02e96fa438cfa27d
https://github.com/paparazzi/paparazzi/commit/fd9130c88ff9d990ec80af8a02e96fa438cfa27d
Author: Gautier Hattenberger <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/rotorcraft/ins_extended.makefile
M sw/airborne/subsystems/ins/ins_int.c
M sw/airborne/subsystems/ins/ins_int.h
M sw/airborne/subsystems/ins/ins_int_extended.c
Log Message:
-----------
[ins] use sonar only with ins_int_extended
Commit: c5aeba2b06789e69c805782205803cf5b008b4da
https://github.com/paparazzi/paparazzi/commit/c5aeba2b06789e69c805782205803cf5b008b4da
Author: podhrmic <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
A conf/firmwares/subsystems/fixedwing/ahrs_gx3.makefile
R conf/firmwares/subsystems/rotorcraft/ahrs_extern_quat.makefile
A conf/firmwares/subsystems/rotorcraft/ahrs_gx3.makefile
R conf/firmwares/subsystems/shared/ahrs_gx3.makefile
M conf/messages.xml
M sw/airborne/firmwares/fixedwing/ap_downlink.h
M sw/airborne/firmwares/fixedwing/main_ap.c
M sw/airborne/firmwares/rotorcraft/main.c
M sw/airborne/firmwares/rotorcraft/telemetry.h
R sw/airborne/subsystems/ahrs/ahrs_extern_quat.c
R sw/airborne/subsystems/ahrs/ahrs_extern_quat.h
M sw/airborne/subsystems/ahrs/ahrs_gx3.c
M sw/airborne/subsystems/ahrs/ahrs_gx3.h
M sw/airborne/subsystems/imu.c
M sw/airborne/subsystems/imu.h
Log Message:
-----------
[ahrs] Upgraded GX3 ahrs subsystem
1) Separate makefiles for fixedwing and rotorcraft (so it can be used in both)
2) Configurable GX3 initialization
3) Acceleration and rates properly rotated into the body frame
4) uses float imu struct to keep the precision
5) adds GX3_INFO message
6) fixed IMU_GYRO and IMU_ACCEL messages for float imu struct
7) removed ahrs_extern_quat interface as obsolete
Especially the fixed point imu struct is used for backwards compatibility,
maybe there is a more elegant way how to use the floating point interface.
after review:
- changed UART macros for uart functions
- GX3 variables moved into ahrs struct
- rates and accel used in imu frame and stored in imu.f
- removed unnecessary math macros
- renamed variables to lowercase and removed unused ones
- removed RMAT to Quat conversion,
- using strictly RMAT and Eulers (if needed)
- better written calculation of gx3 frequency. It is actually more precise like
this.
closes pull request #504
Commit: 393a21b1d0e96c29bd64cdd4dc70c08a8b2184c6
https://github.com/paparazzi/paparazzi/commit/393a21b1d0e96c29bd64cdd4dc70c08a8b2184c6
Author: Gautier Hattenberger <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
A sw/airborne/subsystems/ins/ins_int_extended.h
Log Message:
-----------
[ins] add missing header ins_int_extended.h
Commit: c90cd6f3354c9f2c48035ae0c25080df7b7e687c
https://github.com/paparazzi/paparazzi/commit/c90cd6f3354c9f2c48035ae0c25080df7b7e687c
Author: Felix Ruess <address@hidden>
Date: 2013-08-22 (Thu, 22 Aug 2013)
Changed paths:
M sw/airborne/math/pprz_geodetic_int.c
M sw/airborne/math/pprz_geodetic_int.h
Log Message:
-----------
[math] factor out function to calc ltp_of_ecef rmat
Commit: 8817bd54dc48ce9a9e54c47c1f488edfb7340637
https://github.com/paparazzi/paparazzi/commit/8817bd54dc48ce9a9e54c47c1f488edfb7340637
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M conf/firmwares/rotorcraft.makefile
M sw/airborne/arch/lpc21/mcu_periph/uart_arch.h
M sw/airborne/arch/omap/mcu_periph/uart_arch.c
M sw/airborne/arch/omap/mcu_periph/uart_arch.h
A sw/airborne/arch/omap/serial_port.c
A sw/airborne/arch/omap/serial_port.h
M sw/airborne/arch/stm32/mcu_periph/uart_arch.h
M sw/airborne/firmwares/beth/overo_test_uart.c
M sw/airborne/firmwares/beth/uart_hw.c
R sw/airborne/fms/fms_serial_port.c
R sw/airborne/fms/fms_serial_port.h
M sw/airborne/mcu_periph/uart.h
Log Message:
-----------
Merge pull request #507 from paparazzi/omap_uart
Omap uart cleanup
Commit: f9b7ee211f7592804407c61c756c044ac4361a74
https://github.com/paparazzi/paparazzi/commit/f9b7ee211f7592804407c61c756c044ac4361a74
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M sw/airborne/boards/lisa_m/baro_ms5611_i2c.c
M sw/airborne/boards/lisa_m/baro_ms5611_spi.c
A sw/airborne/peripherals/ms5611.c
M sw/airborne/peripherals/ms5611.h
A sw/airborne/peripherals/ms5611_i2c.c
A sw/airborne/peripherals/ms5611_i2c.h
A sw/airborne/peripherals/ms5611_regs.h
A sw/airborne/peripherals/ms5611_spi.c
A sw/airborne/peripherals/ms5611_spi.h
Log Message:
-----------
[peripheral] add ms5611 i2c and spi peripherals
Commit: 24d30e116073db32e8679b360ec6679d7aaf3f54
https://github.com/paparazzi/paparazzi/commit/24d30e116073db32e8679b360ec6679d7aaf3f54
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M conf/modules/baro_ms5611_i2c.xml
A conf/modules/baro_ms5611_spi.xml
M sw/airborne/modules/sensors/baro_ms5611_i2c.c
M sw/airborne/modules/sensors/baro_ms5611_i2c.h
A sw/airborne/modules/sensors/baro_ms5611_spi.c
A sw/airborne/modules/sensors/baro_ms5611_spi.h
Log Message:
-----------
[modules] baro_ms5611_i2c|spi modules using ms5611 peripheral
Commit: 1ddc30549cab6348d02cb3abea025238da3e2f47
https://github.com/paparazzi/paparazzi/commit/1ddc30549cab6348d02cb3abea025238da3e2f47
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M conf/firmwares/rotorcraft.makefile
M sw/airborne/boards/lisa_m/baro_ms5611_i2c.c
M sw/airborne/boards/lisa_m/baro_ms5611_spi.c
Log Message:
-----------
[boards] use ms5611 peripheral in lisa_m baro
Commit: db101eeae751f46f439abe4275ef887773f677ef
https://github.com/paparazzi/paparazzi/commit/db101eeae751f46f439abe4275ef887773f677ef
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M conf/firmwares/rotorcraft.makefile
R sw/airborne/boards/krooz/baro_board.c
M sw/airborne/boards/krooz/baro_board.h
M sw/airborne/boards/lisa_m/baro_board.c
M sw/airborne/boards/lisa_m/baro_board.h
R sw/airborne/boards/lisa_m/baro_ms5611_i2c.c
R sw/airborne/boards/lisa_m/baro_ms5611_spi.c
A sw/airborne/subsystems/sensors/baro_ms5611_i2c.c
A sw/airborne/subsystems/sensors/baro_ms5611_spi.c
Log Message:
-----------
[boards] move generic baro_ms5611_x driver to subsystem/sensors
- use this for krooz as well
- don't call the differential pressure handler, only absolute available there
- lisa_m: if using bmp, store temp in baro_board struct instead of abusing
differential pressure
Commit: abdc6884325d673d4f4b1774ac5c11f739099d9f
https://github.com/paparazzi/paparazzi/commit/abdc6884325d673d4f4b1774ac5c11f739099d9f
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M conf/firmwares/rotorcraft.makefile
M conf/firmwares/subsystems/shared/imu_krooz_sd.makefile
Log Message:
-----------
[boards] fix baro on krooz, don't add it in imu subsystem
Commit: 4a20e7ff498b065d717e7146298f07d942313331
https://github.com/paparazzi/paparazzi/commit/4a20e7ff498b065d717e7146298f07d942313331
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M sw/airborne/subsystems/sensors/baro_ms5611_i2c.c
Log Message:
-----------
[baro] ms5611_i2c: ifndef around MS5611_SLAVE_ADDR
Commit: 112638e919c0eaae239a303f87a07076d73c0cb9
https://github.com/paparazzi/paparazzi/commit/112638e919c0eaae239a303f87a07076d73c0cb9
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M sw/airborne/peripherals/ms5611_i2c.c
M sw/airborne/peripherals/ms5611_spi.c
Log Message:
-----------
[peripherals] ms5611: read prom while not yet initialized
Commit: 308adb750286b1bfade0c0d86d67aebfa9fc2733
https://github.com/paparazzi/paparazzi/commit/308adb750286b1bfade0c0d86d67aebfa9fc2733
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M sw/airborne/peripherals/ms5611_i2c.c
M sw/airborne/peripherals/ms5611_spi.c
M sw/airborne/subsystems/sensors/baro_ms5611_i2c.c
M sw/airborne/subsystems/sensors/baro_ms5611_spi.c
Log Message:
-----------
[baro] ms5611: actually write result to baro.absolute
Commit: 1c64767b8286d089681af05b8924998e0bc8a9c1
https://github.com/paparazzi/paparazzi/commit/1c64767b8286d089681af05b8924998e0bc8a9c1
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M sw/airborne/peripherals/ms5611_i2c.c
M sw/airborne/peripherals/ms5611_spi.c
Log Message:
-----------
[peripherals] fix typo in ms5611
Commit: 3bf713a831241e24c6f6f0780422ce66a6baea9a
https://github.com/paparazzi/paparazzi/commit/3bf713a831241e24c6f6f0780422ce66a6baea9a
Author: Felix Ruess <address@hidden>
Date: 2013-08-23 (Fri, 23 Aug 2013)
Changed paths:
M conf/messages.xml
M sw/airborne/modules/core/sys_mon.c
M sw/airborne/modules/core/sys_mon.h
Log Message:
-----------
[modules] add min/max periodic time to sys_mon
Commit: a8ad3d9ec4fb97578e2ae18cedf8339c1f251eb1
https://github.com/paparazzi/paparazzi/commit/a8ad3d9ec4fb97578e2ae18cedf8339c1f251eb1
Author: Felix Ruess <address@hidden>
Date: 2013-08-26 (Mon, 26 Aug 2013)
Changed paths:
M conf/firmwares/rotorcraft.makefile
M sw/airborne/boards/lisa_m/baro_board.c
M sw/airborne/boards/lisa_m/baro_board.h
A sw/airborne/peripherals/bmp085.c
A sw/airborne/peripherals/bmp085.h
A sw/airborne/peripherals/bmp085_regs.h
Log Message:
-----------
[peripherals] add bmp085 peripheral
and use it on the lisa_m baro_board
Commit: f2d2af9f681df918ef09e99b2032634a0b88b697
https://github.com/paparazzi/paparazzi/commit/f2d2af9f681df918ef09e99b2032634a0b88b697
Author: Felix Ruess <address@hidden>
Date: 2013-08-26 (Mon, 26 Aug 2013)
Changed paths:
M conf/modules/baro_bmp.xml
M sw/airborne/modules/sensors/baro_bmp.c
M sw/airborne/modules/sensors/baro_bmp.h
M sw/airborne/peripherals/bmp085.c
Log Message:
-----------
[modules] use bmp085 peripheral for baro_bmp module
also increase freq of periodic to 15Hz, should result in new measurements at 5Hz
Commit: b895ded49c1508405110d8315892b6753880568a
https://github.com/paparazzi/paparazzi/commit/b895ded49c1508405110d8315892b6753880568a
Author: fvantienen <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M sw/airborne/boards/ardrone/electrical_raw.c
M sw/airborne/boards/ardrone/navdata.h
M sw/airborne/subsystems/imu/imu_ardrone2_raw.h
Log Message:
-----------
[ardrone2] Magneto axis correction and calibration
Commit: eacf610e88f3aeaeb21ca22a470e57d2c10b181d
https://github.com/paparazzi/paparazzi/commit/eacf610e88f3aeaeb21ca22a470e57d2c10b181d
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sw/airborne/firmwares/rotorcraft/autopilot.c
Log Message:
-----------
[Build] Compile info about selected Arming
Commit: fbdb40d0293ba42cfc46b10a41ca7ba7c11b304b
https://github.com/paparazzi/paparazzi/commit/fbdb40d0293ba42cfc46b10a41ca7ba7c11b304b
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
A conf/airframes/CDW/asctec_cdw.xml
A conf/airframes/CDW/tricopter_cdw.xml
Log Message:
-----------
[airframes] CDW
Commit: 261df1f18589bec48d9a4617d90e88eb7e76929e
https://github.com/paparazzi/paparazzi/commit/261df1f18589bec48d9a4617d90e88eb7e76929e
Author: Felix Ruess <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sw/airborne/boards/lia/baro_board.h
Log Message:
-----------
[boards] baro_board fixes for lia
Commit: e10c953b277644b73e6e3e77c77bcfa4bcf57964
https://github.com/paparazzi/paparazzi/commit/e10c953b277644b73e6e3e77c77bcfa4bcf57964
Author: Gautier Hattenberger <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sw/airborne/boards/apogee_1.0.h
Log Message:
-----------
[apogee] fix type in board file
Commit: 42edf3a1aed315ac14881aad082fa8ebe1fc06eb
https://github.com/paparazzi/paparazzi/commit/42edf3a1aed315ac14881aad082fa8ebe1fc06eb
Author: Felix Ruess <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M conf/messages.xml
M sw/airborne/arch/lpc21/mcu_periph/i2c_arch.c
M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c
M sw/airborne/firmwares/fixedwing/ap_downlink.h
M sw/airborne/firmwares/rotorcraft/telemetry.h
M sw/airborne/mcu_periph/i2c.h
Log Message:
-----------
[mcu_periph][i2c] add queue_full_cnt
- also set transaction status to I2CTransFailed on stm32 (like already the case
on lpc21)
- add I2C_ERRORS message to fixedwing
Commit: 17fa58d265dbc37d1f2564444cb33772d482bfab
https://github.com/paparazzi/paparazzi/commit/17fa58d265dbc37d1f2564444cb33772d482bfab
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M sw/airborne/subsystems/imu/imu_ardrone2_raw.h
Log Message:
-----------
[ardrone] Default IMU calibration in header file
Commit: bb8707ad9b32055021b6d0b614deee777f33cef2
https://github.com/paparazzi/paparazzi/commit/bb8707ad9b32055021b6d0b614deee777f33cef2
Author: fvantienen <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M sw/airborne/subsystems/imu/imu_ardrone2_raw.h
Log Message:
-----------
Merge pull request #1 from dewagter/parrotsigns
Parrotsigns
Commit: 1330f2106407d7709b09a0e2243d000d3868d060
https://github.com/paparazzi/paparazzi/commit/1330f2106407d7709b09a0e2243d000d3868d060
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M sw/airborne/boards/ardrone/electrical_raw.c
M sw/airborne/boards/ardrone/navdata.h
M sw/airborne/subsystems/imu/imu_ardrone2_raw.h
Log Message:
-----------
Merge pull request #510 from fvantienen/master
[ardrone2] Magneto axis correction and calibration
Commit: 20897342749319edd8c137f80fa3e1afc803c8ca
https://github.com/paparazzi/paparazzi/commit/20897342749319edd8c137f80fa3e1afc803c8ca
Author: Felix Ruess <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sw/airborne/arch/lpc21/mcu_periph/i2c_arch.c
Log Message:
-----------
[lpc21] fix typo in i2c
Commit: 9dc1f790d4c147265e287c5d213561c9af880aab
https://github.com/paparazzi/paparazzi/commit/9dc1f790d4c147265e287c5d213561c9af880aab
Author: Felix Ruess <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_MS5534A.h
M sw/airborne/modules/sensors/baro_amsys.h
M sw/airborne/modules/sensors/baro_bmp.h
M sw/airborne/modules/sensors/baro_board_module.h
M sw/airborne/modules/sensors/baro_ets.h
M sw/airborne/modules/sensors/baro_ms5611_i2c.h
M sw/airborne/modules/sensors/baro_scp.h
M sw/airborne/subsystems/ins/ins_alt_float.c
M sw/airborne/subsystems/ins/ins_alt_float.h
Log Message:
-----------
Merge pull request #499 from TobiasMue/ins
fixes to use ins_alt_dot with baro wen USE_BAROMETER is defined
Commit: b2504c7bcd9ebab2f376457edbf8d6ff9dd6fb8c
https://github.com/paparazzi/paparazzi/commit/b2504c7bcd9ebab2f376457edbf8d6ff9dd6fb8c
Author: Felix Ruess <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sw/airborne/lisa/test/lisa_test_hmc5843.c
M sw/airborne/lisa/test/lisa_test_itg3200.c
M sw/airborne/lisa/test/test_board.c
M sw/airborne/lisa/test/test_mc_asctec_v1_simple.c
M sw/airborne/lisa/test_baro_i2c.c
M sw/airborne/test/subsystems/test_ahrs.c
M sw/airborne/test/subsystems/test_imu.c
Log Message:
-----------
[tests] fix SEND_I2C_ERRORS for some test progs
Commit: c3cb277d51e9f08b68014573ed4709f5200964cf
https://github.com/paparazzi/paparazzi/commit/c3cb277d51e9f08b68014573ed4709f5200964cf
Author: Felix Ruess <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sw/airborne/peripherals/ms5611_i2c.c
M sw/airborne/peripherals/ms5611_spi.c
Log Message:
-----------
[peripherals] data invalid if d1/d1 is zero, back to idle
Commit: 446c7f1f2efc3c97fd7817de10fefddc27abda90
https://github.com/paparazzi/paparazzi/commit/446c7f1f2efc3c97fd7817de10fefddc27abda90
Author: Felix Ruess <address@hidden>
Date: 2013-08-27 (Tue, 27 Aug 2013)
Changed paths:
M sw/airborne/subsystems/imu/imu_nps.h
Log Message:
-----------
[nps] define some default MAG_x_SENS values
Commit: d9eb74ce070666b14e0fa04fe5469900950bd259
https://github.com/paparazzi/paparazzi/commit/d9eb74ce070666b14e0fa04fe5469900950bd259
Author: Gautier Hattenberger <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_amsys.c
M sw/airborne/modules/sensors/baro_board_module.h
Log Message:
-----------
[sim] fix simulation using baro_amsys
Commit: 7344099703a0c423168bb7468dd61c60b76f88e9
https://github.com/paparazzi/paparazzi/commit/7344099703a0c423168bb7468dd61c60b76f88e9
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/rotorcraft/ins.makefile
M conf/firmwares/subsystems/rotorcraft/ins_extended.makefile
M sw/airborne/subsystems/ins/vf_extended_float.c
M sw/airborne/subsystems/ins/vf_float.c
Log Message:
-----------
[rotorcraft] INS_PROPAGATE_FREQUENCY for vff
- defaults to 1/PERIODIC_FREQUENCY
- should be the frequency of new accel measurements
Commit: c959335b2c03c9a0f4007b44177c3ec787f76bc7
https://github.com/paparazzi/paparazzi/commit/c959335b2c03c9a0f4007b44177c3ec787f76bc7
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/modules/baro_ms5611_i2c.xml
M conf/modules/baro_ms5611_spi.xml
M sw/airborne/modules/sensors/baro_ms5611_i2c.c
M sw/airborne/modules/sensors/baro_ms5611_i2c.h
M sw/airborne/modules/sensors/baro_ms5611_spi.c
M sw/airborne/modules/sensors/baro_ms5611_spi.h
M sw/airborne/peripherals/ms5611_i2c.h
M sw/airborne/peripherals/ms5611_spi.h
Log Message:
-----------
[modules] ms5611 read function to request new measurement
- run periodic_check at higher freq
- the DT between two measurements should now be automatically correctly set
according to the freq of the baro_ms5611_read function
Commit: b8ec860edc4f7b46bcbb2816f681fe1332f7fbb2
https://github.com/paparazzi/paparazzi/commit/b8ec860edc4f7b46bcbb2816f681fe1332f7fbb2
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M sw/airborne/boards/ardrone/navdata.c
Log Message:
-----------
[ardrone] 200Hz Baro messages are actually 100Hz temp and then pressure. One
should not use the wrong temp with the wrong pressure either. A change tracker
is used.
Commit: 27b872c5a3e2eef6e0bd5f4a156659a738ea71f3
https://github.com/paparazzi/paparazzi/commit/27b872c5a3e2eef6e0bd5f4a156659a738ea71f3
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/rotorcraft/ins.makefile
M conf/firmwares/subsystems/rotorcraft/ins_extended.makefile
M sw/airborne/subsystems/ins/vf_extended_float.c
M sw/airborne/subsystems/ins/vf_float.c
Log Message:
-----------
Merge pull request #513 from paparazzi/ins_propagate_freq
[rotorcraft] INS_PROPAGATE_FREQUENCY for vff
Commit: 5ebb391b03012181dae5b7b348c67333c151419b
https://github.com/paparazzi/paparazzi/commit/5ebb391b03012181dae5b7b348c67333c151419b
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
M sw/airborne/boards/ardrone/baro_board.c
Log Message:
-----------
[ardrone] INS 200Hz progation, extended ins with baro alt0 estimation based
on GPS
Commit: f7d26c37a0390b7f9924ce92ecd8795799d9b76e
https://github.com/paparazzi/paparazzi/commit/f7d26c37a0390b7f9924ce92ecd8795799d9b76e
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M sw/airborne/arch/stm32/subsystems/imu/imu_krooz_sd_arch.c
M sw/airborne/boards/krooz/imu_krooz.c
M sw/airborne/boards/krooz/imu_krooz.h
Log Message:
-----------
[boards] imu_krooz: only set flag in isr, read data in event
This should prevent new i2c transactions beeing inserted from the ISR and hence
preventing other transactions from beeing properly added to the queue.
i2c_submit can currently not be called from ISRs, since the transaction queue
is checked
before interrupts are disabled.
Commit: 11b48b413e228556dabf56ea345188f5606c08d8
https://github.com/paparazzi/paparazzi/commit/11b48b413e228556dabf56ea345188f5606c08d8
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/firmwares/rotorcraft.makefile
M conf/firmwares/subsystems/shared/imu_krooz_sd.makefile
M conf/modules/baro_bmp.xml
M conf/modules/baro_ms5611_i2c.xml
A conf/modules/baro_ms5611_spi.xml
R sw/airborne/boards/krooz/baro_board.c
M sw/airborne/boards/krooz/baro_board.h
M sw/airborne/boards/lia/baro_board.h
M sw/airborne/boards/lisa_m/baro_board.c
M sw/airborne/boards/lisa_m/baro_board.h
R sw/airborne/boards/lisa_m/baro_ms5611_i2c.c
R sw/airborne/boards/lisa_m/baro_ms5611_spi.c
M sw/airborne/modules/sensors/baro_bmp.c
M sw/airborne/modules/sensors/baro_bmp.h
M sw/airborne/modules/sensors/baro_ms5611_i2c.c
M sw/airborne/modules/sensors/baro_ms5611_i2c.h
A sw/airborne/modules/sensors/baro_ms5611_spi.c
A sw/airborne/modules/sensors/baro_ms5611_spi.h
A sw/airborne/peripherals/bmp085.c
A sw/airborne/peripherals/bmp085.h
A sw/airborne/peripherals/bmp085_regs.h
A sw/airborne/peripherals/ms5611.c
M sw/airborne/peripherals/ms5611.h
A sw/airborne/peripherals/ms5611_i2c.c
A sw/airborne/peripherals/ms5611_i2c.h
A sw/airborne/peripherals/ms5611_regs.h
A sw/airborne/peripherals/ms5611_spi.c
A sw/airborne/peripherals/ms5611_spi.h
A sw/airborne/subsystems/sensors/baro_ms5611_i2c.c
A sw/airborne/subsystems/sensors/baro_ms5611_spi.c
Log Message:
-----------
Merge branch 'baro_peripherals'
closes #515
Commit: 029264bdc2d7e22f44479e9fef6177d0e54091b9
https://github.com/paparazzi/paparazzi/commit/029264bdc2d7e22f44479e9fef6177d0e54091b9
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/airframes/ardrone2_raw.xml
Log Message:
-----------
[Ardrone] Full Auto2 Flight in RAW Mode
Commit: fb4990234de147fd956b8372dc9f603f790640c4
https://github.com/paparazzi/paparazzi/commit/fb4990234de147fd956b8372dc9f603f790640c4
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M sw/airborne/subsystems/ins/vf_extended_float.c
M sw/airborne/subsystems/ins/vf_float.c
Log Message:
-----------
[ins] include std.h for PRINT_CONFIG_VAR
Commit: 8c7724cc3351db6e94f81efa6cd477352573a4ab
https://github.com/paparazzi/paparazzi/commit/8c7724cc3351db6e94f81efa6cd477352573a4ab
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/firmwares/lisa_test_progs.makefile
Log Message:
-----------
[conf][tests] fix test_baro sources
Commit: 63dbb46d2ea72bc6cd92d805b785caca7408ba85
https://github.com/paparazzi/paparazzi/commit/63dbb46d2ea72bc6cd92d805b785caca7408ba85
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
A make-release-tarball.sh
Log Message:
-----------
add make-release-tarball script
Commit: 313c647d00a1945257cd02a676936bf825cfc80a
https://github.com/paparazzi/paparazzi/commit/313c647d00a1945257cd02a676936bf825cfc80a
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/shared/imu_krooz_sd.makefile
Log Message:
-----------
[conf] imu in nps for krooz
Commit: 9572ca5b39bba6ab4eb75da16d8ddd2c17d6754d
https://github.com/paparazzi/paparazzi/commit/9572ca5b39bba6ab4eb75da16d8ddd2c17d6754d
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
M conf/firmwares/subsystems/lisa_passthrough/booz_stabilization_int.makefile
M conf/firmwares/subsystems/rotorcraft/ins_hff.makefile
Log Message:
-----------
[conf] remove unneeded DT_VFILTER
Commit: f2a5d9ea5cce1e4ec220877fbdfc836dfc767c5f
https://github.com/paparazzi/paparazzi/commit/f2a5d9ea5cce1e4ec220877fbdfc836dfc767c5f
Author: Felix Ruess <address@hidden>
Date: 2013-08-28 (Wed, 28 Aug 2013)
Changed paths:
R conf/firmwares/subsystems/fixedwing/joystick.makefile
Log Message:
-----------
[conf] remove joystick subsystem
rather add <define name="USE_JOYSTICK" value="TRUE"/> to your airframe file
Commit: 9c279840c28d4dbc7cf37baf8e8d8e6333178ee0
https://github.com/paparazzi/paparazzi/commit/9c279840c28d4dbc7cf37baf8e8d8e6333178ee0
Author: Felix Ruess <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M sw/airborne/subsystems/navigation/common_nav.c
M sw/airborne/subsystems/navigation/common_nav.h
Log Message:
-----------
[fixedwing] add nav_reset_utm_zone
start solving issue #508
Commit: d744f8ca2c9be9e957fe6acd034e6a032650bcd5
https://github.com/paparazzi/paparazzi/commit/d744f8ca2c9be9e957fe6acd034e6a032650bcd5
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/messages.xml
Log Message:
-----------
[Messages] Image Analysis Telemetry
Commit: 03c3b8f43a77b06894083e474fbd7560fe776211
https://github.com/paparazzi/paparazzi/commit/03c3b8f43a77b06894083e474fbd7560fe776211
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
A conf/firmwares/subsystems/shared/radio_control_superbitrf.makefile
M conf/messages.xml
M conf/telemetry/default_rotorcraft.xml
M sw/airborne/firmwares/rotorcraft/telemetry.h
M sw/airborne/mcu_periph/gpio.h
A sw/airborne/peripherals/cyrf6936.c
A sw/airborne/peripherals/cyrf6936.h
A sw/airborne/peripherals/cyrf6936_regs.h
A sw/airborne/subsystems/radio_control/superbitrf.c
A sw/airborne/subsystems/radio_control/superbitrf.h
Log Message:
-----------
[superbitrf] Initial commit for superbitrf 2.4GHz radio control
Commit: 55add10b2fb86c5b30378699e0bc69b5f980ffcf
https://github.com/paparazzi/paparazzi/commit/55add10b2fb86c5b30378699e0bc69b5f980ffcf
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/messages.xml
M conf/telemetry/default_rotorcraft.xml
M sw/airborne/firmwares/rotorcraft/telemetry.h
M sw/airborne/peripherals/cyrf6936.c
M sw/airborne/peripherals/cyrf6936.h
M sw/airborne/subsystems/radio_control/superbitrf.c
M sw/airborne/subsystems/radio_control/superbitrf.h
Log Message:
-----------
[superbitrf] Now got a full RC working, still needs testing.
Binding could be improved but already works about 30% of the times you try.
Commit: 7c69924c1c94d29bad5e105b152a2fdc147b138b
https://github.com/paparazzi/paparazzi/commit/7c69924c1c94d29bad5e105b152a2fdc147b138b
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/messages.xml
M sw/airborne/subsystems/radio_control/superbitrf.c
M sw/airborne/subsystems/radio_control/superbitrf.h
Log Message:
-----------
[superbitrf] Less RC Lost and fixed message
Implemented to make it only resyncing when it lost 2 packets of data. Also
fixed the message to show the correct status of the CYRF6936.
Commit: 66c80469a431e7b1443dbf772ebfda695e464117
https://github.com/paparazzi/paparazzi/commit/66c80469a431e7b1443dbf772ebfda695e464117
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
R conf/firmwares/subsystems/shared/radio_control_superbitrf.makefile
A conf/firmwares/subsystems/shared/radio_control_superbitrf_rc.makefile
A conf/firmwares/subsystems/shared/telemetry_superbitrf.makefile
M conf/messages.xml
M sw/airborne/firmwares/rotorcraft/telemetry.h
M sw/airborne/peripherals/cyrf6936.c
M sw/airborne/peripherals/cyrf6936.h
M sw/airborne/subsystems/datalink/datalink.h
M sw/airborne/subsystems/datalink/downlink.h
A sw/airborne/subsystems/datalink/superbitrf.c
A sw/airborne/subsystems/datalink/superbitrf.h
R sw/airborne/subsystems/radio_control/superbitrf.c
R sw/airborne/subsystems/radio_control/superbitrf.h
A sw/airborne/subsystems/radio_control/superbitrf_rc.c
A sw/airborne/subsystems/radio_control/superbitrf_rc.h
Log Message:
-----------
[superbitrf] Downlink is now functional
Still needs some extensive testing to make it more relaible.
Commit: 1964c097220780737da115cca3876fba66f06420
https://github.com/paparazzi/paparazzi/commit/1964c097220780737da115cca3876fba66f06420
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
M conf/messages.xml
M conf/telemetry/default_rotorcraft.xml
M sw/airborne/firmwares/rotorcraft/telemetry.h
M sw/airborne/peripherals/cyrf6936.c
M sw/airborne/peripherals/cyrf6936.h
M sw/airborne/subsystems/datalink/datalink.h
M sw/airborne/subsystems/datalink/superbitrf.c
M sw/airborne/subsystems/datalink/superbitrf.h
Log Message:
-----------
DSMX implementation
Commit: 06df13cf95ea4007e12c2ef48e068b00c113a55a
https://github.com/paparazzi/paparazzi/commit/06df13cf95ea4007e12c2ef48e068b00c113a55a
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M sw/airborne/subsystems/datalink/superbitrf.c
M sw/airborne/subsystems/datalink/superbitrf.h
Log Message:
-----------
Some small fixes
Commit: bfc5598ad88b9fd116e51e5ee82467c9eaab061a
https://github.com/paparazzi/paparazzi/commit/bfc5598ad88b9fd116e51e5ee82467c9eaab061a
Author: Piotr Esden-Tempski <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
A conf/airframes/esden/calib/ls01-default.xml
A conf/airframes/esden/quady_ls01pwm.xml
A conf/boards/lisa_s_0.1.makefile
M conf/firmwares/rotorcraft.makefile
A conf/firmwares/subsystems/shared/imu_lisa_s_v0.1.makefile
A sw/airborne/arch/stm32/lisa-s.ld
A sw/airborne/boards/lisa_s/baro_board.h
A sw/airborne/boards/lisa_s_0.1.h
Log Message:
-----------
Initial commit for Lisa/S V0.1 support.
Commit: 83492da11e950ed7c20210dd3e46c9f302819faa
https://github.com/paparazzi/paparazzi/commit/83492da11e950ed7c20210dd3e46c9f302819faa
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/esden/quady_ls01pwm.xml
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
A conf/airframes/walkera_heli.xml
M conf/boards/lisa_s_0.1.makefile
M conf/firmwares/subsystems/shared/radio_control_superbitrf_rc.makefile
M conf/firmwares/subsystems/shared/telemetry_superbitrf.makefile
M conf/messages.xml
M conf/telemetry/default_rotorcraft.xml
M sw/airborne/boards/lisa_s_0.1.h
M sw/airborne/firmwares/rotorcraft/telemetry.h
M sw/airborne/subsystems/datalink/superbitrf.c
M sw/airborne/subsystems/datalink/superbitrf.h
Log Message:
-----------
Walkera Heli flying good.
Commit: 2064e65ae710c34a40a8f2c185fb38cb5820f606
https://github.com/paparazzi/paparazzi/commit/2064e65ae710c34a40a8f2c185fb38cb5820f606
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/esden/quady_ls01pwm.xml
M conf/airframes/walkera_heli.xml
A conf/airframes/walkera_heli.xml.2013-08-21_140323
M conf/telemetry/default_rotorcraft.xml
M sw/airborne/peripherals/cyrf6936.c
M sw/airborne/subsystems/datalink/superbitrf.c
M sw/airborne/subsystems/datalink/superbitrf.h
Log Message:
-----------
Fixed binding
Commit: d3ab30d97e5d4cca9164f3635174b2ace4575f30
https://github.com/paparazzi/paparazzi/commit/d3ab30d97e5d4cca9164f3635174b2ace4575f30
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/conf.xml.example
Log Message:
-----------
Edited config example
Commit: 0e94c634a96f9d95e362206ce598d7f30381dc73
https://github.com/paparazzi/paparazzi/commit/0e94c634a96f9d95e362206ce598d7f30381dc73
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/esden/quady_ls01pwm.xml
Log Message:
-----------
Better Body to IMU and superbitrf telemetry
Commit: 5f34ae6e8ee4ab0395f2dbbd1c7a2b442ad9e038
https://github.com/paparazzi/paparazzi/commit/5f34ae6e8ee4ab0395f2dbbd1c7a2b442ad9e038
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
A conf/airframes/walkera_V120D02S.xml
A conf/settings/superbitrf.xml
M sw/airborne/subsystems/datalink/superbitrf.c
M sw/airborne/subsystems/datalink/superbitrf.h
Log Message:
-----------
Fast commit
Commit: 664df087fd511cc1aef4bac0d8ca395b956b1eca
https://github.com/paparazzi/paparazzi/commit/664df087fd511cc1aef4bac0d8ca395b956b1eca
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
A conf/airframes/CDW/MicroMavRickLisaS.xml
Log Message:
-----------
[airframes] MicroMavRick
Commit: 9a672b08692e87144c6cb976d47815020a1e08da
https://github.com/paparazzi/paparazzi/commit/9a672b08692e87144c6cb976d47815020a1e08da
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/esden/quady_ls01pwm.xml
M conf/firmwares/subsystems/shared/imu_lisa_s_v0.1.makefile
M sw/airborne/subsystems/datalink/superbitrf.c
M sw/airborne/subsystems/datalink/superbitrf.h
M sw/airborne/subsystems/imu/imu_aspirin_2_spi.c
Log Message:
-----------
Magneto axis correction
Commit: b58bf64e7fb2cab4162d54d10b6f1ec311fb9a59
https://github.com/paparazzi/paparazzi/commit/b58bf64e7fb2cab4162d54d10b6f1ec311fb9a59
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/conf.xml.example
Log Message:
-----------
Config file with airframes added
Commit: 54b598609fb6819e0c34cf3f8592ea551e150867
https://github.com/paparazzi/paparazzi/commit/54b598609fb6819e0c34cf3f8592ea551e150867
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/CDW/MicroMavRickLisaS.xml
Log Message:
-----------
channels reversed
Commit: 8a9011f9007dc75898ffe5030e4c887b2b69aeb0
https://github.com/paparazzi/paparazzi/commit/8a9011f9007dc75898ffe5030e4c887b2b69aeb0
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/esden/quady_ls01pwm.xml
M conf/airframes/walkera_V120D02S.xml
Log Message:
-----------
Airframes walkera update
Commit: 97563ded23bcee916f7e7c233620ed352825c2f8
https://github.com/paparazzi/paparazzi/commit/97563ded23bcee916f7e7c233620ed352825c2f8
Author: fvantienen <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
R conf/airframes/CDW/MicroMavRickLisaS.xml
A conf/airframes/TUDelft/IMAV2013/conf.xml
A conf/airframes/TUDelft/IMAV2013/mavrick_lisa_s.xml
A conf/airframes/TUDelft/IMAV2013/quadrotor_lisa_s.xml
A conf/airframes/TUDelft/IMAV2013/walkera_V120D02S.xml
A conf/airframes/TUDelft/IMAV2013/walkera_genius_v1.xml
M conf/airframes/esden/quady_ls01pwm.xml
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
A conf/airframes/examples/quadrotor_lisa_s.xml
R conf/airframes/walkera_V120D02S.xml
R conf/airframes/walkera_heli.xml
R conf/airframes/walkera_heli.xml.2013-08-21_140323
M conf/conf.xml.example
M conf/firmwares/rotorcraft.makefile
R conf/settings/superbitrf.xml
M conf/telemetry/default_rotorcraft.xml
M sw/airborne/boards/lisa_s/baro_board.h
Log Message:
-----------
[superbitrf] Cleanup
Commit: e613e79fbe9c0c387cecd161877a8c802b2967a0
https://github.com/paparazzi/paparazzi/commit/e613e79fbe9c0c387cecd161877a8c802b2967a0
Author: Felix Ruess <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M sw/tools/calibration/calibrate.py
Log Message:
-----------
[tools] calibration: automatically choose noise_threshold
Commit: a244d214a5ba1c6bddc99e6edd66daf33aafd509
https://github.com/paparazzi/paparazzi/commit/a244d214a5ba1c6bddc99e6edd66daf33aafd509
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M sw/airborne/boards/ardrone/actuators_ardrone2_raw.c
M sw/airborne/boards/ardrone/actuators_ardrone2_raw.h
M sw/airborne/boards/ardrone/baro_board.c
M sw/airborne/boards/ardrone/navdata.c
Log Message:
-----------
[ARDrone] LED driver fixed
Commit: 271931bbfc6db1ff5bccc26b2b0a6fa91651cf8d
https://github.com/paparazzi/paparazzi/commit/271931bbfc6db1ff5bccc26b2b0a6fa91651cf8d
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M conf/airframes/TUDelft/IMAV2013/mavrick_lisa_s.xml
M conf/airframes/TUDelft/IMAV2013/quadrotor_lisa_s.xml
M conf/airframes/TUDelft/IMAV2013/walkera_V120D02S.xml
M conf/airframes/TUDelft/IMAV2013/walkera_genius_v1.xml
M conf/airframes/examples/quadrotor_lisa_s.xml
Log Message:
-----------
[airframes] Gyro and Accelero sensitivity from datasheet by default, gyro
neutral = automatic by filter, acc neutral and mag neutral need to be calibrated
Commit: 515b6077ba65e0c269a259bdea286d78d3a49125
https://github.com/paparazzi/paparazzi/commit/515b6077ba65e0c269a259bdea286d78d3a49125
Author: Christophe De Wagter <address@hidden>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
A conf/airframes/TUDelft/IMAV2013/conf.xml
A conf/airframes/TUDelft/IMAV2013/mavrick_lisa_s.xml
A conf/airframes/TUDelft/IMAV2013/quadrotor_lisa_s.xml
A conf/airframes/TUDelft/IMAV2013/walkera_V120D02S.xml
A conf/airframes/TUDelft/IMAV2013/walkera_genius_v1.xml
A conf/airframes/esden/calib/ls01-default.xml
A conf/airframes/esden/quady_ls01pwm.xml
A conf/airframes/examples/quadrotor_lisa_s.xml
A conf/boards/lisa_s_0.1.makefile
M conf/conf.xml.example
M conf/firmwares/rotorcraft.makefile
A conf/firmwares/subsystems/shared/imu_lisa_s_v0.1.makefile
A conf/firmwares/subsystems/shared/radio_control_superbitrf_rc.makefile
A conf/firmwares/subsystems/shared/telemetry_superbitrf.makefile
M conf/messages.xml
M conf/telemetry/default_rotorcraft.xml
A sw/airborne/arch/stm32/lisa-s.ld
A sw/airborne/boards/lisa_s/baro_board.h
A sw/airborne/boards/lisa_s_0.1.h
M sw/airborne/firmwares/rotorcraft/telemetry.h
M sw/airborne/mcu_periph/gpio.h
A sw/airborne/peripherals/cyrf6936.c
A sw/airborne/peripherals/cyrf6936.h
A sw/airborne/peripherals/cyrf6936_regs.h
M sw/airborne/subsystems/datalink/datalink.h
M sw/airborne/subsystems/datalink/downlink.h
A sw/airborne/subsystems/datalink/superbitrf.c
A sw/airborne/subsystems/datalink/superbitrf.h
M sw/airborne/subsystems/imu/imu_aspirin_2_spi.c
A sw/airborne/subsystems/radio_control/superbitrf_rc.c
A sw/airborne/subsystems/radio_control/superbitrf_rc.h
Log Message:
-----------
Merge pull request #517 from fvantienen/superbitrf
SuperbitRF and Lisa/S
Commit: 8cc90461ecabb3b42020c0f4c6505add13e3ed61
https://github.com/paparazzi/paparazzi/commit/8cc90461ecabb3b42020c0f4c6505add13e3ed61
Author: Felix Ruess <address@hidden>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_ms5611_spi.h
Log Message:
-----------
[modules] baro_ms5611_spi: fix update macro
Commit: 9919870bf9a953871f6fed78e6d46779059d88c4
https://github.com/paparazzi/paparazzi/commit/9919870bf9a953871f6fed78e6d46779059d88c4
Author: Felix Ruess <address@hidden>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M sw/airborne/subsystems/datalink/downlink.h
Log Message:
-----------
[datalink] only include superbitrf if actually used
fixes compilation on ar_drone/omap
Commit: 2ccb9d4f6c1c4ddc3f8608d5e0ca688f55972144
https://github.com/paparazzi/paparazzi/commit/2ccb9d4f6c1c4ddc3f8608d5e0ca688f55972144
Author: Felix Ruess <address@hidden>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M sw/airborne/peripherals/cyrf6936.c
M sw/airborne/subsystems/datalink/superbitrf.c
Log Message:
-----------
[superbitrf] minor include fixes
Commit: ef84f4c8df4cd49d07468b4f715e681667a3075c
https://github.com/paparazzi/paparazzi/commit/ef84f4c8df4cd49d07468b4f715e681667a3075c
Author: Felix Ruess <address@hidden>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
A sw/airborne/arch/omap/mcu_periph/gpio_arch.h
Log Message:
-----------
[omap] add empty gpio_arch.h
Commit: 45c61055c3bd14595b6742d8638e78f1aae1835f
https://github.com/paparazzi/paparazzi/commit/45c61055c3bd14595b6742d8638e78f1aae1835f
Author: Felix Ruess <address@hidden>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_ms5611_i2c.c
M sw/airborne/modules/sensors/baro_ms5611_spi.c
Log Message:
-----------
[modules] baro_ms5611: don't send MS5611_COEFF by default
to send the MS5611_COEFF message either set BARO_MS5611_SEND_COEFF to TRUE to
send it every 5s
or explicitly call baro_ms5611_send_coeff
Commit: 4765f35f937885b1bd0813ea008769045a042f7a
https://github.com/paparazzi/paparazzi/commit/4765f35f937885b1bd0813ea008769045a042f7a
Author: Felix Ruess <address@hidden>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M sw/airborne/modules/sensors/baro_ms5611_i2c.h
M sw/airborne/modules/sensors/baro_ms5611_spi.h
Log Message:
-----------
[modules] add baro_ms5611_send_coeff declaration
Commit: 3c1e0417788fc26ef21f827c62bd2c54d1a28ae6
https://github.com/paparazzi/paparazzi/commit/3c1e0417788fc26ef21f827c62bd2c54d1a28ae6
Author: Felix Ruess <address@hidden>
Date: 2013-08-30 (Fri, 30 Aug 2013)
Changed paths:
M Makefile
M conf/Makefile.omap
A conf/airframes/CDW/asctec_cdw.xml
A conf/airframes/CDW/tricopter_cdw.xml
A conf/airframes/TUDelft/IMAV2013/conf.xml
A conf/airframes/TUDelft/IMAV2013/mavrick_lisa_s.xml
A conf/airframes/TUDelft/IMAV2013/quadrotor_lisa_s.xml
A conf/airframes/TUDelft/IMAV2013/walkera_V120D02S.xml
A conf/airframes/TUDelft/IMAV2013/walkera_genius_v1.xml
M conf/airframes/ardrone2_raw.xml
M conf/airframes/ardrone2_sdk.xml
A conf/airframes/esden/calib/ls01-default.xml
A conf/airframes/esden/quady_ls01pwm.xml
M conf/airframes/examples/krooz_sd/krooz_sd_hexa_mkk.xml
M conf/airframes/examples/krooz_sd/krooz_sd_okto_mkk.xml
M conf/airframes/examples/krooz_sd/krooz_sd_quad_mkk.xml
M conf/airframes/examples/krooz_sd/krooz_sd_quad_pwm.xml
M conf/airframes/examples/lisa_asctec.xml
M conf/airframes/examples/quadrotor_lisa_m_2_pwm_spektrum.xml
M conf/airframes/examples/quadrotor_lisa_m_mkk.xml
A conf/airframes/examples/quadrotor_lisa_s.xml
M conf/airframes/examples/quadrotor_mlkf.xml
M conf/airframes/examples/quadshot_asp21_spektrum.xml
M conf/airframes/examples/stm32f4_discovery_test.xml
M conf/airframes/fraser_lisa_m_rotorcraft.xml
M conf/airframes/obsolete/Poine/test_libeknav.xml
A conf/boards/lisa_s_0.1.makefile
M conf/conf.xml.example
M conf/firmwares/lisa_test_progs.makefile
M conf/firmwares/rotorcraft.makefile
A conf/firmwares/subsystems/fixedwing/ahrs_gx3.makefile
R conf/firmwares/subsystems/fixedwing/joystick.makefile
M conf/firmwares/subsystems/lisa_passthrough/booz_stabilization_int.makefile
R conf/firmwares/subsystems/rotorcraft/ahrs_extern_quat.makefile
M conf/firmwares/subsystems/rotorcraft/ahrs_float_cmpl_rmat.makefile
A conf/firmwares/subsystems/rotorcraft/ahrs_gx3.makefile
R conf/firmwares/subsystems/rotorcraft/ahrs_lkf.makefile
M conf/firmwares/subsystems/rotorcraft/fdm_jsbsim.makefile
M conf/firmwares/subsystems/rotorcraft/ins.makefile
M conf/firmwares/subsystems/rotorcraft/ins_extended.makefile
M conf/firmwares/subsystems/rotorcraft/ins_hff.makefile
M conf/firmwares/subsystems/rotorcraft/stabilization_euler.makefile
R conf/firmwares/subsystems/shared/ahrs_gx3.makefile
M conf/firmwares/subsystems/shared/imu_krooz_sd.makefile
A conf/firmwares/subsystems/shared/imu_lisa_s_v0.1.makefile
A conf/firmwares/subsystems/shared/radio_control_superbitrf_rc.makefile
A conf/firmwares/subsystems/shared/telemetry_superbitrf.makefile
A conf/flight_plans/zamboni_survey_test.xml
M conf/messages.xml
M conf/modules/AOA_adc.xml
M conf/modules/baro_bmp.xml
M conf/modules/baro_ms5611_i2c.xml
A conf/modules/baro_ms5611_spi.xml
A conf/modules/gumstix_qr_code_spi_link.xml
A conf/modules/zamboni_survey.xml
M conf/settings/control/rotorcraft_guidance.xml
R conf/settings/estimation/booz2_ahrs_lkf.xml
M conf/system/udev/rules/50-paparazzi.rules
M conf/telemetry/default_rotorcraft.xml
A make-release-tarball.sh
M paparazzi_version
M sw/airborne/arch/lpc21/mcu_periph/gpio_arch.h
M sw/airborne/arch/lpc21/mcu_periph/i2c_arch.c
M sw/airborne/arch/lpc21/mcu_periph/uart_arch.h
A sw/airborne/arch/omap/mcu_periph/gpio_arch.h
M sw/airborne/arch/omap/mcu_periph/uart_arch.c
M sw/airborne/arch/omap/mcu_periph/uart_arch.h
A sw/airborne/arch/omap/serial_port.c
A sw/airborne/arch/omap/serial_port.h
A sw/airborne/arch/stm32/lisa-s.ld
M sw/airborne/arch/stm32/mcu_periph/gpio_arch.h
M sw/airborne/arch/stm32/mcu_periph/i2c_arch.c
M sw/airborne/arch/stm32/mcu_periph/spi_arch.c
M sw/airborne/arch/stm32/mcu_periph/uart_arch.h
M sw/airborne/arch/stm32/subsystems/imu/imu_krooz_sd_arch.c
M sw/airborne/boards/apogee_1.0.h
M sw/airborne/boards/ardrone/actuators_ardrone2_raw.c
M sw/airborne/boards/ardrone/actuators_ardrone2_raw.h
M sw/airborne/boards/ardrone/baro_board.c
M sw/airborne/boards/ardrone/baro_board.h
M sw/airborne/boards/ardrone/electrical_raw.c
M sw/airborne/boards/ardrone/navdata.c
M sw/airborne/boards/ardrone/navdata.h
R sw/airborne/boards/krooz/baro_board.c
M sw/airborne/boards/krooz/baro_board.h
M sw/airborne/boards/krooz/imu_krooz.c
M sw/airborne/boards/krooz/imu_krooz.h
M sw/airborne/boards/lia/baro_board.h
M sw/airborne/boards/lisa_m/baro_board.c
M sw/airborne/boards/lisa_m/baro_board.h
R sw/airborne/boards/lisa_m/baro_ms5611_i2c.c
R sw/airborne/boards/lisa_m/baro_ms5611_spi.c
A sw/airborne/boards/lisa_s/baro_board.h
A sw/airborne/boards/lisa_s_0.1.h
A sw/airborne/boards/stm32f4_discovery.h
M sw/airborne/firmwares/beth/overo_test_uart.c
M sw/airborne/firmwares/beth/uart_hw.c
M sw/airborne/firmwares/fixedwing/ap_downlink.h
M sw/airborne/firmwares/fixedwing/guidance/energy_ctrl.c
M sw/airborne/firmwares/fixedwing/main_ap.c
M sw/airborne/firmwares/fixedwing/main_fbw.c
M sw/airborne/firmwares/rotorcraft/autopilot.c
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.c
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.h
A sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adapt.c
A sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adapt.h
R sw/airborne/firmwares/rotorcraft/guidance/guidance_v_adpt.h
M sw/airborne/firmwares/rotorcraft/main.c
M sw/airborne/firmwares/rotorcraft/telemetry.h
R sw/airborne/fms/fms_serial_port.c
R sw/airborne/fms/fms_serial_port.h
M sw/airborne/lisa/test/lisa_test_hmc5843.c
M sw/airborne/lisa/test/lisa_test_itg3200.c
M sw/airborne/lisa/test/test_board.c
M sw/airborne/lisa/test/test_mc_asctec_v1_simple.c
M sw/airborne/lisa/test_baro_i2c.c
M sw/airborne/math/pprz_algebra_double.h
M sw/airborne/math/pprz_algebra_float.h
M sw/airborne/math/pprz_algebra_int.h
M sw/airborne/math/pprz_geodetic_int.c
M sw/airborne/math/pprz_geodetic_int.h
M sw/airborne/math/pprz_simple_matrix.h
M sw/airborne/mcu_periph/gpio.h
M sw/airborne/mcu_periph/i2c.h
M sw/airborne/mcu_periph/uart.h
M sw/airborne/modules/core/sys_mon.c
M sw/airborne/modules/core/sys_mon.h
M sw/airborne/modules/geo_mag/geo_mag.c
A sw/airborne/modules/gumstix_interface/qr_code_spi_link.c
A sw/airborne/modules/gumstix_interface/qr_code_spi_link.h
M sw/airborne/modules/max7456/max7456.c
M sw/airborne/modules/max7456/max7456_regs.h
A sw/airborne/modules/nav/zamboni_survey.c
A sw/airborne/modules/nav/zamboni_survey.h
R sw/airborne/modules/sensors/AOA_adc.c
R sw/airborne/modules/sensors/AOA_adc.h
M sw/airborne/modules/sensors/airspeed_amsys.c
A sw/airborne/modules/sensors/aoa_adc.c
A sw/airborne/modules/sensors/aoa_adc.h
M sw/airborne/modules/sensors/baro_MS5534A.h
M sw/airborne/modules/sensors/baro_amsys.c
M sw/airborne/modules/sensors/baro_amsys.h
M sw/airborne/modules/sensors/baro_bmp.c
M sw/airborne/modules/sensors/baro_bmp.h
M sw/airborne/modules/sensors/baro_board_module.h
M sw/airborne/modules/sensors/baro_ets.h
M sw/airborne/modules/sensors/baro_ms5611_i2c.c
M sw/airborne/modules/sensors/baro_ms5611_i2c.h
A sw/airborne/modules/sensors/baro_ms5611_spi.c
A sw/airborne/modules/sensors/baro_ms5611_spi.h
M sw/airborne/modules/sensors/baro_scp.h
A sw/airborne/peripherals/bmp085.c
A sw/airborne/peripherals/bmp085.h
A sw/airborne/peripherals/bmp085_regs.h
A sw/airborne/peripherals/cyrf6936.c
A sw/airborne/peripherals/cyrf6936.h
A sw/airborne/peripherals/cyrf6936_regs.h
A sw/airborne/peripherals/ms5611.c
M sw/airborne/peripherals/ms5611.h
A sw/airborne/peripherals/ms5611_i2c.c
A sw/airborne/peripherals/ms5611_i2c.h
A sw/airborne/peripherals/ms5611_regs.h
A sw/airborne/peripherals/ms5611_spi.c
A sw/airborne/peripherals/ms5611_spi.h
M sw/airborne/state.h
R sw/airborne/subsystems/ahrs/ahrs_extern_quat.c
R sw/airborne/subsystems/ahrs/ahrs_extern_quat.h
M sw/airborne/subsystems/ahrs/ahrs_float_cmpl.c
M sw/airborne/subsystems/ahrs/ahrs_float_cmpl.h
R sw/airborne/subsystems/ahrs/ahrs_float_ekf.c
R sw/airborne/subsystems/ahrs/ahrs_float_ekf.h
R sw/airborne/subsystems/ahrs/ahrs_float_lkf.c
R sw/airborne/subsystems/ahrs/ahrs_float_lkf.h
M sw/airborne/subsystems/ahrs/ahrs_float_mlkf.c
M sw/airborne/subsystems/ahrs/ahrs_float_mlkf.h
M sw/airborne/subsystems/ahrs/ahrs_gx3.c
M sw/airborne/subsystems/ahrs/ahrs_gx3.h
M sw/airborne/subsystems/datalink/datalink.h
M sw/airborne/subsystems/datalink/downlink.h
A sw/airborne/subsystems/datalink/superbitrf.c
A sw/airborne/subsystems/datalink/superbitrf.h
M sw/airborne/subsystems/imu.c
M sw/airborne/subsystems/imu.h
M sw/airborne/subsystems/imu/imu_ardrone2_raw.c
M sw/airborne/subsystems/imu/imu_ardrone2_raw.h
M sw/airborne/subsystems/imu/imu_aspirin_2_spi.c
M sw/airborne/subsystems/imu/imu_aspirin_i2c.c
M sw/airborne/subsystems/imu/imu_nps.h
M sw/airborne/subsystems/ins/ins_alt_float.c
M sw/airborne/subsystems/ins/ins_alt_float.h
M sw/airborne/subsystems/ins/ins_int.c
M sw/airborne/subsystems/ins/ins_int.h
M sw/airborne/subsystems/ins/ins_int_extended.c
A sw/airborne/subsystems/ins/ins_int_extended.h
M sw/airborne/subsystems/ins/vf_extended_float.c
M sw/airborne/subsystems/ins/vf_float.c
M sw/airborne/subsystems/navigation/common_nav.c
M sw/airborne/subsystems/navigation/common_nav.h
M sw/airborne/subsystems/radio_control/sbus.c
A sw/airborne/subsystems/radio_control/superbitrf_rc.c
A sw/airborne/subsystems/radio_control/superbitrf_rc.h
A sw/airborne/subsystems/sensors/baro_ms5611_i2c.c
A sw/airborne/subsystems/sensors/baro_ms5611_spi.c
M sw/airborne/test/subsystems/test_ahrs.c
M sw/airborne/test/subsystems/test_imu.c
M sw/ext/ardrone2_drivers/cdc-acm.ko
R sw/ext/ardrone2_drivers/cp210x.ko
R sw/ext/ardrone2_drivers/ftdi-sio.ko
R sw/ext/ardrone2_drivers/pl2303.ko
R sw/ext/ardrone2_drivers/usbserial.ko
M sw/simulator/pprzsim-launch
M sw/supervision/paparazzicenter.glade
M sw/supervision/paparazzicenter.ml
M sw/tools/calibration/calibrate.py
Log Message:
-----------
Merge branch 'master' into px4fmu1.7
* master: (126 commits)
[modules] add baro_ms5611_send_coeff declaration
[modules] baro_ms5611: don't send MS5611_COEFF by default
[omap] add empty gpio_arch.h
[superbitrf] minor include fixes
[datalink] only include superbitrf if actually used
[modules] baro_ms5611_spi: fix update macro
[airframes] Gyro and Accelero sensitivity from datasheet by default, gyro
neutral = automatic by filter, acc neutral and mag neutral need to be calibrated
[ARDrone] LED driver fixed
[tools] calibration: automatically choose noise_threshold
[superbitrf] Cleanup
Airframes walkera update
channels reversed
Config file with airframes added
Magneto axis correction
[airframes] MicroMavRick
Fast commit
Better Body to IMU and superbitrf telemetry
Edited config example
Fixed binding
Walkera Heli flying good.
...
Compare:
https://github.com/paparazzi/paparazzi/compare/59a54ea46c8c...3c1e0417788f