Skip to content

Commit

Permalink
Fix collision offset
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxrobotics committed Apr 22, 2024
1 parent b14ce43 commit 5ad31d1
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 5ad31d1

Please sign in to comment.