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 LocalPositionEstimateData

fbs/state.fbs / Source schema

Local-frame position estimate for navigation and control.

FlatBuffers root table: LocalPositionEstimate

NameTypeUnit / ScaleNotes
timestamp_usulongmicrosecondsEstimate timestamp in monotonic boot time.
position_enu_msynapse.types.Vec3fENU frame (x east, y north, z up), metersLocal position relative to the active local origin.
velocity_enu_m_ssynapse.types.Vec3fENU frame (x east, y north, z up), meters per secondLocal velocity in the ENU frame.
acceleration_enu_m_s2synapse.types.Vec3fENU frame (x east, y north, z up), meters per second squaredLocal acceleration in the ENU frame.
yaw_radfloatradiansHeading angle; zero east and positive counter-clockwise.
yaw_rate_rad_sfloatradians per secondHeading rate, positive counter-clockwise.
flagsubytebitmaskBitmask of LocalPositionFlags bits.
xy_reset_counterubyteIncrements when the estimator resets or jumps the horizontal state.
z_reset_counterubyteIncrements when the estimator resets or jumps the vertical state.