Commit 55981842 authored by Don Gagne's avatar Don Gagne

Use MAV_FRAME_MISSION for DO_LAND_START

parent 77662bae
......@@ -141,7 +141,7 @@ QmlObjectListModel* FixedWingLandingComplexItem::getMissionItems(void) const
MissionItem* item = new MissionItem(seqNum++, // sequence number
MAV_CMD_DO_LAND_START, // MAV_CMD
MAV_FRAME_GLOBAL_RELATIVE_ALT, // MAV_FRAME
MAV_FRAME_MISSION, // MAV_FRAME
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, // param 1-7
true, // autoContinue
false, // isCurrentItem
......
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