Refer to Xsens DOT SDK programming guide for the implementation of heading reset
function with SDK.
4.2 Sensor data outputs
Calibrated data has been going through Strapdown Integration and Inverse Strapdown
Integration.
4.2.1 Calibrated delta_q and delta_v
This output is coning- and sculling compensated strap down integrated data in the sensor
coordinate system (S). Delta_q and Delta_v values represent the orientation change and
velocity change during a certain interval. For Xsens DOT, this interval is 16.67 ms (60 Hz)
by default.
Table 7: Delta_q and Delta_v outputs
dq can also be noted as delta_q, delta_angle, del_q or OriInc. dv can also be noted as
Delta_v, delta_velocity, del_v or VelInc.
It is possible to multiply consecutive dq values to find the total orientation change over a
specific period. Note that this data is not drift free, as it has not been processed by the
sensor fusion filters. Use the orientation output for drift free orientation.
Calibrated acceleration can be obtained from the following formula, where dt=1/output
rate (in the standard scenario in which the output rate is 60Hz, then dt = 1/60 = 16.667ms)
=
Functions are available as part of SDK to convert dq and dv to quantities of angular velocity
(deg/s) and acceleration (m/s2). Refer to SDK programming guide and documentations for
more information.
4.2.2 Calibrated inertial data and magnetic field data
Output of calibrated 3D linear acceleration, 3D rate of turn (gyro) and 3D magnetic field
data is in sensor coordinate system (S).
The units of these data output are as follows:
Table 8: Inertial and magnetometer data outputs