Skip to content

Commit 7ef4234

Browse files
author
Julian Schmidt
committed
change vector in global to vector in local and vice versa
Signed-off-by: Julian Schmidt <bosch.j.schmidt@extaccount.com>
1 parent f9e8b52 commit 7ef4234

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

osi_common.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ message Dimension3d
159159
// \f$ Rotation_{yaw,pitch,roll} =
160160
// Rotation_{yaw}*Rotation_{pitch}*Rotation_{roll} \f$
161161
//
162-
// \f$ vector_{\text{global coord system}} :=
163-
// Rotation_{yaw,pitch,roll}^{-1}( \f$ \c Orientation3d \f$
164-
// )*vector_{\text{local coord system}} + local_{origin}\text{::position} \f$
162+
// \f$ vector_{gobal coord system} := Rotation_{yaw, pitch, roll} * vector_{local coord system} +local_{origin::position} \f$
165163
//
166164
// \attention This definition changed in OSI version 3.0.0. Previous OSI
167165
// versions (V2.xx) had an other definition.

0 commit comments

Comments
 (0)