Browse Source

Don't go into Hold before takeoff

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
edef43217f
  1. 1
      src/Vehicle/Vehicle.cc

1
src/Vehicle/Vehicle.cc

@ -2702,7 +2702,6 @@ void Vehicle::guidedModeTakeoff(double altitudeRelative)
qgcApp()->showMessage(guided_mode_not_supported_by_vehicle); qgcApp()->showMessage(guided_mode_not_supported_by_vehicle);
return; return;
} }
setGuidedMode(true);
_firmwarePlugin->guidedModeTakeoff(this, altitudeRelative); _firmwarePlugin->guidedModeTakeoff(this, altitudeRelative);
} }

Loading…
Cancel
Save