Kalman Filter
Opened this issue · 2 comments
RGregat commented
Hey,
do you guys have any sources, which you used to implement the Kalman Filter?
Are you planning to integrate also the orientation information to improve the filter further?
And, is it ok for you, if I use the filter implementation for my own projects (with credits in the source code of course)?
johnwedgbury commented
This is from mizutori/AndroidLocationStarterKit
Its published under the MIT license so you can use & modify it in your own projects without any problems.
RGregat commented
Ah nice, thx alot!
Do you have any plans to dig deeper to integrate other sensor data into this Kalman Filter?