mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 06:39:25 +08:00
f100cd73ef
This data is only updated at 5Hz and only required pre-flight.
6 lines
456 B
Plaintext
6 lines
456 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
float32 hpos_drift_rate # Horizontal position rate magnitude checked using EKF2_REQ_HDRIFT (m/s)
|
|
float32 vpos_drift_rate # Vertical position rate magnitude checked using EKF2_REQ_VDRIFT (m/s)
|
|
float32 hspd # Filtered horizontal velocity magnitude checked using EKF2_REQ_HDRIFT (m/s)
|
|
bool blocked # true when drift calculation is blocked due to IMU movement check controlled by EKF2_MOVE_TEST
|