mrs_lib
Various reusable classes, functions and utilities for use in MRS projects
|
A small class for storing the Euler angles. More...
#include <attitude_converter.h>
Public Member Functions | |
EulerAttitude (const double &roll, const double &pitch, const double &yaw) | |
A simple class for storing the Euler angles. More... | |
double | roll (void) const |
get the roll angle More... | |
double | pitch (void) const |
get the pitch angle More... | |
double | yaw (void) const |
get the yaw angle More... | |
A small class for storing the Euler angles.
mrs_lib::EulerAttitude::EulerAttitude | ( | const double & | roll, |
const double & | pitch, | ||
const double & | yaw | ||
) |
A simple class for storing the Euler angles.
roll | |
pitch | |
yaw |
double mrs_lib::EulerAttitude::pitch | ( | void | ) | const |
get the pitch angle
double mrs_lib::EulerAttitude::roll | ( | void | ) | const |
get the roll angle
double mrs_lib::EulerAttitude::yaw | ( | void | ) | const |
get the yaw angle