Skip to content

Commit

Permalink
Merge pull request start-jsk#316 from k-okada/fix_xacro
Browse files Browse the repository at this point in the history
fix xacro with white hand
  • Loading branch information
wkentaro committed May 1, 2015
2 parents a35b32d + 6a70532 commit abb4ae3
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 7 deletions.
14 changes: 7 additions & 7 deletions jsk_2015_05_baxter_apc/config/baxter_white_hand.urdf.xacro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://ros.org/wiki/xacro" name="baxter_custom_white">
<xacro:include filename="$(find baxter_description)/urdf/baxter.urdf" />
<robot xmlns:xacro="http://ros.org/wiki/xacro" name="baxter">
<xacro:include filename="$(find baxter_description)/urdf/baxter_simple.urdf" />

<xacro:property name="width" value=".02" />
<xacro:property name="width_base" value=".04" />
Expand All @@ -15,7 +15,7 @@
<visual>
<origin rpy="0 0 1.57" xyz="0 0 -0.07"/>
<geometry>
<mesh filename="package://jsk_2014_picking_challenge/config/mesh/long1.dae" scale="0.001 0.001 0.001"/>
<mesh filename="package://jsk_2014_picking_challenge/config/mesh/long1_simple.dae" scale="0.001 0.001 0.001"/>
</geometry>
<material name="white">
<color rgba="1 1 1 1"/>
Expand All @@ -30,7 +30,7 @@
<link name="custom_vacuum_link_base">
<visual>
<geometry>
<mesh filename="package://jsk_2014_picking_challenge/config/mesh/jigukailong2.dae" scale="0.001 0.001 0.001"/>
<mesh filename="package://jsk_2014_picking_challenge/config/mesh/jigukailong2_simple.dae" scale="0.001 0.001 0.001"/>
</geometry>
<material name="white">
<color rgba="1 1 1 1"/>
Expand All @@ -45,7 +45,7 @@
<link name="custom_vacuum_link_side">
<visual>
<geometry>
<cylinder radius="0" length="0"/>
<box size="0.001 0.001 0.001" />
</geometry>
<material name="white">
<color rgba="1 1 1 1"/>
Expand All @@ -60,7 +60,7 @@
<link name="custom_vacuum_link_side2">
<visual>
<geometry>
<cylinder radius="0" length="0"/>
<box size="0.001 0.001 0.001" />
</geometry>
<material name="white">
<color rgba="1 1 1 1"/>
Expand All @@ -83,7 +83,7 @@
</visual>
<collision>
<geometry>
<cylinder radius="0" length="0"/>
<box size="0.001 0.001 0.001" />
</geometry>
</collision>
</link>
Expand Down
Loading

0 comments on commit abb4ae3

Please sign in to comment.