Skip to content

Commit

Permalink
Fix path to visual meshes for 2f_85 model
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Oct 10, 2023
1 parent 83d2c4e commit 253d174
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions robotiq_description/urdf/robotiq_2f_85_macro.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link name="${prefix}robotiq_85_base_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/robotiq_base.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/robotiq_base.dae" />
</geometry>
</visual>
<collision>
Expand All @@ -46,7 +46,7 @@
<link name="${prefix}robotiq_85_left_knuckle_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/left_knuckle.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/left_knuckle.dae" />
</geometry>
</visual>
<collision>
Expand All @@ -64,7 +64,7 @@
<link name="${prefix}robotiq_85_right_knuckle_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/right_knuckle.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/right_knuckle.dae" />
</geometry>
</visual>
<collision>
Expand All @@ -82,7 +82,7 @@
<link name="${prefix}robotiq_85_left_finger_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/left_finger.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/left_finger.dae" />
</geometry>
</visual>
<collision>
Expand All @@ -100,7 +100,7 @@
<link name="${prefix}robotiq_85_right_finger_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/right_finger.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/right_finger.dae" />
</geometry>
</visual>
<collision>
Expand All @@ -118,7 +118,7 @@
<link name="${prefix}robotiq_85_left_inner_knuckle_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/left_inner_knuckle.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/left_inner_knuckle.dae" />
</geometry>
</visual>
<collision>
Expand All @@ -136,7 +136,7 @@
<link name="${prefix}robotiq_85_right_inner_knuckle_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/right_inner_knuckle.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/right_inner_knuckle.dae" />
</geometry>
</visual>
<collision>
Expand All @@ -154,7 +154,7 @@
<link name="${prefix}robotiq_85_left_finger_tip_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/left_finger_tip.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/left_finger_tip.dae" />
</geometry>
</visual>
<collision>
Expand Down Expand Up @@ -190,7 +190,7 @@
<link name="${prefix}robotiq_85_right_finger_tip_link">
<visual>
<geometry>
<mesh filename="file://$(find robotiq_description)/meshes/visual/right_finger_tip.dae" />
<mesh filename="file://$(find robotiq_description)/meshes/visual/2f_85/right_finger_tip.dae" />
</geometry>
</visual>
<collision>
Expand Down
2 changes: 1 addition & 1 deletion robotiq_description/urdf/ur_to_robotiq_adapter.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<visual>
<origin xyz="0 0 0" rpy="0 0 0" />
<geometry>
<mesh filename="package://robotiq_description/meshes/visual/ur_to_robotiq_adapter.dae"/>
<mesh filename="package://robotiq_description/meshes/visual/2f_85/ur_to_robotiq_adapter.dae"/>
</geometry>
</visual>
<collision>
Expand Down

0 comments on commit 253d174

Please sign in to comment.