mrpmorris Geschrieben September 24, 2016 at 15:08 Geschrieben September 24, 2016 at 15:08 From my experiments I would guess the Tinkerforge IMU2 Brick doesn't have linear accelerator sensors that are accurate enough for me to reliably detect movement, am I correct? I created a simple Unity3D project to move and rotate a cube on screen. The rotation sensitivity was excellent, but the linear acceleration wasn't reliable enough to detect how much I had moved, when I had moved the brick back to its original position etc. So can't LinearAcceleration be used for this purpose, and what can it be used for? Zitieren
borg Geschrieben September 27, 2016 at 07:44 Geschrieben September 27, 2016 at 07:44 You can use it for that, but every error that occurs will be summed up over time. So over time the position will get worse and worse. There is nothing you can do about that. In contrast, there are no incremental errors for determining the rotation. The acceleration, angular velocity and magnetic field are sufficient to calculate the current rotation of the IMU Brick at any given time. Zitieren
mrpmorris Geschrieben October 13, 2016 at 21:30 Autor Geschrieben October 13, 2016 at 21:30 Sorry, I didn't receive a notification of your reply. Thanks. It seems the sensitivity is too poor to use, there's not really any point in having it Zitieren
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.