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

FW Rate Controller: fix saturation logic for VTOLs with differential thrust enabled #21713

Merged
merged 3 commits into from
Jun 19, 2023

Commits on Jun 15, 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 15, 2023
    Configuration menu
    Copy the full SHA
    c73f737 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 15, 2023
    Configuration menu
    Copy the full SHA
    31a18e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. 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
    5ce63a6 View commit details
    Browse the repository at this point in the history