Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add note about successful use
  • Loading branch information
hmartiro committed Jan 8, 2015
1 parent 88e2422 commit 3695393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This is a basic Kalman filter implementation in C++ using the
directly as found in [An Introduction to the Kalman Filter]
(http://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf).

This filter has been successfully used for the
[Iron Dome](https://github.com/hmartiro/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:

Expand Down

0 comments on commit 3695393

Please sign in to comment.