Position estimation using inertial sensor (dead reckoning)

Is there a filter that takes in 6DOF/9DOF IMU data and outputs position and orientation without requring GPS?

5 件のコメント

Raj
Raj 2020 年 1 月 13 日
You will have to be more specific and clear. Sensors like AHRS can give you orientation and body velocities and you can determine the position using KALMAN filtering. GPS data will improve your accuracy in this case but it it not mandatory if you are willing to live with less accuracy.
Swapnil Sayan Saha
Swapnil Sayan Saha 2020 年 1 月 13 日
thanks!
Swapnil Sayan Saha
Swapnil Sayan Saha 2020 年 1 月 14 日
Could you provide me a matlab resource on determining pose using Kalman filter from orientation and body velocities obtained using imufilter/AHRS?
Meg Noah
Meg Noah 2020 年 1 月 14 日
I don't know if these will post - might be marked as spam:
Swapnil Sayan Saha
Swapnil Sayan Saha 2020 年 1 月 14 日
thanks.

サインインしてコメントする。

回答 (1 件)

Brian Fanous
Brian Fanous 2020 年 8 月 19 日

0 投票

Hi Swapril
What your are trying to do is called “dead reckoning” and is not generally recommended with just an accelerometer and gyroscope. There are various detailed descriptions about it on the web, but NXP’s sensor fusion manual describes an experiment in section 2.8 here. If you have other non-GPS sensors that measure position, it’s possible to use the correct method on one of the insfilters to achieve your goal.

質問済み:

2020 年 1 月 13 日

回答済み:

2020 年 8 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by