mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
fixed output state variable name state_variance to state_variances
This commit is contained in:
@@ -61,7 +61,7 @@ output = struct('time_lapsed',[]',...
|
|||||||
'mag_XYZ',[],...
|
'mag_XYZ',[],...
|
||||||
'wind_NE',[],...
|
'wind_NE',[],...
|
||||||
'dt',0,...
|
'dt',0,...
|
||||||
'state_variance',[],...
|
'state_variances',[],...
|
||||||
'innovations',[],...
|
'innovations',[],...
|
||||||
'magFuseMethod',[]);
|
'magFuseMethod',[]);
|
||||||
|
|
||||||
@@ -344,4 +344,4 @@ for index = indexStart:indexStop
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user