Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

struct AttitudeEstimateData

fbs/state.fbs / Source schema

Attitude estimate and angular velocity from the active estimator. The quaternion is the only attitude representation on the wire; consumers derive Euler angles locally when needed for display.

FlatBuffers root table: AttitudeEstimate

NameTypeUnit / ScaleNotes
timestamp_usulongmicrosecondsEstimate timestamp in monotonic boot time.
attitudesynapse.types.QuaternionfOrientation rotating body FLU vectors into the ENU world frame.
angular_velocity_flu_rad_ssynapse.types.RateTripletFLU body frame (x forward, y left, z up), radians per secondBody angular velocity in the FLU frame.
flagsubytebitmaskBitmask of AttitudeEstimateFlags bits.