Estimate position from inertial data

119 visualizaciones (últimos 30 días)
Swapnil Sayan Saha
Swapnil Sayan Saha el 14 de En. de 2020
Comentada: Swapnil Sayan Saha el 12 de Mayo de 2022
Can someone provide me an example of how kalman filters can be used to estimate position of an object from 6DOF/9DOF IMU data. All examples I have seen just seem to find orientation of the object using ahrs/imufilter.
  2 comentarios
BOUCHILAOUN Yacine
BOUCHILAOUN Yacine el 5 de Mayo de 2022
Hello
I have a question if you don't mind, I use data from an IMU sensor to determine positioning in the civil engineering field. I am using MATLAB code to do this. For the moment I don't have the right result compare by the real case.
Did you have a satisfactory result according to your studies?
Swapnil Sayan Saha
Swapnil Sayan Saha el 12 de Mayo de 2022
Yes. https://www.researchgate.net/publication/360075622_TinyOdom_Hardware-Aware_Efficient_Neural_Inertial_Navigation

Iniciar sesión para comentar.

Respuesta aceptada

Bhargavi Maganuru
Bhargavi Maganuru el 1 de Abr. de 2020
  3 comentarios
Swapnil Sayan Saha
Swapnil Sayan Saha el 16 de Jul. de 2020
https://www.mathworks.com/help/fusion/ref/insfiltermarg.html << This one to be more precise. Thanks.

Iniciar sesión para comentar.

Más respuestas (1)

Martin Seyr
Martin Seyr el 24 de Abr. de 2020
hello,
you need to integrate the accelerometers if you want to calculate linear positions. this will be subject to quadratic error propagation over time, so it is necessary to periodically reset the integrator.
it works like this: you use the orientation calculated from the fusion algorithm (kalman filter or some other algorithm) to rotate locally measured accelerations into the world frame. then you subtract nominal gravity, then you integrate twice.
good luck,
Martin
  7 comentarios
Andrea Gusmara
Andrea Gusmara el 1 de Sept. de 2020
HI linda , have you finally found the solution of the wrong position problem ? Beacause I found myself in the same problem for my thesis.
Swapnil Sayan Saha
Swapnil Sayan Saha el 1 de Sept. de 2020
It's best to not dead-reckon in z axis. I have observed similar phenomena from real-world data. In my MS thesis I am discussing the implications of inaccurate z axis localization. Better option is to use a pressure sensor or some other sensor (e.g. GPS if available, acoustics, Radar etc.)

Iniciar sesión para comentar.

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by