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

Added pitot tube icing detection #23206

Merged
merged 9 commits into from
Jul 9, 2024
Merged

Added pitot tube icing detection #23206

merged 9 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. lib: add FilteredDerivative class

    Signed-off-by: Silvan Fuhrer <[email protected]>
    sfuhrer authored and RomanBapst committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9633de0 View commit details
    Browse the repository at this point in the history
  2. AirspeedValidator: add first principle check

    - filters throttle, pitch and airspeed rate, and triggers
    if the airspeed rate is negative even though the vehicle
    is pitching down and giving high throttle.
    Check has to fail for duration defined by ASPD_FP_T_WINDOW
    to trigger an airspeed failure.
    
    Signed-off-by: Silvan Fuhrer <[email protected]>
    sfuhrer authored and RomanBapst committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bedde01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a90af6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38bdd05 View commit details
    Browse the repository at this point in the history
  5. airspeed_selector: improved comment

    Signed-off-by: RomanBapst <[email protected]>
    RomanBapst committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9e3502c View commit details
    Browse the repository at this point in the history
  6. increase IAS derivative filter time constant from 4 to 5

    Signed-off-by: RomanBapst <[email protected]>
    RomanBapst committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0fa2446 View commit details
    Browse the repository at this point in the history
  7. use legacy parameter handling for FW_PSP_OFF

    Signed-off-by: RomanBapst <[email protected]>
    RomanBapst committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9c8df36 View commit details
    Browse the repository at this point in the history
  8. handle FW_THR_MAX as well

    Signed-off-by: RomanBapst <[email protected]>
    RomanBapst committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b3dd9c7 View commit details
    Browse the repository at this point in the history
  9. ROMFS/airframes: exclude some airframes for v6x and v4pro to save fla…

    …sh on them
    
    Signed-off-by: Silvan Fuhrer <[email protected]>
    sfuhrer committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e6f610d View commit details
    Browse the repository at this point in the history