Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_TECS: fixed descent or lack of climb bug
this fixes a state where we either cannot climb or descend in an uncontrolled manner in a TECS controlled mode the conditions under which this happened were: - _use_synthetic_airspeed_once was true due to quadplane takeoff - we left _thr_clip_status as MAX from previous use of synthetic airspeed - then run without airspeed note that this can also impact users with an airspeed sensor if they disable it or it fails in flight, particularly during a climb
- Loading branch information