MATLAB 帮助中心
Reset state and state estimation error covariance
Since R2021b
reset(slamObj)
reset(slamObj) resets the state and state estimation error covariance to their default values, and resets the internal states.
slamObj
example
collapse all
ekfSLAM
Specify the initial vehicle state.
initialState = [1; -2; 0.1];
Specify the initial vehicle state covariance.
initialStateCovar = 0.1*eye(3);
Create an ekfSLAM object with initial state and initial state covariance.
ekfSlamObj = ekfSLAM('State',initialState, ... 'StateCovariance',initialStateCovar);
Get the state and the state covariance from the ekfSLAM object.
ekfSlamObj.State
ans = 3×1 1.0000 -2.0000 0.1000
ekfSlamObj.StateCovariance
ans = 3×3 0.1000 0 0 0 0.1000 0 0 0 0.1000
Reset the state and state estimation error covariance to the default value.
reset(ekfSlamObj)
ans = 3×1 0 0 0
ans = 3×3 1 0 0 0 1 0 0 0 1
EKF SLAM object, specified as an ekfSLAM object.
expand all
Introduced in R2021b
correct
landmarkInfo
poseHistory
predict
removeLandmark
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处