Commit cb99a20f authored by Don Gagne's avatar Don Gagne

Fix loiter altitude value send to vehicle

parent a9de4cf7
......@@ -158,7 +158,7 @@ QmlObjectListModel* FixedWingLandingComplexItem::getMissionItems(void) const
0.0, // Exit crosstrack - center of waypoint
_loiterCoordinate.latitude(),
_loiterCoordinate.longitude(),
_loiterCoordinate.altitude(),
_loiterAltitudeFact.rawValue().toDouble(),
true, // autoContinue
false, // isCurrentItem
pMissionItems); // parent - allow delete on pMissionItems to delete everthing
......
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