Skip to content

EstimatorFusionControl (UORB message)

TOPICS: estimator_fusion_control

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64time since system start (microseconds)
gps_intendedbool[2]
of_intendedbool
ev_intendedbool
agp_intendedbool[4]
baro_intendedbool
rng_intendedbool
mag_intendedbool
aspd_intendedbool
rngbcn_intendedbool
gps_activebool[2]
of_activebool
ev_activebool
agp_activebool[4]
baro_activebool
rng_activebool
mag_activebool
aspd_activebool
rngbcn_activebool

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint64 timestamp                # time since system start (microseconds)

# sensor intended for fusion (enabled via EKF2_SENS_EN AND CTRL param != disabled)
bool[2] gps_intended
bool of_intended
bool ev_intended
bool[4] agp_intended
bool baro_intended
bool rng_intended
bool mag_intended
bool aspd_intended
bool rngbcn_intended

# whether the estimator is actively fusing data from each source
bool[2] gps_active
bool of_active
bool ev_active
bool[4] agp_active
bool baro_active
bool rng_active
bool mag_active
bool aspd_active
bool rngbcn_active