ardupilot/libraries/AP_NavEKF
priseborough 487bbc3ed2 AP_NavEKF: Fix reporting of position status
Split publishing of local position into horiz and vert components with separate validity checks
Split status reporting into separate update and get functions and only update once after each loop update. This removes unnecessary re-calculation of the status logic and ensures all consumers get the same data (avoid possible race conditions).
2016-07-19 12:16:48 +10:00
..
Models AP_NavEKF: Fix typos 2016-05-13 19:20:06 -03:00
AP_Nav_Common.h AP_NavEKF: replace header guard with pragma once 2016-03-16 18:40:42 +11:00
AP_NavEKF_core.cpp AP_NavEKF: Fix reporting of position status 2016-07-19 12:16:48 +10:00
AP_NavEKF_core.h AP_NavEKF: Fix reporting of position status 2016-07-19 12:16:48 +10:00
AP_NavEKF.cpp AP_NavEKF: Fix reporting of position status 2016-07-19 12:16:48 +10:00
AP_NavEKF.h AP_NavEKF: Fix reporting of position status 2016-07-19 12:16:48 +10:00