User Manual
© 2017 Inertial Sense, LLC
10
11/30/2017
•
Positive Z-axis aligns with the WGS84 Z-axis, which aligns with the IERS Reference Pole (IRP) that points
towards the North Pole.
•
Positive Y-axis aligns with the WGS84 Y-axis, completing the right-handed system.
3.5
Translation Between Coordinate Frames
This section is intended to be an example of how to rotate between frames using methods defined within the SDK.
For Example, converting body frame to NED frame is implemented by:
quatRot
(
vel_ned
,
DID_INS_2
.
qn2b
,
DID_INS_2
.
uvw
);