From d47ceed0c90f698c4ea9fd983b532a34812427e4 Mon Sep 17 00:00:00 2001 From: Pierre Colle Date: Thu, 30 Mar 2023 11:23:43 +0200 Subject: [PATCH] use light gif in the README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ef4541..93ab2db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Kalman Filter Bike Gif](./demo/demo.gif) +![Kalman Filter Bike Gif](./demo/demo_light.gif) # kalman-filter @@ -16,12 +16,12 @@ This library implements following features: |Link | Description | Image | |---|---|---| -| [Bikes](http://piercus.github.io/kalman-filter) | 4D Constant Acceleration boxes | ![Kalman Filter Bike Gif](./demo/demo.gif) | +| [Bikes](http://piercus.github.io/kalman-filter) | 4D Constant Acceleration boxes | ![Kalman Filter Bike Gif](./demo/demo_light.gif) | +| [Bouncing Ball](http://piercus.github.io/kalman-filter/bouncing.html) | 2D constant acceleration with bounces | ![3x3 rotation matrix](./demo/bouncing-ball.gif) | | [Sinusoidale Extended Kalman-Filter](https://observablehq.com/d/a033acc0859cc0de) | 1D Extended KF Sinus | ![Kalman Filter Sin Extended](./demo/Sinus-EKF.png) | | [Code pen GPS Data smoothing with constant speed](https://codepen.io/piercus/pen/wvoqPww) | 2D constant speed | ![Kalman Filter GPS](./demo/gps.png) | | [Partial Observation](https://github.com/piercus/kalman-filter/issues/34) | 1D / 2 sensor with missing values | ![partial](./demo/partial.png) | | [Smooth 3x3 rotation matrix](https://github.com/piercus/kalman-filter/issues/37) | 4d smoothing | ![3x3 rotation matrix](./demo/quaternion.png) | -| [Bouncing Ball](http://piercus.github.io/kalman-filter/bouncing.html) | 2D constant acceleration with bounces | ![3x3 rotation matrix](./demo/bouncing-ball.gif) | [Open an issue](https://github.com/piercus/kalman-filter/issues/new) to add more examples in this section explaining how you use this library !