-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tablet 12in urdf working in viz tool
- Loading branch information
Showing
2 changed files
with
44 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- This URDF was automatically created by SolidWorks to URDF Exporter! Originally created by Stephen Brawner ([email protected]) | ||
Commit Version: 1.5.1-0-g916b5db Build Version: 1.5.7152.31018 | ||
For more information, please see http://wiki.ros.org/sw_urdf_exporter --> | ||
<robot | ||
name="stretch_description_SE3_Tablet_12in.SLDASM"> | ||
<link | ||
name="link_wrist_roll"> | ||
<inertial> | ||
<origin | ||
xyz="0.000282866583078745 0.000557472767112321 0.0196635450474179" | ||
rpy="0 0 0" /> | ||
<mass | ||
value="0.0221916689638079" /> | ||
<inertia | ||
ixx="2.20608319376175E-06" | ||
ixy="3.01742816610977E-09" | ||
ixz="-1.83537060988679E-08" | ||
iyy="2.91436292743444E-06" | ||
iyz="-4.55097054416199E-08" | ||
izz="4.83731409646016E-06" /> | ||
</inertial> | ||
<visual> | ||
<origin | ||
xyz="0 0 0" | ||
rpy="0 0 0" /> | ||
<geometry> | ||
<mesh | ||
filename="package://stretch_description_SE3_Tablet_12in.SLDASM/meshes/link_wrist_roll.STL" /> | ||
</geometry> | ||
<material | ||
name=""> | ||
<color | ||
rgba="0.898039215686275 0.917647058823529 0.929411764705882 1" /> | ||
</material> | ||
</visual> | ||
<collision> | ||
<origin | ||
xyz="0 0 0" | ||
rpy="0 0 0" /> | ||
<geometry> | ||
<mesh | ||
filename="package://stretch_description_SE3_Tablet_12in.SLDASM/meshes/link_wrist_roll.STL" /> | ||
</geometry> | ||
</collision> | ||
</link> | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="stretch_tool_tablet_12in"> | ||
<link | ||
name="link_DW3_tablet_12in"> | ||
<inertial> | ||
|
@@ -66,7 +22,7 @@ | |
rpy="0 0 0" /> | ||
<geometry> | ||
<mesh | ||
filename="package://stretch_description_SE3_Tablet_12in.SLDASM/meshes/link_DW3_tablet_12in.STL" /> | ||
filename="./meshes/link_DW3_tablet_12in.STL" /> | ||
</geometry> | ||
<material | ||
name=""> | ||
|
@@ -80,7 +36,7 @@ | |
rpy="0 0 0" /> | ||
<geometry> | ||
<mesh | ||
filename="package://stretch_description_SE3_Tablet_12in.SLDASM/meshes/link_DW3_tablet_12in.STL" /> | ||
filename="./meshes/link_DW3_tablet_12in_collision.STL" /> | ||
</geometry> | ||
</collision> | ||
</link> | ||
|