Skip to content

Commit

Permalink
Fix documentation on Euler angle convention in pose.sdf (#698)
Browse files Browse the repository at this point in the history
This ensures that convention stated in the pose.sdf spec matches the one documented in http://sdformat.org/tutorials?tut=specify_pose.


Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Sep 16, 2021
1 parent 9e5a18b commit b6fa291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdf/1.9/pose.sdf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Pose -->
<element name="pose" type="pose" default="0 0 0 0 0 0" required="0">
<description>
A pose (x, y, z, r, p, y) expressed in the frame named by @relative_to. The first three components (x, y, z) represent the position of the element's origin (in the @relative_to frame) and the last three components (roll, pitch, yaw) represent the orientation of the element as a sequence of intrinsic Euler rotations.
A pose (x, y, z, r, p, y) expressed in the frame named by @relative_to. The first three components (x, y, z) represent the position of the element's origin (in the @relative_to frame) and the last three components (roll, pitch, yaw) represent the orientation of the element as a sequence of Euler rotations. See http://sdformat.org/tutorials?tut=specify_pose.
</description>

<attribute name="relative_to" type="string" default="" required="0">
Expand Down

0 comments on commit b6fa291

Please sign in to comment.