フィルターのクリア

IMU/INS sensor fusion with Cartesian coordinates

2 ビュー (過去 30 日間)
Joseph
Joseph 2020 年 3 月 19 日
コメント済み: Nandini Mittal 2024 年 5 月 6 日
Hi,
I'm just starting with the Sensor Fusion and Tracking Toolbox and have been stuck trying to figure out how to implement something.
Is there any way the fusion functions in the toolbox can be modified to work with a custom coordinate reference system?
What I essentially want to do is the same as these two examples (IMU and GPS Fusion for Inertial Navigation and Estimate Position and Orientation of a Ground Vehicle) but replace the GPS with an [UWB] indoor trilateration algorithm. The trilateration algorithm outputs Cartesian coordinates (x,y,z) that I want to fuse with the IMU readings. This allows the positions to be expressed in relation to a floor plan or map.
I've checked the functions and objects in the examples and can see that 'ReferenceLocation' is represented as (deg, deg, meters), Which is an LLA geodetic coordinate. I'm hoping that 'ecef2lla' wouldn't have to be used for this.
  2 件のコメント
Felix Bertoli
Felix Bertoli 2021 年 12 月 3 日
Hi, I know this is already a year ago, but did you manage to solve this project? I'm attempting to do the same thing and having quite a hard time to figure out how to fuse my UBW positions and gyroscope data. Would you mind sharing the code of how exactly you did it?
I hope you read this somehow.
Nandini Mittal
Nandini Mittal 2024 年 5 月 6 日
@Felix Bertoli I am trying to implement the same. if you could share some insights from your progress, it would really helpful.

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

採用された回答

Pranav Murali
Pranav Murali 2020 年 3 月 25 日
編集済み: Pranav Murali 2020 年 3 月 26 日
Currently, the Intertial Sensor Fusion functions only support geodectic coordinates as ReferenceLocation. So, the cartesian environment coordinates have to be converted to geodectic using ecef2lla.
  1 件のコメント
Joseph
Joseph 2020 年 3 月 26 日
編集済み: Joseph 2020 年 4 月 5 日
Hi Pranav, Thank you for answering.
In that case then I'll probably use imufilter with trackingKF. Have you ever come across any related examples that might help?

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

その他の回答 (0 件)

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by