Skip to content

Commit

Permalink
Add the IMU mount to the URDF
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Nov 29, 2024
1 parent d8f7a71 commit 52c5172
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,12 @@
<child link="${name}_right_antenna_mount" />
<origin xyz="-0.25 -0.350 0.695" rpy="0 0 0" />
</joint>

<link name="${name}_imu_mount" />
<joint name="${name}_imu_mount_joint" type="fixed">
<parent link="${name}_shell_link" />
<child link="${name}_imu_mount" />
<origin xyz="0.00498 0.0 -0.097312" rpy="0.0 0.0 1.5708" />
</joint>
</xacro:macro>
</robot>

0 comments on commit 52c5172

Please sign in to comment.