mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +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',[],...
|
||||
'wind_NE',[],...
|
||||
'dt',0,...
|
||||
'state_variance',[],...
|
||||
'state_variances',[],...
|
||||
'innovations',[],...
|
||||
'magFuseMethod',[]);
|
||||
|
||||
@@ -344,4 +344,4 @@ for index = indexStart:indexStop
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user