PX4-Autopilot/docs/zh/msg_docs/EstimatorStates.md
PX4 Build Bot 47d5971f42
New Crowdin translations - zh-CN (#26488)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-02-18 16:44:34 +11:00

1.8 KiB

pageClass
pageClass
is-wide-page

EstimatorStates (UORB message)

TOPICS: estimator_states

Fields

参数名 类型 Unit [Frame] Range/Enum 描述
timestamp uint64 time since system start (microseconds)
timestamp_sample uint64 the timestamp of the raw data (microseconds)
states float32[25] Internal filter states
n_states uint8 Number of states effectively used
covariances float32[24] Diagonal Elements of Covariance Matrix

Source Message

Source file (GitHub)

:::details Click here to see original file

uint64 timestamp		# time since system start (microseconds)
uint64 timestamp_sample         # the timestamp of the raw data (microseconds)

float32[25] states		# Internal filter states
uint8 n_states		# Number of states effectively used

float32[24] covariances	# Diagonal Elements of Covariance Matrix

:::