MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::data_sensor::CompOrientationMatrix |
Functions | |
void | mip::data_sensor::insert (Serializer &serializer, const CompOrientationMatrix &self) |
void | mip::data_sensor::extract (Serializer &serializer, CompOrientationMatrix &self) |
3x3 Direction Cosine Matrix EQSTART M_{ned}^{veh} EQEND describing the orientation of the device with respect to the NED local-level frame. This matrix satisfies the following relationship:
EQSTART v^{veh} = M_{ned}^{veh} v^{ned} EQEND
Where:
EQSTART v^{ned} EQEND is a 3-element vector expressed in the NED frame.
EQSTART v^{veh} EQEND is the same 3-element vector expressed in the vehicle frame.
The matrix elements are stored is row-major order: EQSTART M = \begin{bmatrix} M_{11}, M_{12}, M_{13}, M_{21}, M_{22}, M_{23}, M_{31}, M_{32}, M_{33} \end{bmatrix} EQEND
void mip::data_sensor::extract | ( | Serializer & | serializer, |
CompOrientationMatrix & | self | ||
) |
void mip::data_sensor::insert | ( | Serializer & | serializer, |
const CompOrientationMatrix & | self | ||
) |