관성 센서 융합
방향과 위치를 확인하기 위한 IMU 센서와 GPS 센서의 융합
관성 센서 융합 알고리즘을 사용하여 시간 경과에 따른 방향과 위치를 추정합니다. 이러한 알고리즘은 다양한 센서 구성, 출력 요구 사항, 모션 제약 조건에 대해 최적화됩니다. 여러 관성 센서의 IMU 데이터를 직접 융합할 수 있습니다. 또한 IMU 데이터를 GPS 데이터와 융합할 수도 있습니다.
함수
블록
AHRS | Orientation from accelerometer, gyroscope, and magnetometer readings (R2020a 이후) |
IMU Filter | Estimate orientation using IMU Filter (R2023b 이후) |
ecompass | Compute orientation from accelerometer and magnetometer readings (R2024a 이후) |
Complementary Filter | Estimate orientation using complementary filter (R2023a 이후) |
도움말 항목
- Choose Inertial Sensor Fusion Filters
Applicability and limitations of various inertial sensor fusion filters.
- Fuse Inertial Sensor Data Using insEKF-Based Flexible Fusion Framework
The
insEKF
filter object provides a flexible framework that you can use to fuse inertial sensor data. - Determine Orientation Using Inertial Sensors
Fuse inertial measurement unit (IMU) readings to determine orientation.
- Estimate Orientation Through Inertial Sensor Fusion
This example shows how to use 6-axis and 9-axis fusion algorithms to compute orientation.
- Determine Pose Using Inertial Sensors and GPS
Use Kalman filters to fuse IMU and GPS readings to determine pose.
- Logged Sensor Data Alignment for Orientation Estimation
This example shows how to align and preprocess logged sensor data.