FlightTaskAuto minor clean up

This commit is contained in:
Dennis Mannhart
2018-02-08 11:23:13 +01:00
committed by Lorenz Meier
parent ae0f02f67d
commit 816f2d12d5
6 changed files with 14 additions and 19 deletions
@@ -128,7 +128,6 @@ bool FlightTaskAuto::_evaluateTriplets()
_sub_triplet_setpoint->get().previous.lon, &_prev_wp(0), &_prev_wp(1));
_prev_wp(2) = -(_sub_triplet_setpoint->get().previous.alt - _reference_altitude);
} else {
_prev_wp = _position;
}