Skip to content

Commit

Permalink
Add collision mesh to pool
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMollerstuen committed Feb 9, 2024
1 parent 7519599 commit 8b26a53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/surface/rov_gazebo/models/pool/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
</mesh>
</geometry>
</visual>

<collision name="base_link_collision">
<geometry>
<mesh>
<uri>model://pool/meshes/pool.dae</uri>
</mesh>
</geometry>
</collision>
</link>

</model>
Expand Down

0 comments on commit 8b26a53

Please sign in to comment.