Unverified Commit 0f630c06 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6468 from DonLakeFlyer/PX4Takeoff

Don't go into Hold before takeoff
parents 07ce9312 edef4321
......@@ -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