Skip to content

Commit

Permalink
Fix doc string OrientationConstraint (moveit#1793)
Browse files Browse the repository at this point in the history
Implementation uses XYZ Euler angles (RPY), but documentation said ZXZ.
  • Loading branch information
JeroenDM authored and v4hn committed Mar 31, 2020
1 parent 3163245 commit 107b172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ MOVEIT_CLASS_FORWARD(OrientationConstraint);
* This class expresses an orientation constraint on a particular
* link. The constraint is specified in terms of a quaternion, with
* tolerances on X,Y, and Z axes. The rotation difference is computed
* based on the ZXZ Euler angle formulation. The header on the
* based on the XYZ Euler angle formulation (intrinsic rotations). The header on the
* quaternion can be specified in terms of either a fixed frame or a
* mobile frame. The type value will return ORIENTATION_CONSTRAINT.
*
Expand Down

0 comments on commit 107b172

Please sign in to comment.