搜索资源列表
SPmodel-EKF-SLAM
- SLAM_simulator_SP_map model
ukfslam
- 使用Unscented Kalman Filter进行SLAM,主要用于机器人定位和地图自动绘制,UKF的效果要优于EKF,当然计算量也大些。-The Matlab code for SLAM using Unscented Kalman Filter, mainly used for robot localization and map building
kalmanbucy
- 学习扩展卡尔曼滤波气的基本文件,可以随便下载并讨论-This is a tutorial on nonlinear extended Kalman filter (EKF). It uses the standard EKF fomulation to achieve nonlinear state estimation. Inside, it uses the complex step Jacobian to linearize the nonlinear dynamic system. Th
EKF-SLAM-V2.0
- 经典的同步定位与建图算法EKF-SLAM-V2.0,非常好的学习资料,程序写得很不错。matlab版