ekfslam_v2.0

所属分类:matlab编程
开发工具:Java
文件大小:25KB
下载次数:292
上传日期:2006-06-20 17:51:34
上 传 者jijiess
说明:  利用MATLAB建立扩展卡尔曼滤波器进行扫描滤波
(using MATLAB establishment extended Kalman filter for filtering scanning)

文件列表:
add_control_noise.m (277, 2004-03-25)
add_observation_noise.m (343, 2004-03-25)
augment.m (1076, 2004-05-12)
augment_associate_known.m (524, 2005-08-16)
compute_steering.m (1140, 2004-03-25)
configfile.m (2241, 2006-02-13)
data_associate.m (1788, 2004-05-12)
data_associate_known.m (879, 2004-03-25)
ekfslam_sim.m (7513, 2006-02-16)
example_densemap.mat (2672, 2004-05-12)
example_linemap.mat (736, 2004-05-17)
frontend.fig (54416, 2004-02-16)
frontend.m (5629, 2004-03-26)
get_observations.m (1378, 2004-03-25)
KF_cholesky_update.m (714, 2004-05-13)
KF_IEKF_update.m (1470, 2004-03-26)
KF_simple_update.m (652, 2004-05-12)
line_plot_conversion.m (827, 2004-02-13)
observe_heading.m (401, 2004-05-12)
observe_model.m (838, 2004-03-25)
pi_to_pi.m (569, 2004-07-19)
plot_feature_loci.m (586, 2004-03-26)
predict.m (835, 2004-05-12)
sqrtm_2by2.m (811, 2004-05-12)
transformtoglobal.m (433, 2004-03-25)
update.m (1051, 2004-05-12)
update_iekf.m (1007, 2004-05-12)
vehicle_model.m (340, 2004-03-25)

EKF-SLAM Simulator (version 2.0) ------------------ 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. Note on Global Variables ------------------------ This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to avoid gratuitous memory allocation and copying when passing (and modifying) variables between functions. With this concession, effort has been made to keep the code as clean and modular as possible.

近期下载者

相关文件


收藏者