inertial sensor fusion -凯发k8网页登录
use inertial sensor fusion algorithms to estimate orientation and position over time. the algorithms are optimized for different sensor configurations, output requirements, and motion constraints. you can directly fuse imu data from multiple inertial sensors. you can also fuse imu data with gps data.
functions
blocks
orientation from accelerometer, gyroscope, and magnetometer readings | |
estimate orientation using complementary filter |
topics
- choose inertial sensor fusion filters
applicability and limitations of various inertial sensor fusion filters.
the
insekf
filter object provides a flexible framework that you can use to fuse inertial sensor data.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.
use kalman filters to fuse imu and gps readings to determine pose.
this example shows how to align and preprocess logged sensor data.