File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -78,18 +78,17 @@ typedef struct euler_
78
78
union
79
79
{
80
80
float roll ; /**< or bank \f$\phi\f$ = rotation about X axis */
81
- float bank ; /**< or bank \f$\phi\f$ = rotation about X axis */
81
+ float bank ; /**< or roll \f$\phi\f$ = rotation about X axis */
82
82
};
83
83
union
84
84
{
85
85
float pitch ; /**< or elevation \f$\theta\f$ = rotation about Y axis */
86
- float
87
- elevation ; /**< or elevation \f$\theta\f$ = rotation about Y axis */
86
+ float elevation ; /**< or pitch \f$\theta\f$ = rotation about Y axis */
88
87
};
89
88
union
90
89
{
91
90
float yaw ; /**< or heading \f$\psi\f$ = rotation about Z axis */
92
- float heading ; /**< or heading \f$\psi\f$ = rotation about Z axis */
91
+ float heading ; /**< or yaw \f$\psi\f$ = rotation about Z axis */
93
92
};
94
93
} euler ;
95
94
You can’t perform that action at this time.
0 commit comments