Skip to content

Commit

Permalink
airspeed_selector: improved comment
Browse files Browse the repository at this point in the history
Signed-off-by: RomanBapst <[email protected]>
  • Loading branch information
RomanBapst committed Jun 10, 2024
1 parent 5f4c7e0 commit 522e989
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/modules/airspeed_selector/airspeed_selector_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,11 @@ PARAM_DEFINE_FLOAT(ASPD_WERR_THR, 0.55f);
/**
* First principle airspeed check time window
*
* Time window for comparing airspeed change to throttle and pitch change.
* If the airspeed change within this window is negative while throttle increases
* and the vehicle pitches down, the check will trigger.
* This check is meant to catch degrading airspeed blockages as can happen when flying through icing conditions.
* Window for comparing airspeed change to throttle and pitch change.
* Triggers when the airspeed change within this window is negative while throttle increases
* and the vehicle pitches down.
* Is meant to catch degrading airspeed blockages as can happen when flying through icing conditions.
* Relies on FW_THR_TRIM being set accurately.
*
* @unit s
* @min 0
Expand Down

0 comments on commit 522e989

Please sign in to comment.