Skip to content

Commit

Permalink
Merge pull request #145 from wxmerkt/topic/fix-kinova-mesh-materials
Browse files Browse the repository at this point in the history
Fix Kinova mesh materials and remove Anymal mounting block
  • Loading branch information
cmastalli authored Dec 9, 2022
2 parents f19b2db + ee39846 commit 23afcb9
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 49 deletions.
37 changes: 35 additions & 2 deletions robots/kinova_description/meshes/hand_2finger.dae

Large diffs are not rendered by default.

37 changes: 35 additions & 2 deletions robots/kinova_description/meshes/wrist_spherical_1.dae

Large diffs are not rendered by default.

37 changes: 35 additions & 2 deletions robots/kinova_description/meshes/wrist_spherical_2.dae

Large diffs are not rendered by default.

44 changes: 1 addition & 43 deletions robots/kinova_description/robots/kinova.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
<material name="white">
<color rgba="1.0 1.0 1.0 1.0"/>
</material>
<!-- Material for the visual primitives -->
<material name="anymal_material">
<color rgba="0.7 0.7 0.7 1.0"/>
</material>
<!-- Xacro:Properties -->
<!-- [m] -->
<!-- Base link -->
Expand All @@ -48,44 +44,6 @@
</inertial>
</link>

<link name="jaco_front_hatch_support_v2">
<inertial>
<mass value="0.0"/>
<origin rpy="0 0 0" xyz="0 0 0"/>
<inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/>
</inertial>

<visual>
<geometry>
<mesh filename="package://example-robot-data/robots/kinova_description/meshes/jaco_front_hatch_support_v2.dae"/>
</geometry>
</visual>
</link>
<joint name="base_to_jaco_support" type="fixed">
<parent link="base"/>
<child link="jaco_front_hatch_support_v2"/>
<origin rpy="0 0 0" xyz="0 0 0"/>
</joint>

<link name="jaco_mounting_block">
<inertial>
<mass value="0.0"/>
<origin rpy="0 0 0" xyz="0 0 0"/>
<inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0.0" izz="0.0"/>
</inertial>

<visual>
<geometry>
<mesh filename="package://example-robot-data/robots/kinova_description/meshes/jaco_mounting_block.dae"/>
</geometry>
</visual>
</link>
<joint name="jaco_support_to_jaco_mounting_block" type="fixed">
<parent link="jaco_front_hatch_support_v2"/>
<child link="jaco_mounting_block"/>
<origin rpy="0 0 0" xyz="0.045 0.00 -0.007626"/>
</joint>

<link name="j2s6s200_link_base">
<visual>
<geometry>
Expand All @@ -107,7 +65,7 @@
</inertial>
</link>
<joint name="jaco_mounting_block_to_j2s6s200_link_base" type="fixed">
<parent link="jaco_mounting_block"/>
<parent link="base"/>
<child link="j2s6s200_link_base"/>
<axis xyz="0 0 0"/>
<limit effort="0" lower="0" upper="0" velocity="0"/>
Expand Down

0 comments on commit 23afcb9

Please sign in to comment.