You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint64timestamp# time since system start (microseconds)
uint16sequence_current# Sequence of the current mission item
uint16nav_cmdfloat32latitudefloat32longitudefloat32time_inside# time that the MAV should stay inside the radius before advancing in seconds
float32acceptance_radius# default radius in which the mission is accepted as reached in meters
float32loiter_radius# loiter radius in meters, 0 for a VTOL to hover, negative for counter-clockwise
float32yaw# in radians NED -PI..+PI, NAN means don't change yaw
float32altitude# altitude in meters (AMSL)
uint8frame# mission frame
uint8origin# mission item origin (onboard or mavlink)
boolloiter_exit_xtrack# exit xtrack location: 0 for center of loiter wp, 1 for exit location
boolforce_heading# heading needs to be reached
boolaltitude_is_relative# true if altitude is relative from start point
boolautocontinue# true if next waypoint should follow after this one
boolvtol_back_transition# part of the vtol back transition sequence