You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments