mavlink v0.7.0 APM.Message.MissionRequestPartialList 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.MissionRequestPartialList{
end_index: MAVLink.Types.int16_t(),
mission_type: APM.Types.mav_mission_type(),
start_index: MAVLink.Types.int16_t(),
target_component: MAVLink.Types.uint8_t(),
target_system: MAVLink.Types.uint8_t()
}
t() :: %APM.Message.MissionRequestPartialList{ end_index: MAVLink.Types.int16_t(), mission_type: APM.Types.mav_mission_type(), start_index: MAVLink.Types.int16_t(), target_component: MAVLink.Types.uint8_t(), target_system: MAVLink.Types.uint8_t() }
Request a partial list of mission items from the system/component. https://mavlink.io/en/services/mission.html. If start and end index are the same, just send one waypoint.