When precision matters, knowing how much you can trust your IMU sensor data is crucial. Xsens industrial sensors, Xsens Avior and Xsens Sirius (VRU and AHRS models), take reliability a step further by providing not just orientation estimates, but also a quantitative measure of uncertainty. This allows engineers, researchers, and developers to make informed decisions based on the confidence level of each data point.
Xsens inertial sensor modules estimate orientation using advanced Kalman filtering algorithms. With firmware version 1.3.0 and later, these sensors output orientation in both quaternions and Euler angles, along with an uncertainty value.
This uncertainty is derived from the internal state covariance matrix - a mathematical representation of the filter’s belief about the accuracy of its estimates.
How Does Uncertainty Output Help You?
Suppose you’re integrating the Xsens Avior into a drone navigation system. By monitoring the uncertainty output, you can program the system to ignore or flag orientation data with high uncertainty, reducing the risk of navigation errors and improving overall stability.
Xsens provides uncertainty values for both quaternion and Euler angle outputs:
For quaternions: The output provides three standard deviation values corresponding to the x, y, z components of the quaternion.
For Euler angles: The output includes three components for roll, pitch, and yaw standard deviations.
Units: All uncertainty values are expressed in radians (rad).
In MT Manager, you can visualize the uncertainty outputs as separate channels alongside orientation data — allowing you to instantly assess the confidence of your measurements.
These values are also accessible via the XDA API and MT SDK, enabling real-time integration into your applications.
Parameter | Description |
---|---|
Output names | Orientation Uncertainty (Euler) [rad] , Orientation Uncertainty (Quaternion) [rad] |
Units | Radians (standard deviation per axis) |
Access via | MT Manager, XDA API, MT SDK |
Supported devices | Xsens Avior and Xsens Sirius (VRU and AHRS models) |
Firmware requirement | Version 1.3.0 or later |
Xsens’ approach to uncertainty output gives you a transparent, quantitative way to judge the reliability of your orientation data. This not only improves confidence in your results but also enables smarter, safer, and more efficient applications across industries.
For a detailed technical explanation, read our Knowledge Base article on Understanding and Using Orientation Uncertainty Output.