Skip to content

VteOrientation (UORB message)

Vision Target Estimator orientation state, exposing the full yaw filter output with covariances for logging and tuning.

Published by: vision_target_estimator (VTEOrientation). Subscribed by: logger only. The orientation-related fields consumed elsewhere (precision landing) are exposed on landing_target_pose.

TOPICS: vte_orientation

Fields

参数名类型Unit [Frame]Range/Enum描述
timestampuint64usTime since system start
orientation_validboolRelative orientation estimate valid
yawfloat32rad [NED]Target yaw angle
cov_yawfloat32rad^2Variance of yaw
yaw_ratefloat32rad/s [NED]Target yaw rate
cov_yaw_ratefloat32(rad/s)^2Variance of yaw_rate

Source Message

Source file (GitHub)

Details

Click here to see original file

c
# Vision Target Estimator orientation state, exposing the full yaw filter output with covariances for logging and tuning.
#
# Published by: vision_target_estimator (VTEOrientation).
# Subscribed by: logger only. The orientation-related fields consumed elsewhere (precision landing) are exposed on landing_target_pose.

uint64 timestamp # [us] Time since system start

bool orientation_valid # [-] Relative orientation estimate valid

float32 yaw # [rad] [@frame NED] Target yaw angle
float32 cov_yaw # [rad^2] Variance of yaw

float32 yaw_rate # [rad/s] [@frame NED] Target yaw rate
float32 cov_yaw_rate # [(rad/s)^2] Variance of yaw_rate