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

Navigator: remove vtol_takeoff special handling for RTL #22844

Merged
merged 1 commit into from
Mar 8, 2024

Commits on Mar 6, 2024

  1. Navigator: remove vtol_takeoff special handling for RTL

    We had a special handling for RTL triggered in vtol_takeoff state.
    The idea is to wait until the VTOL Takeoff is completed and only
    then switch to RTL. On a second thought this special handling isn't
    really necessary and for the sake of simplicity should be removed.
    This also removes the side effect of the indicated flight mode
    after RTL being set to VTOL_Takeoff again.
    
    Signed-off-by: Silvan Fuhrer <[email protected]>
    sfuhrer committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    07ae2be View commit details
    Browse the repository at this point in the history