We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4e478 commit 1ed6eb2Copy full SHA for 1ed6eb2
clearpath_platform_description/urdf/a300/attachments/wireless_charger.urdf.xacro
@@ -28,5 +28,12 @@
28
<child link="${name}_face" />
29
<origin xyz="0 -0.34 0.15" rpy="0 0 -${pi / 2}" />
30
</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>
38
</xacro:macro>
39
</robot>
0 commit comments