Skip to content

Commit

Permalink
Additional non-adjacent self-collision fix for metacarpal and proximal
Browse files Browse the repository at this point in the history
  • Loading branch information
guihomework committed Jul 14, 2014
1 parent 8442e63 commit 93f802f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<material name="Grey" />
</visual>
<collision>
<origin xyz="0 0 0.042" rpy="0 0 0" />
<origin xyz="0 0 0.038" rpy="0 0 0" />
<geometry name="lfmetacarpal_collision_geom">
<box size="0.018 0.024 0.048" />
</geometry>
Expand All @@ -57,6 +57,7 @@
<bumperTopicName>contacts/lf/metacarpal</bumperTopicName>
</plugin>
</sensor>
<selfCollide>true</selfCollide>
<material>LightGrey</material>
</gazebo>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<material name="Grey" />
</visual>
<collision>
<origin xyz="0 0 0.042" rpy="0 0 0" />
<origin xyz="0 0 0.038" rpy="0 0 0" />
<geometry name="lfmetacarpal_collision_geom">
<box size="0.018 0.024 0.048" />
<box size="0.018 0.024 0.040" />
</geometry>
</collision>
</link>
Expand All @@ -57,6 +57,7 @@
<bumperTopicName>contacts/lf/metacarpal</bumperTopicName>
</plugin>
</sensor>
<selfCollide>true</selfCollide>
<material>LightGrey</material>
</gazebo>

Expand Down

0 comments on commit 93f802f

Please sign in to comment.