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

AirspeedValidator: Remove extra delay from airspeed innovation check #23244

Merged
merged 4 commits into from
Jun 11, 2024

Commits on Jun 10, 2024

  1. AirspeedValidator: remove additional one second of hysteresis for tri…

    …ggering
    
    innovation checks
    
    - this check already uses an integrator and so adding more delay just makes
    log analysis more difficult and does not really add any value
    
    Signed-off-by: RomanBapst <[email protected]>
    RomanBapst committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5d186ee View commit details
    Browse the repository at this point in the history
  2. removed unnecessary conditions

    Signed-off-by: RomanBapst <[email protected]>
    RomanBapst committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a886ee9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. AirspeedValidator: only disable innov checks if ASPD_FS_INTEG is nega…

    …tive
    
    Signed-off-by: Silvan Fuhrer <[email protected]>
    sfuhrer committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b6aa0b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c399e01 View commit details
    Browse the repository at this point in the history