Gyro Sensor drift and Correct angle Estimation

后端 未结 3 1607
天涯浪人
天涯浪人 2021-01-05 17:14

I am using LG Optimus 2x smartphone(Gyroscope and Accelerometer sensor) for positioning.

I want to get correct rotation angles from gyroscope that can be used late

3条回答
  •  天命终不由人
    2021-01-05 17:40

    As far as I know, either the Kalman filter or something similar is implemented in the SensorManager. Check out Sensor Fusion on Android Devices: A Revolution in Motion Processing.

    You are trying to solve a problem that is already solved.

提交回复
热议问题