I'm trying to get the position of an object in latitude/longitude. The thing is, I don't want to use a GPS so instead I'm working with a LSM9DS1 which is a 9 Degrees of Freedom IMU (Inertial Measuring Unit) breakout.
I've looked into so many links but I still can't figure it out. I know the result won't be precise but I want an approximative new position.
I understand that :
- Roll is the rotation about the x axis (between -180 and 180 deg)
- Pitch is the rotations about the y axis (between -90 and 90 deg)
- Yaw is the rotation about the z axis (between -180 and 180)
I've seen many algorithms to get those roll, pitch and yaw values so assuming that I have them, how can I update the initial position after a sligth movement and get the new GPS coordinates ?