Typedef lupnt::FaultDetectionFunction¶
Defined in File ekf.h
Typedef Documentation¶
-
typedef std::function<void(KalmanFilter*)> lupnt::FaultDetectionFunction¶
Function signature for a custom fault-detection/outlier-rejection callback, registered via
KalmanFilter::SetFaultDetectionFunction.