Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.18 KB

ACCELERATION_SENSORS.md

File metadata and controls

19 lines (10 loc) · 1.18 KB

Acceleration Sensor

Acceleration Sensor Useage -> A simple, uncalibrated estimation of the devices acceleration.

Linear Acceleration Sensor

Linear Acceleration Sensor Useage -> A simple estimation of the devices linear acceleration provided by Android.

Low Pass Linear Acceleration Sensor

Low Pass Linear Acceleration Sensor Useage -> A simple estimation of the devices linear acceleration based on a low-pass filter.

Complementary Linear Acceleration

Complementary Linear Acceleratoin Sensor Useage -> A calibrated, sensor fusion backed estimation of the devices orientation. Uses a complementary filter in conjunction with the acceleration, magnetic and gyroscope sensors.

Kalman Linear Acceleration Sensor

Kalman Linear Acceleration Sensor Useage -> A calibrated, sensor fusion backed estimation of the devices orientation. Uses a Kalman filter in conjunction with the acceleration, magnetic and gyroscope sensors.