Skip to content

Commit

Permalink
fix: bikes demo + new GPS demo
Browse files Browse the repository at this point in the history
  • Loading branch information
piercus committed Feb 22, 2021
1 parent b2017cd commit 2806e83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ This library implements following features:
* Extended Kalman Filter (when using functions for dynamics and observation matrixes)
* Correlation Matrix

## Demo
## Demos

See a demo in the web browser [here](http://piercus.github.io/kalman-filter)
* [Browser interactive constant acceleration on bikes](http://piercus.github.io/kalman-filter)
* [Code pen GPS Data smoothing with constant speed](https://codepen.io/piercus/pen/wvoqPww)

[Open an issue](https://github.com/piercus/kalman-filter/issues/new) to add more examples in this section explaining how you use this library !

## Installation

Expand Down
Binary file added docs/bike.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<div class="img" id='bikes'>
<img src="https://www.simply.science/images/content/physics/mechanics/kinematics/Concept_map/image1.gif">
<img src="./bike.gif">
<div class="top-right" id='legend'>
<h4 style="color: blue;"> Prediction
</h4>
Expand Down

0 comments on commit 2806e83

Please sign in to comment.