Skip to content

Commit

Permalink
apply suggestions by gavanderhoorn, fix HC10DTP-B00 model name
Browse files Browse the repository at this point in the history
  • Loading branch information
cjue authored and EricMarcil committed Aug 14, 2023
1 parent 4439820 commit 201ff28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Manipulator specific version of 'robot_interface_streaming.launch'.
Defaults provided for HC10DTP IP67 (B10):
Defaults provided for HC10DTP IP67 (B00):
- 6 joints
Usage:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Manipulator specific version of the state visualizer.
Defaults provided for HC10DTP IP67 (B10):
Defaults provided for HC10DTP IP67 (B00):
- 6 joints
Usage:
Expand Down
6 changes: 3 additions & 3 deletions motoman_hc10_support/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p>
This package contains configuration data, 3D models and launch files
for Motoman HC10 manipulators. This currently includes the base model
and the DT variant.
and the DT and DTP variants.
</p>
<p>
<b>Specifications</b>
Expand All @@ -17,7 +17,7 @@
<li>HC10 - model 1-06VXHC10-A0*</li>
<li>HC10DT - model 1-06VXHC10-A1*</li>
<li>HC10DT-B10 - model 1-06VXHC10-B1*</li>
<li>HC10DT-B10 - model 1-06VXCP10-B0*</li>
<li>HC10DTP-B00 - model 1-06VXCP10-B0*</li>
</ul>
<p>
Joint limits and maximum joint velocities are based on the information
Expand All @@ -33,7 +33,7 @@
<li><em>YASKAWA MOTOMAN-HC10DT INSTRUCTIONS DUST-PROOF/DRIP-PROOF (HW1485083)</em> version
<em>188669-1CD, rev 1</em>.
</li>
<li><em>YASKAWA MOTOMAN-HC10DTP INSTRUCTIONS DUST-PROOF/DRIP-PROOF (HW2480392)</em> version
<li><em>YASKAWA MOTOMAN-HC10DTP INSTRUCTIONS DUST-PROOF/DRIP-PROOF (HW2480392)</em> version
<em>193887-1CD, rev 1</em>.
</li>
</ul>
Expand Down
2 changes: 2 additions & 0 deletions motoman_hc10_support/urdf/hc10dtp_b00_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@
<link name="${prefix}link_6_t">
<visual>
<geometry>
<!-- HC10 DTP reuses HC10DT-B10 meshes of all links, except for link 6 (T) -->
<mesh filename="package://motoman_hc10_support/meshes/hc10dtp_b00/visual/link_6_t.dae"/>
</geometry>
<xacro:material_yaskawa_blue/>
</visual>
<collision>
<geometry>
<!-- HC10 DTP reuses HC10DT-B10 meshes of all links, except for link 6 (T) -->
<mesh filename="package://motoman_hc10_support/meshes/hc10dtp_b00/collision/link_6_t.stl"/>
</geometry>
</collision>
Expand Down

0 comments on commit 201ff28

Please sign in to comment.