Skip to content

Commit

Permalink
Change ZEDM distance according to the datasheet
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-lewicki committed Dec 6, 2024
1 parent adaaed8 commit 09b4135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zed_wrapper/urdf/zed_macro.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<xacro:property name="mono" value="false" />
</xacro:if>
<xacro:if value="${model == 'zedm'}">
<xacro:property name="baseline" value="0.06" />
<xacro:property name="baseline" value="0.063" />
<xacro:property name="height" value="0.0265" />
<xacro:property name="bottom_slope" value="0.0" />
<xacro:property name="screw_offset_x" value="0.0" />
Expand Down

0 comments on commit 09b4135

Please sign in to comment.