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 OpticalFlowVelocityData

fbs/optical_flow.fbs / Source schema

Velocity estimate derived from optical flow.

FlatBuffers root table: OpticalFlowVelocity

NameTypeUnit / ScaleNotes
timestamp_usulongmicrosecondsEstimate timestamp in monotonic boot time.
velocity_flu_m_ssynapse.types.Vec2fmeters per secondPlanar velocity estimate in the body FLU frame.
velocity_enu_m_ssynapse.types.Vec2fENU frame (x east, y north, z up), meters per secondPlanar velocity estimate in the local ENU frame.
flow_rate_uncompensated_rad_ssynapse.types.Vec2fradians per secondRaw angular flow rate before gyro compensation.
flow_rate_compensated_rad_ssynapse.types.Vec2fradians per secondAngular flow rate after gyro compensation.
gyro_flu_rad_ssynapse.types.Vec3fFLU body frame (x forward, y left, z up), radians per secondBody angular rate used for compensation.