mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +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',[]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user