Skip to content

Commit

Permalink
PR #3086 from sbgisen: Fix collision offset
Browse files Browse the repository at this point in the history
  • Loading branch information
SamerKhshiboun authored Nov 16, 2024
2 parents b14ce43 + 5ad31d1 commit 7402c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realsense2_description/urdf/_d435.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ aluminum peripherial evaluation case.
</xacro:unless>
</visual>
<collision>
<origin xyz="0 ${-d435_cam_depth_py} 0" rpy="0 0 0"/>
<origin xyz="-0.0085 ${-d435_cam_depth_py} 0" rpy="0 0 0"/>
<geometry>
<box size="${d435_cam_depth} ${d435_cam_width} ${d435_cam_height}"/>
</geometry>
Expand Down

0 comments on commit 7402c40

Please sign in to comment.