meaning of nonholonomic filter parameters

3 次查看(过去 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.

回答(1 个)

Maneet Kaur Bagga
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:
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Automated Driving Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by