Skip to content

This is an implementation of Kalman Filters for Udacity's EKF project with notation from Innopolis CT course

Notifications You must be signed in to change notification settings

Sarrasor/Kalman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalman filters

logo

Documentation

You can find all necessary information in the documentation folder Check the html page here.

How to run

Tested on Ubuntu 18.04

Install all necessary dependencies

Download the Simulator

run install_linux.sh

Have different OS? Go here.

Run

cd to a folder with any Kalman filter(KF, for example), then run this commands:

cd KF
mkdir build
cd build
cmake ../
make
./KF

References

Idea and parts of code are taken from CarND-Extended-Kalman-Filter-Project
Simulator can be found here self-driving-car-sim
Notation is taken from Linear-Control-Slides-Spring-2020
Written with StackEdit

About

This is an implementation of Kalman Filters for Udacity's EKF project with notation from Innopolis CT course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages