File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,14 +143,14 @@ message Dimension3d
143143// Units are rad for orientation, rad/s for rates, and rad/s^2 for
144144// accelerations
145145//
146- // The preferred angular range is [-pi, pi]. The coordinate system is defined as
147- // right-handed.
146+ // The coordinate system is defined as right-handed.
148147// For the sense of each rotation, the right-hand rule applies.
149148//
150149// The rotations are to be performed \b yaw \b first (around the z-axis),
151150// \b pitch \b second (around the new y-axis) and \b roll \b third (around the
152151// new x-axis) to follow the definition according to [1] (Tait-Bryan / Euler
153- // convention z-y'-x'').
152+ // convention z-y'-x''). The preferred angular range is [-pi, pi] for roll
153+ // 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
156156// xy-plane. Yaw is 0 if the object's local x-axis is parallel to its parent's
You can’t perform that action at this time.
0 commit comments