Skip to content

Commit b6fa291

Browse files
author
Addisu Z. Taddese
authored
Fix documentation on Euler angle convention in pose.sdf (#698)
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 <addisu@openrobotics.org>
1 parent 9e5a18b commit b6fa291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdf/1.9/pose.sdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Pose -->
22
<element name="pose" type="pose" default="0 0 0 0 0 0" required="0">
33
<description>
4-
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.
4+
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.
55
</description>
66

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

0 commit comments

Comments
 (0)