Skip to content

Commit

Permalink
Fix mention of nonexistent STL file (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyackzan authored Nov 28, 2023
1 parent 4c35d2c commit 666f6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kortex_description/arms/gen3/7dof/urdf/gen3_macro.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<collision>
<origin xyz="0 0 0" rpy="0 0 0" />
<geometry>
<mesh filename="file://$(find kortex_description)/arms/gen3/${dof}dof/meshes/bracelet_with_vision_link.STL" />
<mesh filename="file://$(find kortex_description)/arms/gen3/${dof}dof/meshes/bracelet_with_vision_link.dae" />
</geometry>
</collision>
</link>
Expand Down

0 comments on commit 666f6f7

Please sign in to comment.