mavlink v0.7.0 APM.Message.MissionItem View Source

Link to this section Summary

Types

t()

Message encoding a mission item. This message is emitted to announce the presence of a mission item and to set a mission item on the system. The mission item can be either in x, y, z meters (type: LOCAL) or x:lat, y:lon, z:altitude. Local frame is Z-down, right handed (NED), global frame is Z-up, right handed (ENU). See also https://mavlink.io/en/services/mission.html.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.MissionItem{
  autocontinue: MAVLink.Types.uint8_t(),
  command: APM.Types.mav_cmd(),
  current: MAVLink.Types.uint8_t(),
  frame: APM.Types.mav_frame(),
  mission_type: APM.Types.mav_mission_type(),
  param1: Float32,
  param2: Float32,
  param3: Float32,
  param4: Float32,
  seq: MAVLink.Types.uint16_t(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t(),
  x: Float32,
  y: Float32,
  z: Float32
}

Message encoding a mission item. This message is emitted to announce the presence of a mission item and to set a mission item on the system. The mission item can be either in x, y, z meters (type: LOCAL) or x:lat, y:lon, z:altitude. Local frame is Z-down, right handed (NED), global frame is Z-up, right handed (ENU). See also https://mavlink.io/en/services/mission.html.