forked from ruslanmasinjila/ekf_simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
25 lines (21 loc) · 1.02 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
MATLAB Simulator for Mobile Robot Localization
Using Extended Kalman Filter (EKF)
**************************************************
AUTHOR: Ruslan Masinjila
Contact: [email protected]
**************************************************
Release Date: 05/24/2014
**************************************************
GENERAL NOTES:
This MATLAB simulator demonstrates how a 2-wheeled mobile robot
localizes itself through the fusion of information using Extended
Kalman Filter. The information is provided by simulated wheel encoders as
well as distance and angular sensors.
Tested in MATLAB 7.12.0.635 (R2011a) and MATLAB 7.14.0.739 (R2012a)
**************************************************
RUNNING THE SIMULATOR:
Execute the RunMe.mat file
**************************************************
Link to EKF Algorithm
https://bytebucket.org/ruslanmasinjila/ekf_algorithm/raw/e1a39c8c014b47f67d030a4c43861f16ae95de02/ekf_algorithm.pdf?token=1723c05cc708b96d3e8ea2a3036a5ebaa9218c38
**************************************************