Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions osi_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ message Dimension3d
//
// The rotations are to be performed \b yaw \b first (around the z-axis),
// \b pitch \b second (around the new y-axis) and \b roll \b third (around the
// new x-axis) to follow the definition according to [1] (Tait-Bryan / Euler
// convention z-y'-x''). The preferred angular range is [-pi, pi] for roll
// new x-axis) to follow the definition according to [1] using Tait-Bryan / Euler
// convention z-y'-x''. The preferred angular range is [-pi, pi] for roll
// and yaw and [-pi/2, pi/2] for pitch.
//
// Roll/Pitch are 0 if the objects xy-plane is parallel to its parent's
Expand Down