Gyro Sensor drift and Correct angle Estimation

后端 未结 3 1577
天涯浪人
天涯浪人 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:43

    Basically gyros drift over long time periods. Whereas accelerometers have no drift but tend to be unstable. By combining information from both sensors using a Kalman filter you can obtain a accurate attitude. For some this less complex you could also use a Complementary Filter.

    See this post for more info: Combine Gyroscope and Accelerometer Data

提交回复
热议问题