Skip to content

prasadmahendra/ukf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unscented Kalman Filter


Dependencies

Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
  • On windows, you may need to run: cmake .. -G "Unix Makefiles" && make
  1. Run it: ./UnscentedKF path/to/input.txt path/to/output.txt. You can find some sample inputs in 'data/'.
  • eg. ./UnscentedKF ../data/sample-laser-radar-measurement-data-1.txt output.txt

Build Instructions (xcode)

  1. Clone this repo.
  2. Make a build directory: mkdir xcode-build && cd xcode-build
  3. Run: cmake -G Xcode ../
  4. Open UnscentedKF.xcodeproj in xcode

Generating Additional Data

If you'd like to generate your own radar and lidar data, see the utilities repo for Matlab scripts that can generate additional data.

Results & Visualization of the output data


Radar Only

Input data 1: data/input/sample-laser-radar-measurement-data-1.txt

KF-Estimate vs. Measurement vs. Ground Truth

NIS

RMSE
0.159048
0.188174
0.726899
0.675828

Input data 2: data/input/sample-laser-radar-measurement-data-2.txt

KF-Estimate vs. Measurement vs. Ground Truth

NIS

RMSE
0.785361
1.77988
2.35064
1.5312

Lidar Only

Input data 1: data/input/sample-laser-radar-measurement-data-1.txt

KF-Estimate vs. Measurement vs. Ground Truth

NIS

RMSE
0.14044
0.123413
0.824945
0.685413

Input data 2: data/input/sample-laser-radar-measurement-data-2.txt

KF-Estimate vs. Measurement vs. Ground Truth

NIS

RMSE
0.215406
0.194694
0.543321
0.56718

Radar & Lidar Combined

Input data 1: data/input/sample-laser-radar-measurement-data-1.txt

KF-Estimate vs. Measurement vs. Ground Truth

RMSE
0.0827558
0.0904532
0.657836
0.592343

Input data 2: data/input/sample-laser-radar-measurement-data-2.txt

KF-Estimate vs. Measurement vs. Ground Truth

RMSE
0.193222
0.188103
0.385123
0.511168

About

Unscented Kalman Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published