Function navtk::navutils::C_ecef_to_e

Function Documentation

Matrix3 navtk::navutils::C_ecef_to_e()

Generates a DCM \(\textbf{C}_\text{ECEF}^\text{E}\) that can be used to rotate a vector from the ECEF frame to the E frame.

This matrix is a constant and has the values

\( \textbf{C}_\text{ECEF}^\text{E} = \begin{bmatrix} 0 & 1 & 0\\ 0 & 0 & 1\\ 1 & 0 & 0 \end{bmatrix} \)

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

\(\textbf{w}^\text{E}=\textbf{C}_\text{ECEF}^\text{E}\textbf{w}^\text{ECEF}\)

Returns

\(\textbf{C}_\text{ECEF}^\text{E}\) DCM.