Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plane: fixed TECS state reset in VTOL auto #24191

Merged
merged 1 commit into from
Jul 2, 2023

Commits on Jul 2, 2023

  1. Plane: fixed TECS state reset in VTOL auto

    this fixes a bug where TECS maintains its slow integrator while in a
    VTOL hover mode in AUTO or GUIDED.
    
    Among other things this affects PAYLOAD_PLACE and
    DO_VTOL_TRANSITION. In those states the height can change while
    hovering outside the control of TECS. When TECS regains control in a
    fwd transition then can lead to a very large height loss or gain until
    the TECS integrator can catch up
    tridge committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    bcc8ffc View commit details
    Browse the repository at this point in the history