Skip to content

patilrajeevs/kalmanfilter_cpp_1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

kalman_filter_1d

What this project does :

Work with a 1 dimensional kalman filter in cpp.

The 1d measurement required is passed from the main file

This excercise is picked up or sourced from Udacity's SDCND's Kalman filter lesson.

Requirements :

1. This project is tested/verifed on a ubuntu machine

2. This project uses Eigen class from : https://d17h27t6h515a5.cloudfront.net/topher/2017/March/58b7604e_eigen/eigen.zip
   Download to the same folder as the cpp files, an unzip it
   
3. Compile this on a linux machine, "g++ main.cpp"

4. Execute "./a.out" and get the output.

About

cpp implementation of a kalman filter predicting a measurement in 1dimension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages