Skip to content

Commit

Permalink
[panda_description] Fix two cases of wrong mesh paths
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Dec 12, 2022
1 parent d693541 commit 17d69f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robots/panda_description/urdf/panda.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
<link name="panda_link4">
<visual>
<geometry>
<mesh filename="package://franka_description/meshes/visual/link4.dae"/>
<mesh filename="package://example-robot-data/robots/panda_description/meshes/visual/link4.dae"/>
</geometry>
</visual>
<collision>
<geometry>
<mesh filename="package://franka_description/meshes/collision/link4.stl"/>
<mesh filename="package://example-robot-data/robots/panda_description/meshes/collision/link4.stl"/>
</geometry>
</collision>
<inertial>
Expand Down

0 comments on commit 17d69f9

Please sign in to comment.