Commit b7d0add0 authored by Don Gagne's avatar Don Gagne

Exit on tangent

parent 9a32905d
......@@ -155,7 +155,7 @@ QmlObjectListModel* FixedWingLandingComplexItem::getMissionItems(void) const
1.0, // Heading required = true
loiterRadius, // Loiter radius
0.0, // param 3 - unused
0.0, // Exit crosstrack - center of waypoint
1.0, // Exit crosstrack - tangent of loiter to land point
_loiterCoordinate.latitude(),
_loiterCoordinate.longitude(),
_loiterAltitudeFact.rawValue().toDouble(),
......
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