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 AttitudeCommandData

fbs/control.fbs / Source schema

Attitude setpoint with optional angular-rate and thrust feed-forward.

FlatBuffers root table: AttitudeCommand

NameTypeUnit / ScaleNotes
timestamp_usulongmicrosecondsCommand timestamp in monotonic boot time.
attitudesynapse.types.QuaternionfDesired orientation rotating body FLU vectors into the ENU world frame.
body_rate_flu_rad_ssynapse.types.RateTripletFLU body frame (x forward, y left, z up), radians per secondBody-rate feed-forward in the FLU frame.
thrustfloatNormalized collective thrust command over 0 to 1, or -1 to 1 for reverse-capable vehicles.
type_maskubytebitmaskBitmask of AttitudeCommandMask bits for ignored fields.