ARCore-Location icon indicating copy to clipboard operation
ARCore-Location copied to clipboard

Kalman Filter

Open RGregat opened this issue 7 years ago • 2 comments

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)?

RGregat avatar Oct 30 '18 07:10 RGregat

This is from mizutori/AndroidLocationStarterKit

Its published under the MIT license so you can use & modify it in your own projects without any problems.

https://github.com/mizutori/AndroidLocationStarterKit/blob/master/app/src/main/java/com/goldrushcomputing/androidlocationstarterkit/LocationService.java

johnwedgbury avatar Oct 31 '18 16:10 johnwedgbury

Ah nice, thx alot! Do you have any plans to dig deeper to integrate other sensor data into this Kalman Filter?

RGregat avatar Nov 01 '18 11:11 RGregat