Estimate position from inertial data
77 ビュー (過去 30 日間)
古いコメントを表示
Swapnil Sayan Saha
2020 年 1 月 14 日
コメント済み: Swapnil Sayan Saha
2022 年 5 月 12 日
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 件のコメント
BOUCHILAOUN Yacine
2022 年 5 月 5 日
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?
採用された回答
Bhargavi Maganuru
2020 年 4 月 1 日
Hi,
You can go through following links.
その他の回答 (1 件)
Martin Seyr
2020 年 4 月 24 日
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 件のコメント
Andrea Gusmara
2020 年 9 月 1 日
HI linda , have you finally found the solution of the wrong position problem ? Beacause I found myself in the same problem for my thesis.
参考
カテゴリ
Help Center および File Exchange で Linear Least Squares についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!