diff options
author | Nao Pross <np@0hm.ch> | 2024-05-31 14:25:54 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2024-05-31 14:25:54 +0200 |
commit | 5b84855ceca34d280337ab009f7e7ef676b59c1d (patch) | |
tree | 7fb509bd19796659dbf62e8d2a27860b00f28b00 /uav_params.m | |
parent | Update DK iteration and model structure (diff) | |
download | uav-5b84855ceca34d280337ab009f7e7ef676b59c1d.tar.gz uav-5b84855ceca34d280337ab009f7e7ef676b59c1d.zip |
Update weights
Diffstat (limited to 'uav_params.m')
-rw-r--r-- | uav_params.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uav_params.m b/uav_params.m index 2ac187e..8963b02 100644 --- a/uav_params.m +++ b/uav_params.m @@ -92,9 +92,9 @@ params.aerodynamics = struct(... 'FlapArea', 23e-3 * 10e-3, ... % in m^2 'FlapAreaUncertainty', .1, ... % in % 'DragCoefficients', [0, 0], ... % TODO - 'DragCoefficientsUncertainties', [.1, .1], ... % in % + 'DragCoefficientsUncertainties', [.0, .0], ... % in % 'LiftCoefficient', 2 * pi, ... % TODO - 'LiftCoefficientUncertainty', .1 ...% in % + 'LiftCoefficientUncertainty', .05 ...% in % ); |