Skip to content

Commit b3642b6

Browse files
committed
fix: pitch_flare_tweak
revert changes to flightmodel
1 parent 12024ec commit b3642b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdw-a339x/src/wasm/fbw_a330/src/model/PitchNormalLaw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ void PitchNormalLaw::step(const real_T *rtu_In_time_dt, const real_T *rtu_In_nz_
14411441

14421442
case PitchNormalLaw_IN_Flare_Prepare:
14431443
if ((*rtu_In_H_radio_ft <= 50.0) || (rtb_ManualSwitch == 1.0)) {
1444-
PitchNormalLaw_B.flare_Theta_c_rate_deg_s = -(std::fmax(-2.0, rtb_Y_j) + 2.0) / 8.0;
1444+
PitchNormalLaw_B.flare_Theta_c_rate_deg_s = -1000.0;
14451445
PitchNormalLaw_DWork.is_c2_PitchNormalLaw = PitchNormalLaw_IN_Flare_Active_Armed;
14461446
rtb_in_flare = 1;
14471447
} else if ((*rtu_In_in_flight == 1.0) && (*rtu_In_H_radio_ft > 50.0) && (rtb_ManualSwitch == 0.0)) {

0 commit comments

Comments
 (0)