amino
Lightweight Robot Utility Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
aa_tf_eulerzyx Struct Reference

Memory layout for an Euler Angle in ZYX (yaw-pitch-roll) format. More...

#include <tf.h>

Public Attributes

union {
   struct {
      double   y
 yaw
 
      double   p
 pitch
 
      double   r
 roll
 
   } 
 
   double   data [3]
 data array
 
}; 
 

Detailed Description

Memory layout for an Euler Angle in ZYX (yaw-pitch-roll) format.

Definition at line 217 of file tf.h.


The documentation for this struct was generated from the following file: