|  | amino
    Lightweight Robot Utility Library | 
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 | |
| }; | |
Memory layout for an Euler Angle in ZYX (yaw-pitch-roll) format.