From 5b84855ceca34d280337ab009f7e7ef676b59c1d Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 31 May 2024 14:25:54 +0200 Subject: Update weights --- uav_uncertainty.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uav_uncertainty.m') diff --git a/uav_uncertainty.m b/uav_uncertainty.m index 03b7b3b..045321d 100644 --- a/uav_uncertainty.m +++ b/uav_uncertainty.m @@ -26,7 +26,7 @@ eps_d = params.aerodynamics.DragCoefficientsUncertainties(1); % eps_0 = params.aerodynamics.DragCoefficients(2); eps_omega = max(.5 * eps_T, eps_r); -eps_alpha = max(eps_l + eps_S + 2 * eps_omega, eps_S + eps_d + eps_omega) +eps_alpha = max(eps_l + eps_S + 2 * eps_omega, eps_S + eps_d + eps_omega); b = 12; T = 1; -- cgit v1.2.1