Skip to content

Commit f9b9299

Browse files
author
Julian Schmidt
committed
revert matrix multiplication order of rotations
Signed-off-by: Julian Schmidt <bosch.j.schmidt@extaccount.com>
1 parent a9e6a71 commit f9b9299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi_common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ message Dimension3d
157157
// x-axis.
158158
//
159159
// \f$ Rotation_{yaw,pitch,roll} =
160-
// Rotation_{roll}*Rotation_{pitch}*Rotation_{yaw} \f$
160+
// Rotation_{yaw}*Rotation_{pitch}*Rotation_{roll} \f$
161161
//
162162
// \f$ vector_{\text{global coord system}} :=
163163
// Rotation_{yaw,pitch,roll}^{-1}( \f$ \c Orientation3d \f$

0 commit comments

Comments
 (0)