You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on an imu glove that gets the hand and fingers orientation in space it's working very well capturing those orientations with the madgwick filter
but I can't get any position tracking out of this thing after removing the gravity vector from acceleration integrating the acceleration twice the position drifts a lot after applying zero velocity update drift has improved a lot but moving the object a few cm along the x axis for example are no where near real values and also seem to have values along both y and z too even if I didn't move along them at all
anyway enough of my saying is there any working example or resources on using such sensor for inertial navigation people say they are not suitable for long term navigation but I thought for my project they would suffice
if there's any examples or other recommendation for position tracking of this glove would be appreciated as I have spent the last 2 days stuck on this
The text was updated successfully, but these errors were encountered:
I am travelling so my answer mustbe short, in general, dead reckoning using
only inertial sensors will be inaccurate for anything but the shirtest time
scales due to inherent drift. No real solution to this problem ecists in a
small for factor. Might look at UWB as a possible solution though.....
On Mon, Jul 10, 2023 at 6:37 PM Mahmoud Salah ***@***.***> wrote:
I was working on an imu glove that gets the hand and fingers orientation
in space it's working very well capturing those orientations with the
madgwick filter
but I can't get any position tracking out of this thing after removing the
gravity vector from acceleration integrating the acceleration twice the
position drifts a lot after applying zero velocity update drift has
improved a lot but moving the object a few cm along the x axis for example
are no where near real values and also seem to have values along both y and
z too even if I didn't move along them at all
anyway enough of my saying is there any working example or resources on
using such sensor for inertial navigation people say they are not suitable
for long term navigation but I thought for my project they would suffice
if there's any examples or other recommendation for position tracking of
this glove would be appreciated as I have spent the last 2 days stuck on
this
—
Reply to this email directly, view it on GitHub
<#490>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTDLKVV5VJRSRWFIMTL7VTXPSG5LANCNFSM6AAAAAA2FGPW4U>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I am working on an imu glove that gets the hand and fingers orientation in space it's working very well capturing those orientations with the madgwick filter
but I can't get any position tracking out of this thing after removing the gravity vector from acceleration integrating the acceleration twice the position drifts a lot after applying zero velocity update drift has improved a lot but moving the object a few cm along the x axis for example are no where near real values and also seem to have values along both y and z too even if I didn't move along them at all
anyway enough of my saying is there any working example or resources on using such sensor for inertial navigation people say they are not suitable for long term navigation but I thought for my project they would suffice
if there's any examples or other recommendation for position tracking of this glove would be appreciated as I have spent the last 2 days stuck on this
The text was updated successfully, but these errors were encountered: