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

Fix offset between CNC mesh and CNC collision mesh #79

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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