AP_NavEKF: Change misnomer (NFC)

This commit is contained in:
murata 2021-03-03 12:30:43 +09:00 committed by Peter Barker
parent ae565aef1a
commit 6e6e807223
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ Tmn = Tsn*Tms;
save 'symeqns.mat';
% rotate magentic field measured at top plate into nav axes
% rotate magnetic field measured at top plate into nav axes
magMeasNED = Tmn*[magX;magY;magZ];
% the predicted measurement is the angle wrt magnetic north of the horizontal
% component of the measured field

View File

@ -11,7 +11,7 @@ Tms = calcTms(gPhi,gPsi,gTheta);
Tsn = Quat2Tbn([q0;q1;q2;q3]);
% Define rotation from magnetometer to NED axes
Tmn = Tsn*Tms;
% rotate magentic field measured at top plate into nav axes
% rotate magnetic field measured at top plate into nav axes
magMeasNED = Tmn*[magX;magY;magZ];
% the predicted measurement is the angle wrt magnetic north of the horizontal
% component of the measured field