ardupilot/libraries/AP_NavEKF2
Andrew Tridgell 1e75bb971e AP_NavEKF2: constrain vertical error
this prevents a floating point exception with external AHRS
2021-01-05 21:13:12 +11:00
..
AP_NavEKF2.cpp AP_NavEKF2: fixed init order for scheduler 2021-01-02 10:30:26 +11:00
AP_NavEKF2.h AP_NavEKF2: Add accessor function for body frame airspeed vector 2020-12-11 15:21:41 +11:00
AP_NavEKF2_AirDataFusion.cpp AP_NavEKF2: move tasHealth to be a stack variable 2020-12-01 10:40:09 +11:00
AP_NavEKF2_Control.cpp AP_NavEKF2: removed inhibitGps and inhibitGpsVertVel options 2020-12-01 10:33:50 +11:00
AP_NavEKF2_Logging.cpp AP_NavEKF2: move EKF2 message ids into AP_NavEKF2 2020-12-08 11:30:10 +11:00
AP_NavEKF2_MagFusion.cpp AP_NavEKF2: move badMagYaw onto stack 2020-12-01 10:40:09 +11:00
AP_NavEKF2_Measurements.cpp AP_NavEKF2: only fuse airspeed if healthy 2020-12-11 09:59:49 +11:00
AP_NavEKF2_OptFlowFusion.cpp AP_NavEKF2: fixed use of pointers in ringbuffers 2020-11-10 16:15:45 +11:00
AP_NavEKF2_Outputs.cpp AP_NavEKF2: Add accessor function for body frame airspeed vector 2020-12-11 15:21:41 +11:00
AP_NavEKF2_PosVelFusion.cpp AP_NavEKF2: move posvel fusion health booleans to be on the stack 2020-12-01 10:40:09 +11:00
AP_NavEKF2_RngBcnFusion.cpp AP_NavEKF2: correct includes 2020-08-07 19:20:07 +10:00
AP_NavEKF2_VehicleStatus.cpp AP_NavEKF2: don't reset EKx_GPS_TYPE when GPS has no vertical velocity 2020-12-01 10:33:50 +11:00
AP_NavEKF2_core.cpp AP_NavEKF2: constrain vertical error 2021-01-05 21:13:12 +11:00
AP_NavEKF2_core.h AP_NavEKF2: Add accessor function for body frame airspeed vector 2020-12-11 15:21:41 +11:00
AP_NavEKF_GyroBias.cpp AP_NavEKF2: cleanup unused code 2020-11-10 16:15:45 +11:00
LogStructure.h AP_NavEKF2: move EKF2 message ids into AP_NavEKF2 2020-12-08 11:30:10 +11:00