meaning of nonholonomic filter parameters
1 回表示 (過去 30 日間)
古いコメントを表示
hello everyone.
I am working with a nonholonomic filter to reconstruct a path using imu data (accelerometer and gyroscope).
I start from a path obtained via the gps sensor and need to reconstruct the same path with imu data.
As I am new to matlab and the use of the kalman filter, I wanted to know if anyone could explain to me the meaning of the various parameters of the nonholonomic filter (such as DecimationFactor, AccelerometerBiasDecayFactor, GyroscopeBiasDecayFactor).
What changes on a practical level if you change these values?
How do they affect the final result?
Many thanks in advance to everyone.
0 件のコメント
回答 (1 件)
Maneet Kaur Bagga
2024 年 2 月 19 日
編集済み: Maneet Kaur Bagga
2024 年 2 月 19 日
Hi,
As per my understanding you want to know about the tuning of nonholonomic filter parameters in the context of IMU data and path reconstruction.
Please refer to the following tutorial from MathWorks which provides an overview of how to design and simulate the "Inertial Navigation Systems" (INS) in MATLAB, including the role of filters in integrating the sensor data.
The following documentation is an example that walks through the process of determining an object's "position" and "orientation" using a combination of inertial sensors and GPS.
The following documentation provides an overview of multi-sensor positioning techniques in MATLAB, offering insights into how different sensors, including IMUs and GPS, can be combined to achieve accurate positioning.
Please refer to the following MATLAB functions for further understanding:
"insfilter": https://in.mathworks.com/help/nav/ref/insfilter.html
"insfilterNonholonomic": https://in.mathworks.com/help/nav/ref/insfilternonholonomic.html
Hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Online Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!