Skip to content

Commit

Permalink
improved parameter descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: RomanBapst <[email protected]>
  • Loading branch information
RomanBapst committed Nov 21, 2023
1 parent f55d6c8 commit 32dce49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/fw_performance_model/performance_model_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ PARAM_DEFINE_FLOAT(WEIGHT_GROSS, -1.0f);
/**
* Maximum climb rate
*
* This is the maximum climb rate (true airspeed) that the aircraft can achieve with
* the throttle set to THR_MAX and the airspeed set to the
* This is the maximum calibrated climb rate that the aircraft can achieve with
* the throttle set to FW_THR_MAX and the airspeed set to the
* trim value. For electric aircraft make sure this number can be
* achieved towards the end of flight when the battery voltage has reduced.
*
Expand All @@ -138,7 +138,7 @@ PARAM_DEFINE_FLOAT(FW_T_CLMB_MAX, 5.0f);
/**
* Minimum descent rate
*
* This is the sink rate (true airspeed) of the aircraft with the throttle
* This is the minimum calibrated sink rate of the aircraft with the throttle
* set to THR_MIN and flown at the same airspeed as used
* to measure FW_T_CLMB_MAX.
*
Expand Down

0 comments on commit 32dce49

Please sign in to comment.