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 VehicleCommandData

fbs/control.fbs / Source schema

Generic command with seven floating-point arguments. Commands travel as Zenoh queryable requests on the cmd key space; the reply payload is CommandResultData. The transport provides correlation, retry, and timeout.

FlatBuffers root table: VehicleCommand

NameTypeUnit / ScaleNotes
timestamp_usulongmicrosecondsCommand timestamp in monotonic boot time.
arg0floatCommand-specific argument 0.
arg1floatCommand-specific argument 1.
arg2floatCommand-specific argument 2.
arg3floatCommand-specific argument 3.
arg4floatCommand-specific argument 4.
arg5floatCommand-specific argument 5.
arg6floatCommand-specific argument 6.
command_idushortProducer-defined command identifier.
target_systemubyteTarget system identifier, or zero for broadcast/default.
target_componentubyteTarget component identifier, or zero for broadcast/default.