Skip to content

Commit

Permalink
upgrade dae files (#60)
Browse files Browse the repository at this point in the history
* upgrade dae files

* Remove Pi constant
  • Loading branch information
yamachaso authored May 27, 2022
1 parent 26eef2c commit faa44cc
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions meshes/l_finger.dae
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</library_effects>
<library_images>
<image id="file3" name="file3">
<init_from>l_finger_color.tif</init_from>
<init_from>l_finger_color.png</init_from>
<extra>
<technique profile="OpenCOLLADAMaya">
<dgnode_type>kFile</dgnode_type>
Expand All @@ -105,7 +105,7 @@
</extra>
</image>
<image id="file2" name="file2">
<init_from>l_finger_normals.tif</init_from>
<init_from>l_finger_normals.png</init_from>
<extra>
<technique profile="OpenCOLLADAMaya">
<dgnode_type>kFile</dgnode_type>
Expand Down
Binary file added meshes/l_finger_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed meshes/l_finger_color.tif
Binary file not shown.
4 changes: 2 additions & 2 deletions meshes/l_finger_tip.dae
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</library_effects>
<library_images>
<image id="file3" name="file3">
<init_from>l_finger_tip_color.tif</init_from>
<init_from>l_finger_tip_color.png</init_from>
<extra>
<technique profile="OpenCOLLADAMaya">
<dgnode_type>kFile</dgnode_type>
Expand All @@ -105,7 +105,7 @@
</extra>
</image>
<image id="file2" name="file2">
<init_from>l_finger_tip_normals.tif</init_from>
<init_from>l_finger_tip_normals.png</init_from>
<extra>
<technique profile="OpenCOLLADAMaya">
<dgnode_type>kFile</dgnode_type>
Expand Down
Binary file added meshes/l_finger_tip_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed meshes/l_finger_tip_color.tif
Binary file not shown.
1 change: 0 additions & 1 deletion urdf/08-macroed.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<xacro:property name="bodylen" value="0.6" />
<xacro:property name="baselen" value="0.4" />
<xacro:property name="wheeldiam" value="0.07" />
<xacro:property name="pi" value="3.1415" />

<material name="blue">
<color rgba="0 0 0.8 1"/>
Expand Down

0 comments on commit faa44cc

Please sign in to comment.