Reputation: 75
I have researched quite a bit about short-term position tracking with an IMU, and can't really seem to find anything on it. A lot of people say it's impossible to track position with an accelerometer, but all this is in the context of long term position tracking. I'm just looking for something less then a second.
I Googled around and found this video.
This shows doing it with an IMU, but when I take the double integral of the acceleration, its getting real messy. Any suggestions on how to approach this problem? Will a Kalman filter solve some of the issues?
Upvotes: 5
Views: 3090
Reputation: 1606
The errors in position based on the double integrated accelerometer signal are related to:
Adding additional knowledge/measurements can help to reduce growth of your position error, e.g.:
This may be implemented using a Kalman filter.
Upvotes: 3