Hello everyone,
I’m researcher and in this moment work with Inertial Navigation Systems. I considering a beginner in this area, but I want to start with an interesting prototype for measuring acceleration, velocity and position (Attitude system).
On the other hand, I have a minIMU V3 that comes with acelerometer, gyroscope and magnetometer, and try to using it for the purpose that I want.
Also, in the resources area, I found this topic: MinIMU-9 + Arduino AHRS, that comes with interesting things about the gyroscope and how to calculate de correct angles. (Question: I want an interesting book or tutorial about how to calculate the angles, the theory and practice about this).
My goal it’s to design an Inertial navigation system and try to obtain the 3D position, like this diagram:
Comments and questions:
-
In theory, the accelerations vectors are integrated twice to obtain position, but the error increments and is not a good way for doing it. If I do it, its necessary to high-pass filtering the signal and obtain a good value without DC component?. How to improve it?.
-
I only have values of Gyroscope and Accelerometer. Is it neccesary to use the magnetometer for good results?.
-
It’s necessary to use de DCM matrix for change the coordinate system and how to apply it?.
-
I checked the code from MinIMU-9 + Arduino AHRS in the resources area from minIMU V3, but I want to know the theory behind this. If some knows, tell me about it.
-
Finally, what book or thesis do you recommend for study this area ? (Inertial Navigation System),
Kind regards, thanks in advance and waiting for your response.