Dynamic Acceleration from ArduIMU+ V2

ArduIMU+ V2 currently shows acceleration from the accelerometers taking into account static acceleration of gravity. Is it actually possible to remove this stativ acceleration such that the aircraft only shows the dynamic acceleration? Anyone knows how I can do this?

 

Any help much appreciated!! :)

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • The math would go about subtracting the IMU's orientation matrix multiplied by a constant gravity vector (0, 0, -9.80665) from the accelerometer vector. In other words take a 1g "pointing down" vector, rotate it into the IMU's local space and subtract it from the vector reported by the IMU.
This reply was deleted.

Activity