Skip to content

Commit 666f6f7

Browse files
authored
Fix mention of nonexistent STL file (Kinovarobotics#194)
1 parent 4c35d2c commit 666f6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kortex_description/arms/gen3/7dof/urdf/gen3_macro.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
<collision>
375375
<origin xyz="0 0 0" rpy="0 0 0" />
376376
<geometry>
377-
<mesh filename="file://$(find kortex_description)/arms/gen3/${dof}dof/meshes/bracelet_with_vision_link.STL" />
377+
<mesh filename="file://$(find kortex_description)/arms/gen3/${dof}dof/meshes/bracelet_with_vision_link.dae" />
378378
</geometry>
379379
</collision>
380380
</link>

0 commit comments

Comments
 (0)