⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 fastSLAM算法的matlab实现
💻 TXT
字号:
FastSLAM Simulator (version 1.0)
------------------

This simulator demonstrates simple implementations of FastSLAM versions 1.0 and 2.0.
It permits simple configuration via 'configfile.m' to perform SLAM with various 
control parameters, noises, etc. The simulator assumes known data association.

The key files in this simulator are called 'fastslam1_sim.m' and 'fastslam2_sim.m'
for FastSLAM 1.0 and 2.0, respectively. These files are in the two subdirectories
in this collection.

The runtime of this simulator is very slow due, in part, to the graphics of the
simulator animations, and also to the use of 'for'-loops. Loops in Matlab are very 
inefficient, but it is difficult to avoid them for this task without making the
code very obscure. Hopefully, however, the basic algorithms are clear enough to
assist development in a more suitable language.

Tim Bailey and Juan Nieto
2004.


⌨️ 快捷键说明

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