InertialFilterMsgPayload

Defines

AKF_N_STATES
MAX_N_ATT_STATES
struct InertialFilterMsgPayload
#include <InertialFilterMsgPayload.h>

structure for filter-states output for the unscented kalman filter implementation of the inertial state estimator

Public Members

double timeTag

[s] Current time of validity for output

double covar[AKF_N_STATES * AKF_N_STATES]

[-] Current covariance of the filter

double state[AKF_N_STATES]

[-] Current estimated state of the filter

int numObs

[-] Valid observation count for this frame