Commit edef4321 authored by DonLakeFlyer's avatar DonLakeFlyer

Don't go into Hold before takeoff

parent 6a3c99c8
......@@ -2702,7 +2702,6 @@ void Vehicle::guidedModeTakeoff(double altitudeRelative)
qgcApp()->showMessage(guided_mode_not_supported_by_vehicle);
return;
}
setGuidedMode(true);
_firmwarePlugin->guidedModeTakeoff(this, altitudeRelative);
}
......
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