メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

慣性センサー フュージョン

IMU および GPS センサー フュージョンによる方向と位置の決定

慣性センサー フュージョン アルゴリズムを使用して、経時的に方向と位置を推定します。アルゴリズムは、さまざまなセンサー構成、出力要件、および運動の制約に合わせて最適化されます。複数の慣性センサーからの IMU データを直接融合できます。IMU データと GPS データを融合することもできます。

関数

すべて展開する

ecompassOrientation from magnetometer and accelerometer readings
imufilterOrientation from accelerometer and gyroscope readings
ahrsfilterOrientation from accelerometer, gyroscope, and magnetometer readings
ahrs10filterHeight and orientation from MARG and altimeter readings
complementaryFilterEstimate orientation using complementary filter
insfilterMARGEstimate pose from MARG and GPS data
insfilterAsyncEstimate pose from asynchronous MARG and GPS data
insfilterErrorStateEstimate pose from IMU, GPS, and monocular visual odometry (MVO) data
insfilterNonholonomicEstimate pose with nonholonomic constraints
insfilter慣性ナビゲーション フィルターを作成
insEKFInertial Navigation Using Extended Kalman Filter (R2022a 以降)
insOptionsOptions for configuration of insEKF object (R2022a 以降)
insAccelerometerModel accelerometer readings for sensor fusion (R2022a 以降)
insGPSModel GPS readings for sensor fusion (R2022a 以降)
insGyroscopeModel gyroscope readings for sensor fusion (R2022a 以降)
insMagnetometerModel magnetometer readings for sensor fusion (R2022a 以降)
insMotionOrientationMotion model for 3-D orientation estimation (R2022a 以降)
insMotionPoseModel for 3-D motion estimation (R2022a 以降)
insCreateMotionModelTemplateCreate template file for motion model (R2022b 以降)
insCreateSensorModelTemplateCreate template file for sensor model (R2022b 以降)
positioning.INSMotionModelBase class for defining motion models used with insEKF (R2022a 以降)
positioning.INSSensorModelBase class for defining sensor models used with insEKF (R2022a 以降)
tunerconfigFusion filter tuner configuration options
tunernoiseNoise structure of fusion filter
tunerPlotPosePlot filter pose estimates during tuning

ブロック

AHRSOrientation from accelerometer, gyroscope, and magnetometer readings
IMU FilterEstimate orientation using IMU Filter (R2023b 以降)
ecompassCompute orientation from accelerometer and magnetometer readings (R2024a 以降)
Complementary FilterEstimate orientation using complementary filter (R2023a 以降)

トピック

注目の例