8000 GitHub - jspark861102/kalman_ros: Basic Kalman filter implementation in C++ using Eigen
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jspark861102/kalman_ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalman Filter

This is a basic Kalman filter implementation in C++ using the Eigen library. It implements the algorithm directly as found in An Introduction to the Kalman Filter.

This filter has been successfully used for the Iron Dome, a robotic system which detects and intercepts dynamically thrown projectiles in fractions of a second.

There is a test program that estimates the motion of a projectile based on noisy observations. To run it, use CMake:

cd kalman-cpp
mkdir build
cd build
cmake ..
make
./kalman-test

Note: You may have to specify the path to your Eigen library in CMakeLists.txt.

About

Basic Kalman filter implementation in C++ using Eigen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 82.7%
  • Python 8.4%
  • Shell 3.0%
  • CSS 1.7%
  • Rich Text Format 1.3%
  • Makefile 1.0%
  • Other 1.9%
0