Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
fix offset between CNC mesh and CNC collision mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishalini committed Aug 2, 2023
1 parent 12aba06 commit 5f06f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</visual>
<!-- CNC base collision -->
<collision>
<origin xyz="0 0.1 0" rpy="0 0 0"/>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="file://$(find picknik_ur_mock_hw_config)/meshes/cnc-collision.dae" scale="1 1 1"/>
</geometry>
Expand Down

0 comments on commit 5f06f40

Please sign in to comment.