ekf
EKF 

所属分类:matlab编程
开发工具:matlab
文件大小:37KB
下载次数:20
上传日期:2012-05-19 21:07:19
上 传 者nfex
说明:  全套ekfslm程序,无需修改程序,就可无差错运行,经典,简洁,准确,经典教程
(A full set of ekfslm program without having to modify the program can be error-free run, classic, indirect, accurate, classic tutorial)

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

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.

近期下载者

相关文件


收藏者