Function navtk::navutils::wander_to_C_ned_to_n

Function Documentation

Matrix3 navtk::navutils::wander_to_C_ned_to_n(double wander)

Generates a DCM \(\textbf{C}_\text{NED}^\text{N}\) that can be used to rotate a vector from the NED frame to the N frame given a specified wander angle.

When wander = 0 this is equivalent to \(\textbf{C}_\text{NED}^\text{ENU}\).

An arbitrary vector \(\textbf{w}\) expressed in the NED frame can be rotated to the N frame according to

\(\textbf{w}^\text{N}=\textbf{C}_\text{NED}^\text{N}\textbf{w}^\text{NED}\)

Parameters

wander – Wander angle (radians)

Returns

The DCM that rotates a vector from the NED to N frame: \(\textbf{C}_\text{NED}^\text{N}\).