PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Class handling the EKF2 innovation pre flight checks. More...
#include <uORB/topics/vehicle_status.h>
#include <uORB/topics/ekf2_innovations.h>
#include <matrix/matrix/math.hpp>
#include "InnovationLpf.hpp"
Go to the source code of this file.
Classes | |
class | PreFlightChecker |
Class handling the EKF2 innovation pre flight checks.
First call the update(...) function and then get the results using the hasXxxFailed() getters
Definition in file PreFlightChecker.hpp.