mavCmdDoJumpTag top-level constant

MavCmd const mavCmdDoJumpTag

Jump to the matching tag in the mission list. Repeat this action for the specified number of times. A mission should contain a single matching tag for each jump. If this is not the case then a jump to a missing tag should complete the mission, and a jump where there are multiple matching tags should always select the one with the lowest mission sequence number.

MAV_CMD_DO_JUMP_TAG

Implementation

const MavCmd mavCmdDoJumpTag = 601;