Skip to content

MichalNowicki/PUT_AndroidOrientation

Repository files navigation

PUT_AndroidOrientation

The EKF-based quaternion orientation estimation for Android devices using accelerometer, magnetometer and gyroscope (more precise than Android estimation). The repository contains free simple examples estimating the orientation of the Android smartphone:

  • implementation in NDK using Eigen library (OrientEstimation_EKF_EIGEN)
  • implementation in NDK using OpenCV library (OrientEstimation_EKF_OpenCV)
  • implementation of AKEF (!) in NDK using Eigen library (OrientEstimation_AEKF) [recommended!]

Screenshots:

  • OrientEstimation_EKF_EIGEN: 1 2
  • OrientEstimation_EKF_OpenCV: 1 2
  • OrientEstimation_AEKF: 1 2

The code is published under the MiT license, so feel free to use it for your own purposes.

More information about the implemented methods can be found in (please share and cite if you found this code useful):

J. Gośliński, M. Nowicki, P. Skrzypczyński, "Performance Comparison of EKF-based Algorithms for Orientation Estimation on Android Platform", IEEE Sensors, Journal, 2015

When having problems running the software , found some bug or anything relevant concerning the method or code, please contact:

michal.nowicki (at) put.poznan.pl

======================

Expect a new open indoor localization library for Android combining all mayor algorithms fused together in 2015 (just polishing the results right now):

  • WiFi fingerprinting
  • Magnetic distortions
  • Orientation estimation
  • Stepometer
  • Vision-based motion estimation
  • Barometer
  • ... More soon ...

About

The EKF-based orientation estimation for Android devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages