How to obtain only linear acceleration from accelerometer using gyroscope?

↘锁芯ラ 提交于 2019-11-30 10:23:24
Ali

I have implemented sensor fusion for the Shimmer platform based on this manuscript, it's basically a tutorial:

Direction Cosine Matrix IMU: Theory

This manuscript pretty much answers your question.

These have also been a big help:

An introduction to inertial navigation

An Introduction to the Kalman Filter

Pedestrian Localisation for Indoor Environments

Combine Gyroscope and Accelerometer Data

Just promise me you won't try double integrating the linear acceleration because it won't work and I suspect that it is what you are trying to do.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!