The Euler angle structure. More...
#include <aurora_pubsdk_objects.h>
Public Attributes | |
double | roll |
The roll angle. More... | |
double | pitch |
The pitch angle. More... | |
double | yaw |
The yaw angle. More... | |
The Euler angle structure.
The Euler angle structure contains the Euler angle of a rotation.
double _slamtec_aurora_sdk_euler_angle_t::pitch |
The pitch angle.
The pitch angle is the pitch angle of the Euler angle.
double _slamtec_aurora_sdk_euler_angle_t::roll |
The roll angle.
The roll angle is the roll angle of the Euler angle.
double _slamtec_aurora_sdk_euler_angle_t::yaw |
The yaw angle.
The yaw angle is the yaw angle of the Euler angle.