mc_pos_control and FlightTaskAuto rebase fix

This commit is contained in:
Dennis Mannhart
2018-04-06 09:59:22 +02:00
committed by Lorenz Meier
parent 4761f0a344
commit 4a9e5941b6
2 changed files with 1 additions and 2 deletions
@@ -178,7 +178,6 @@ void FlightTaskAuto::_evaluateVehicleGlobalPosition()
// check if reference has changed and update.
if (_sub_vehicle_local_position->get().ref_timestamp != _time_stamp_reference) {
PX4_INFO("inside");
map_projection_init(&_reference_position,
_sub_vehicle_local_position->get().ref_lat,
_sub_vehicle_local_position->get().ref_lon);