Skip to content

Commit 706008c

Browse files
Fixed a bug in FunnelTwolayerMRAC
1 parent cfc1c34 commit 706008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drone_bb_test_COMPLETE_with_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ def WrapperMain_function(target_folder, controller_type, wrapper_control_paramet
10941094
B_ref_rot,Gamma_x_rot,Gamma_r_rot,Gamma_Theta_rot,A_transient_tran,Q_tran_2Layer,P_tran_2Layer,Gamma_g_tran,
10951095
A_transient_rot,Q_rot_2Layer,P_rot_2Layer,Gamma_g_rot,K_x_tran_bar,K_r_tran_bar,K_g_tran_bar,eta_max_funnel_tran,
10961096
M_funnel_tran,u_max,u_min,Delta_u_min,nu_funnel_tran,eta_max_funnel_rot,M_funnel_rot,Moment_max,Moment_min,
1097-
Delta_Moment_min,nu_funnel_rot] = Gains.TwoLayerMRACwithBASELINE(mass_total_estimated, air_density_estimated, surface_area_estimated, drag_coefficient_matrix_estimated)
1097+
Delta_Moment_min,nu_funnel_rot] = Gains.FunnelTwoLayerMRACwithBASELINE(mass_total_estimated, air_density_estimated, surface_area_estimated, drag_coefficient_matrix_estimated)
10981098

10991099

11001100
#%% Control Algorithms ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)