ardupilot/libraries/AC_AttitudeControl
Randy Mackay 67097c8d59 AC_AttitudeControl: use gyro_latest
This allows moving the attitude control before the ahrs/ekf update

We continue to use ahrs.get_gyro for the non-time-critical heli
passthrough functions.  We should avoid using get_gyro_latest() unless we know there is a direct benefit because it could lead to inconsistent gyro values vs what the EKF is using.
2017-03-03 13:14:28 +11:00
..
AC_AttitudeControl.cpp AC_AttitudeControl: use gyro_latest 2017-03-03 13:14:28 +11:00
AC_AttitudeControl.h AC_AttitudeControl: use gyro_latest 2017-03-03 13:14:28 +11:00
AC_AttitudeControl_Heli.cpp AC_AttitudeControl: use gyro_latest 2017-03-03 13:14:28 +11:00
AC_AttitudeControl_Heli.h AC_AttitudeControl: use gyro_latest 2017-03-03 13:14:28 +11:00
AC_AttitudeControl_Multi.cpp AC_AttitudeControl: use gyro_latest 2017-03-03 13:14:28 +11:00
AC_AttitudeControl_Multi.h AC_AttitudeControl: added set_throttle_mix_value() 2017-02-26 09:20:51 +11:00
AC_AttitudeControl_Sub.cpp AC_AttitudeControl: use gyro_latest 2017-03-03 13:14:28 +11:00
AC_AttitudeControl_Sub.h AC_AttitudeControl: Add AC_AttitudeControl_Sub class 2017-02-21 11:26:14 +11:00
AC_PosControl.cpp AC_AttitudeControl: added support for AP_AHRS_View 2017-02-18 17:26:43 +11:00
AC_PosControl.h AC_PosControl: Add AC_PosControl_Sub class 2017-02-21 11:26:14 +11:00
AC_PosControl_Sub.cpp AC_PosControl: Add AC_PosControl_Sub class 2017-02-21 11:26:14 +11:00
AC_PosControl_Sub.h AC_PosControl: Add AC_PosControl_Sub class 2017-02-21 11:26:14 +11:00
ControlMonitor.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00