Skip to content

Commit

Permalink
Fix mention of nonexistent STL file
Browse files Browse the repository at this point in the history
The STL files were replaced with dae files, but one of the old STL files
is pointed to in the gen3_macro.xacro file. Point to the new dae file
version.
  • Loading branch information
dyackzan committed Nov 28, 2023
1 parent 4c35d2c commit e99130c
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 e99130c

Please sign in to comment.