Skip to content
New issue

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

What is the roadmap for release? #4

Closed
mikaoelitiana opened this issue Oct 4, 2016 · 3 comments
Closed

What is the roadmap for release? #4

mikaoelitiana opened this issue Oct 4, 2016 · 3 comments
Assignees

Comments

@mikaoelitiana
Copy link

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

@wouterbulten wouterbulten self-assigned this Oct 6, 2016
@wouterbulten
Copy link
Owner

Hi!

The code is stable so a proper production release wouldn't be hard to do! Give me a few days :)

@ericalbers
Copy link

How to you include the kalman.js into a normal web page?
I include it with a standard script src...

<script src="kalman.js"></script>

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?

@wouterbulten
Copy link
Owner

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants