forked from ros-industrial-attic/robotiq
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66961ec
commit 121ecf5
Showing
4 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
robotiq_2f_85_gripper_visualization/urdf/robotiq_cam.xacro
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,28 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:macro name="robotiq_cam" params="prefix"> | ||
<link name="${prefix}robotiq_cam_link"> | ||
<inertial> | ||
<origin xyz="0 0 0" rpy="0 0 0" /> | ||
<mass value="0.16" /> | ||
<inertia ixx="0.000111" ixy="0.0" ixz="0.0" iyy="0.00007" iyz="0.000003" izy="0.000003" izz="0.000165" /> | ||
</inertial> | ||
<visual> | ||
<origin xyz="0 0 0" rpy="0 0 0" /> | ||
<geometry> | ||
<cylinder length="0.0224" radius="0.038"/> | ||
</geometry> | ||
<material name=""> | ||
<color rgba="0 0 0.8 1" /> | ||
</material> | ||
</visual> | ||
<collision> | ||
<origin xyz="0 0 0" rpy="0 0 0" /> | ||
<geometry> | ||
<cylinder length="0.0224" radius="0.038"/> | ||
</geometry> | ||
</collision> | ||
</link> | ||
</xacro:macro> | ||
|
||
</robot> |
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