Commit 43bd6a7c authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4665 from DonLakeFlyer/FWLandingFrame

Fixed Wing Landing Pattern: Use MAV_FRAME_MISSION for DO_LAND_START
parents 2a9be30a 55981842
...@@ -141,7 +141,7 @@ QmlObjectListModel* FixedWingLandingComplexItem::getMissionItems(void) const ...@@ -141,7 +141,7 @@ QmlObjectListModel* FixedWingLandingComplexItem::getMissionItems(void) const
MissionItem* item = new MissionItem(seqNum++, // sequence number MissionItem* item = new MissionItem(seqNum++, // sequence number
MAV_CMD_DO_LAND_START, // MAV_CMD 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 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, // param 1-7
true, // autoContinue true, // autoContinue
false, // isCurrentItem 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