piercus / kalman-filter

Kalman filter in javascript
MIT License
106 stars 15 forks source link

Update README.md: predictedState #58

Closed harrisanth closed 1 year ago

harrisanth commented 1 year ago

This changes examples which use variable name predictedState to predicted which is the variable name used later in examples.

I discovered this independently, but was also mentioned here: https://github.com/piercus/kalman-filter/issues/47

Side note: are you willing to help me understand where I am going wrong or clear up my lack of understanding with using this library for online sensor fusion? I'm happy to add an example to docs if I can get this figured out.

Thanks in advance!

Note: I accidentally submitted PR with my work account; apologies if it seems too mysterious. Here's the public me: https://github.com/crosshj. I'm happy to re-submit with my public account.

piercus commented 1 year ago

Thanks for your contribution !

Could you give more context about online sensor fusion ?

Can you please open a specific and show a simple example of what you are trying to achieve ?

Thanks

harrisanth commented 1 year ago

Thanks for your contribution !

Could you give more context about online sensor fusion ?

Can you please open a specific and show a simple example of what you are trying to achieve ?

Thanks

Thanks for the merge and thanks for entertaining the question! I will work on example and add it to an issue with a more clearly worded question. See you soon!

piercus commented 1 year ago

:tada: This PR is included in version 1.12.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: