Browse Source

AP_Airspeed: remove duplicated words from comments

gps-1.3.1
murata 3 years ago committed by Randy Mackay
parent
commit
629469acbf
  1. 2
      libraries/AP_Airspeed/models/ADS_cal_EKF.m

2
libraries/AP_Airspeed/models/ADS_cal_EKF.m

@ -37,7 +37,7 @@ for i = 1:1000 @@ -37,7 +37,7 @@ for i = 1:1000
%% Calculate truth values
% 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;
radius = 60;
TAS_truth = 16;

Loading…
Cancel
Save