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

Conversation

RomanBapst
Copy link
Contributor

Solved Problem

The additional hardcoded delay of 1 second on the airspeed innovation check does not add any value as the check itself uses an integrator to trigger and just makes analyzing a failure in a log file more difficult.
There is a separate parameter to control the delay between a detecting a failure and declaring airspeed invalid.

Solution

Remove the additional delay.

Changelog Entry

For release notes:

Remove additional 1 second of delay from airspeed innovation check.

…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 RomanBapst requested a review from sfuhrer June 10, 2024 07:24
sfuhrer
sfuhrer previously approved these changes Jun 11, 2024
@sfuhrer sfuhrer merged commit 8ad9346 into main Jun 11, 2024
93 checks passed
@sfuhrer sfuhrer deleted the pr-innovation_delay branch June 11, 2024 12:09
chiara-septentrio pushed a commit to flyingthingsintothings/PX4-Autopilot that referenced this pull request Jul 3, 2024
…X4#23244)

* AirspeedValidator: remove additional one second of hysteresis for triggering
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]>

* removed unnecessary conditions

Signed-off-by: RomanBapst <[email protected]>

* AirspeedValidator: only disable innov checks if ASPD_FS_INTEG is negative

Signed-off-by: Silvan Fuhrer <[email protected]>

* get rid of unnecessary check on innovation threshold parameter

Signed-off-by: RomanBapst <[email protected]>

---------

Signed-off-by: RomanBapst <[email protected]>
Signed-off-by: Silvan Fuhrer <[email protected]>
Co-authored-by: Silvan Fuhrer <[email protected]>
chiara-septentrio pushed a commit to flyingthingsintothings/PX4-Autopilot that referenced this pull request Jul 4, 2024
…X4#23244)

* AirspeedValidator: remove additional one second of hysteresis for triggering
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]>

* removed unnecessary conditions

Signed-off-by: RomanBapst <[email protected]>

* AirspeedValidator: only disable innov checks if ASPD_FS_INTEG is negative

Signed-off-by: Silvan Fuhrer <[email protected]>

* get rid of unnecessary check on innovation threshold parameter

Signed-off-by: RomanBapst <[email protected]>

---------

Signed-off-by: RomanBapst <[email protected]>
Signed-off-by: Silvan Fuhrer <[email protected]>
Co-authored-by: Silvan Fuhrer <[email protected]>
vertiq-jordan pushed a commit to iq-motion-control/PX4-Autopilot that referenced this pull request Aug 21, 2024
…X4#23244)

* AirspeedValidator: remove additional one second of hysteresis for triggering
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]>

* removed unnecessary conditions

Signed-off-by: RomanBapst <[email protected]>

* AirspeedValidator: only disable innov checks if ASPD_FS_INTEG is negative

Signed-off-by: Silvan Fuhrer <[email protected]>

* get rid of unnecessary check on innovation threshold parameter

Signed-off-by: RomanBapst <[email protected]>

---------

Signed-off-by: RomanBapst <[email protected]>
Signed-off-by: Silvan Fuhrer <[email protected]>
Co-authored-by: Silvan Fuhrer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants