Commit dc3189ad authored by DonLakeFlyer's avatar DonLakeFlyer

Fix MAV_FRAME on land end action

parent 489d6acf
......@@ -245,7 +245,7 @@ bool MissionSettingsComplexItem::addMissionEndAction(QList<MissionItem*>& items,
qCDebug(MissionSettingsComplexItemLog) << "Appending end action Land seqNum" << seqNum;
item = new MissionItem(seqNum,
MAV_CMD_NAV_LAND,
lastWaypointFrame,
MAV_FRAME_GLOBAL_RELATIVE_ALT,
0, // abort Altitude
0, 0, // not used
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