Commit 195e5e60 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4694 from DonLakeFlyer/FWLoiterAltitude

Fix loiter altitude value send to vehicle
parents ecf3d85b cb99a20f
......@@ -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