Skip to content

Commit 1ed6eb2

Browse files
Add the mounting link for the charger's 2D lidar (#241)
1 parent 0f4e478 commit 1ed6eb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clearpath_platform_description/urdf/a300/attachments/wireless_charger.urdf.xacro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,12 @@
2828
<child link="${name}_face" />
2929
<origin xyz="0 -0.34 0.15" rpy="0 0 -${pi / 2}" />
3030
</joint>
31+
32+
<link name="${name}_lidar_mount" />
33+
<joint name="${name}_lidar_link" type="fixed">
34+
<parent link="${name}_face" />
35+
<child link="${name}_lidar_mount" />
36+
<origin xyz="-0.065 0 0.125" rpy="0 0 0" />
37+
</joint>
3138
</xacro:macro>
3239
</robot>

0 commit comments

Comments
 (0)