Skip to content

Commit fdd540e

Browse files
Fix doc reference syntax error
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent 9900c1e commit fdd540e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_common.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ message Dimension3d
148148
//
149149
// The rotations are to be performed \b yaw \b first (around the z-axis),
150150
// \b pitch \b second (around the new y-axis) and \b roll \b third (around the
151-
// new x-axis) to follow the definition according to [1] (Tait-Bryan / Euler
152-
// convention z-y'-x''). The preferred angular range is [-pi, pi] for roll
151+
// new x-axis) to follow the definition according to [1] using Tait-Bryan / Euler
152+
// convention z-y'-x''. The preferred angular range is [-pi, pi] for roll
153153
// and yaw and [-pi/2, pi/2] for pitch.
154154
//
155155
// Roll/Pitch are 0 if the objects xy-plane is parallel to its parent's

0 commit comments

Comments
 (0)