Skip to content

Commit

Permalink
fix dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
KmakD committed Feb 5, 2025
1 parent 1685087 commit 6296619
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions husarion_ugv_description/urdf/lynx/base.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
<inertial>
<origin xyz="0.0 0.0 0.0" rpy="0.0 0.0 0.0" />
<mass value="30.656" />
<!-- TODO calculate real interia -->
<inertia ixx="0.46856" ixy="0.0" ixz="0.0"
iyy="1.22285" iyz="0.0"
izz="1.51185" />
<inertia ixx="0.6572" ixy="0.0334" ixz="0.1739"
iyy="1.443" iyz="0.0082"
izz="1.598" />
</inertial>
</link>

Expand All @@ -46,16 +45,15 @@
<link name="imu_link" />

<joint name="base_to_cover_joint" type="fixed">
<!-- TODO change to real value -->
<origin xyz="0.0 0.0 0.2085" rpy="0.0 0.0 0.0" />
<origin xyz="0.0 0.0 0.2098" rpy="0.0 0.0 0.0" />
<parent link="base_link" />
<child link="cover_link" />
</joint>

<link name="cover_link" />

<joint name="cover_to_mount_joint" type="fixed">
<origin xyz="0.0 0.0 0.02" rpy="0.0 0.0 0.0" />
<origin xyz="0.0 0.0 0.0217" rpy="0.0 0.0 0.0" />
<parent link="cover_link" />
<child link="mount_link" />
</joint>
Expand Down

0 comments on commit 6296619

Please sign in to comment.