mavlink v0.7.0 APM.Message.MissionRequest View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.MissionRequest{
mission_type: APM.Types.mav_mission_type(),
seq: MAVLink.Types.uint16_t(),
target_component: MAVLink.Types.uint8_t(),
target_system: MAVLink.Types.uint8_t()
}
t() :: %APM.Message.MissionRequest{ mission_type: APM.Types.mav_mission_type(), seq: MAVLink.Types.uint16_t(), target_component: MAVLink.Types.uint8_t(), target_system: MAVLink.Types.uint8_t() }
Request the information of the mission item with the sequence number seq. The response of the system to this message should be a MISSION_ITEM message. https://mavlink.io/en/services/mission.html