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

Commit

Permalink
Merge pull request #79 from PickNikRobotics/pr-move-collision-mesh-fo…
Browse files Browse the repository at this point in the history
…r-cnc

Fix offset between CNC mesh and CNC collision mesh
  • Loading branch information
kineticsystem authored Aug 2, 2023
2 parents 12aba06 + 5f06f40 commit d8cd6bf
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 d8cd6bf

Please sign in to comment.