KalebKE / FSensor

Android Sensor Filter and Fusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing classes

csabagidofalvi opened this issue · comments

Hi.
I'm trying to use your OrientationKalmanFusion example,
but can't find the class "OrientationFusion" in the project.

private OrientationFusion orientationFusion;
then initialised as orientationFusion = new OrientationKalmanFusion();

i tried declaring it as "OrientationFused" and initialize it with KalmanFusion but the methods:
-setAcceleration
-setMagneticField
-filter
are missing still missing.
Plese help me with some clarification how are this implemented.

Hello,

I have been making some changes to the interface and haven't had a chance to update the documentation, but I have a working example in GyroscopeExplorer that is backed by v1.2.

Thx for the quick respons.
I used the suggested example, it works!