Commit 733ba1d7 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix MAV_FRAME on land end action

parent d9226afe
...@@ -245,7 +245,7 @@ bool MissionSettingsComplexItem::addMissionEndAction(QList<MissionItem*>& items, ...@@ -245,7 +245,7 @@ bool MissionSettingsComplexItem::addMissionEndAction(QList<MissionItem*>& items,
qCDebug(MissionSettingsComplexItemLog) << "Appending end action Land seqNum" << seqNum; qCDebug(MissionSettingsComplexItemLog) << "Appending end action Land seqNum" << seqNum;
item = new MissionItem(seqNum, item = new MissionItem(seqNum,
MAV_CMD_NAV_LAND, MAV_CMD_NAV_LAND,
lastWaypointFrame, MAV_FRAME_GLOBAL_RELATIVE_ALT,
0, // abort Altitude 0, // abort Altitude
0, 0, // not used 0, 0, // not used
0, // yaw 0, // yaw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment