![]()  | 
  
    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.   | |
| double | roll (void) const | 
| get the roll angle   | |
| double | pitch (void) const | 
| get the pitch angle   | |
| double | yaw (void) const | 
| get the yaw angle   | |
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