We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have just discovered your plugin and would like to use it in production soon. When do you plan to release this beta version?
Many thanks
The text was updated successfully, but these errors were encountered:
Hi!
The code is stable so a proper production release wouldn't be hard to do! Give me a few days :)
Sorry, something went wrong.
How to you include the kalman.js into a normal web page? I include it with a standard script src...
gives a 7 Uncaught ReferenceError: KalmanFilter is not defined
when I try to do a var kalmanFilter = new KalmanFilter({R: 0.01, Q: 3});
how does one include your library in a standard simple html/javascript web page?
@ericalbers please open a new issue if your question is not directly related to the topic of the issue.
That said, you can find a distribution version of the library here https://github.com/wouterbulten/kalmanjs/releases (see the dist folder in the zip file).
wouterbulten
No branches or pull requests
Hello,
I have just discovered your plugin and would like to use it in production soon. When do you plan to release this beta version?
Many thanks
The text was updated successfully, but these errors were encountered: