AP_Airspeed: remove duplicated words from comments
This commit is contained in:
parent
819b25d918
commit
629469acbf
@ -37,7 +37,7 @@ for i = 1:1000
|
|||||||
|
|
||||||
%% Calculate truth values
|
%% Calculate truth values
|
||||||
% calculate ground velocity by simulating a wind relative
|
% calculate ground velocity by simulating a wind relative
|
||||||
% circular path of of 60m radius and 16 m/s airspeed
|
% circular path of 60m radius and 16 m/s airspeed
|
||||||
time = i*DT;
|
time = i*DT;
|
||||||
radius = 60;
|
radius = 60;
|
||||||
TAS_truth = 16;
|
TAS_truth = 16;
|
||||||
|
Loading…
Reference in New Issue
Block a user