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 NavigationTargetData

fbs/state.fbs / Source schema

Navigation controller target and tracking-error summary. Angles follow REP-0103: zero east, positive counter-clockwise, range -18000 to 18000.

FlatBuffers root table: NavigationTarget

NameTypeUnit / ScaleNotes
timestamp_usulongmicrosecondsSample timestamp in monotonic boot time.
altitude_error_mfloatmetersTarget altitude minus estimated altitude.
airspeed_error_m_sfloatmeters per secondTarget airspeed minus estimated airspeed.
xtrack_error_mfloatmetersCross-track error relative to the active path.
desired_roll_cdegshortcentidegrees; degrees = value / 100Roll angle requested by navigation.
desired_pitch_cdegshortcentidegrees; degrees = value / 100Pitch angle requested by navigation.
desired_yaw_cdegshortcentidegrees; degrees = value / 100Navigation yaw command.
target_yaw_cdegshortcentidegrees; degrees = value / 100Yaw toward the active target.
distance_to_waypoint_mushortmetersRemaining straight-line distance to the active waypoint.