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

[release port] FW Rate Controller: fix saturation logic for VTOLs with differential thrust enabled #21725

Merged
merged 3 commits into from
Jun 19, 2023

Commits on Jun 16, 2023

  1. RateControl: allow setting individual saturation flags

    This helps for more complicated cases where certain axes are controlled
    through and get feedback from a different allocator.
    MaEtUgR authored and sfuhrer committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d9f59d5 View commit details
    Browse the repository at this point in the history
  2. FixedwingRateControl: rework VTOL differential thrust saturation

    Co-authored-by: Silvan Fuhrer <silvan@auterion.com>
    MaEtUgR and sfuhrer committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    26d08ff View commit details
    Browse the repository at this point in the history
  3. FWRateController: use param find for VT_DIFTHR_EN as pure FW build do…

    …esn't have VTOL module built
    
    Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
    sfuhrer committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f1f18f3 View commit details
    Browse the repository at this point in the history