-
Notifications
You must be signed in to change notification settings - Fork 17.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plane: Fix level-off and throttle without airspeed sensor
This patch intends to fix two issues with auto takeoff mission item for planes without airspeed sensor. Level-off fix: - Correct the level-off condition by factor 2 because with decreasing pitch, also the climb-rate decreses if decreased linearly, it can only reach half of it. - Add flag for level-off stage and let TECS handle the final climb. Throttle without airspeed sensor: - Remove conditional evaluation of airspeed sensor to enable traditional throttle range also without airspeed sensor. It is to be discussed if that flag in takeoff options is to be reversed to keep the behavior from Plane 4.5.7 consistent with Plane 4.6 onwards.
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters