Skip to content

Roger-Mei/KF_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KF_Demo

Introduction


This repo creates a demo for kalman filter which only utilize the laser data. A visualization would be added in the future.

Dependencies


This demo needs to use Eigen library for cpp. For Installation instruction, please click this link.

Implementations


  • Download this repo using git clone + this repo's url.
  • Change the path of your data file in line 30 of src/main.cpp.
  • Change the test iteration number you want in line 43 of src/main.cpp
  • Use cd to jump to build directory.
  • Run cmake ..
  • Run make and you should see an exe file called KF
  • Run ./KF to see the output result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published