Unit of IMU readings in factorIMU
4 ビュー (過去 30 日間)
古いコメントを表示
The example of Factor Graph-Based Pedestrian Localization with IMU and GPS Sensors did not specify the unit of imuNoise input. Therefore, I would want to know the unit to ensure my application using this function.
0 件のコメント
回答 (1 件)
Vidip
2023 年 12 月 27 日
I understand you want to know the unit of ‘imunoise’ used in the example ‘Factor Graph-Based Pedestrian Localization with IMU and GPS Sensors’.
The ‘imunoise’ struct consists of fields like ‘imuNoise.GyroscopeBiasNoise’, ‘imuNoise.AccelerometerBiasNoise’, ‘imuNoise.GyroscopeNoise’ and ‘imuNoise.AccelerometerNoise’. So, the properties like ‘GyroscopeNoise’ are Gyroscope measurement noise covariance, specified as a 3-by-3 matrix which is specified at object creation and it’s data types is double.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で SLAM についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!