forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove all urdf files in IRB140 to IRB140/urdf directory, add a xacro…
… file to generate IRB140 with robotiq hand
- Loading branch information
1 parent
1420e63
commit 770e750
Showing
21 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,11 @@ | ||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="IRB140"> | ||
<xacro:include filename="../irb_140.urdf" /> | ||
|
||
<xacro:include filename="../../../Atlas/urdf/robotiq.urdf" /> | ||
|
||
<joint name="robotiq_hand_joint" type="fixed"> | ||
<origin rpy="0.0 0.0 -1.57079" xyz="0.11904 0 0"/> | ||
<parent link="link_6"/> | ||
<child link="palm"/> | ||
</joint> | ||
</robot> |