.. index:: pair: struct; P1::ImageSdk::ImuData .. _doxid-struct_p1_1_1_image_sdk_1_1_imu_data: struct P1::ImageSdk::ImuData ============================ .. toctree:: :hidden: Overview ~~~~~~~~ An IMU data bundle, that defines the orientation of an auxillary IMU in space. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ImuData { // fields :ref:`Rational` :ref:`yaw`; :ref:`Rational` :ref:`pitch`; :ref:`Rational` :ref:`roll`; :ref:`ImuYawRef` :ref:`yawRef`; // methods std::string :target:`ToString`() const; }; .. _details-struct_p1_1_1_image_sdk_1_1_imu_data: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ An IMU data bundle, that defines the orientation of an auxillary IMU in space. If the camera has been been fitted with an IMU, this is the IMU orientation snapshot when the image was taken. The orientation is defined by the principal axes yaw, pitch and roll expressed in degrees. Fields ------ .. index:: pair: variable; yaw .. _doxid-struct_p1_1_1_image_sdk_1_1_imu_data_1a86efa413bd8d4520bd9f4008a39fb29c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rational` yaw Rotation on the vertical axis, where positive direction is clock-wise. .. index:: pair: variable; pitch .. _doxid-struct_p1_1_1_image_sdk_1_1_imu_data_1aeac0a0a20ac053183900c39f9b00b551: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rational` pitch Rotation on the tranversal axis, (wingtip to wingtip), positive direction raises the aircraft's nose. .. index:: pair: variable; roll .. _doxid-struct_p1_1_1_image_sdk_1_1_imu_data_1a7781a976e9b711dc4ced7fae2fd14391: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rational` roll Rotation on the longitudinal axis (aircraft's nose to tail), positive direction lifts the left wing, and lowers the right. .. index:: pair: variable; yawRef .. _doxid-struct_p1_1_1_image_sdk_1_1_imu_data_1a2e14de0157b8f06fb23efd120d1c7d70: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`ImuYawRef` yawRef The definition of the Yaw reference point.