![]() |
amino
1.0-beta2
Lightweight Robot Utility Library
|
Memory layout for an Euler Angle in ZYX (yaw-pitch-roll) format. More...
#include <type.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.