kriswiner/MPU9250

Limitations/Considerations when 3D-tracking a fast rotating object for 1 second

Opened this issue · 1 comments

Hello Kris,

at first i would like to thank you for the work you've put in in this implementation - really cool!

Prior to starting my little project i would like to know your thoughts if f it is possible to 3D-track a fast rotating object (skateboard, max 1000 deg/second) for 1 second max. The IMU will be fixed to the skateboard.

I was thinking about tracking the 3D rotation/movement of a skateboard which is rotating with max 1000deg/second.
The 3D tracking is as said just 1 second which is basically the time the board is in the air.

To achieve this, I plan to utilize an ESP32 and an MPU-9250. By using the Quaternions (and subtracting gravity), my intention is to double integrate the linear accelerations to get the board's position in 3D during the trick. Do you believe this approach is viable, with a reasonable margin of position error?

If you send me your paypal address i will buy you a beer for your invested time in the answer.

TY