readme.txt

来自「扩展kalman滤波器的matlab源码」· 文本 代码 · 共 22 行

TXT
22
字号
EKF-SLAM Simulator
------------------

This simulator demonstrates a simple implementation of
standard EKF-SLAM. It permits simple configuration via 
'configfile.m' to perform SLAM with various control parameters,
noises, etc. Also various switches are available to choose
known data-association versus gating, etc.


The key file in this simulator is called 'ekfslam_sim.m'. Type
'help ekfslam_sim' for more information of how to use it.

In addition to on-line animations, the simulator returns a
data-structure of the logged state information for off-line
processing. An example use of this data is shown in m-file
'plot_feature_loci.m', which plots the trajectories of the 
landmark estimates.

Tim Bailey and Juan Nieto
2004.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?