-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverting urdf.sdf, adding new pose_without_frames.sdf, using that in…
… actor and inertial Signed-off-by: Aaron Chong <[email protected]>
- Loading branch information
1 parent
aa2a4d9
commit d4c8dcf
Showing
5 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- Pose --> | ||
<element name="pose" type="pose" default="0 0 0 0 0 0" required="0"> | ||
<description> | ||
A position(x,y,z) and orientation(rpy or wxyz). | ||
</description> | ||
|
||
<attribute name="rotation_type" type="string" default="rpy_radians" required="*"> | ||
<description> | ||
The type of rotation convention, which must be one of the following: | ||
(rpy_radians) rotation in the form of (roll, pitch, yaw), in radians. | ||
(rpy_degrees) rotation in the form of (roll, pitch, yaw), in degrees. | ||
(q_wxyz) rotation in the form of a quaternion (w, x, y, z). | ||
</description> | ||
</attribute> | ||
|
||
</element> <!-- End Pose --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters