mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-29 17:13:12 +00:00
12 lines
317 B
XML
12 lines
317 B
XML
<?xml version="1.0" ?>
|
|
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="plate_96_high">
|
|
<link name='plate_link'>
|
|
<visual name='visual'>
|
|
<geometry>
|
|
<mesh filename="meshes/plate_96_high.stl"/>
|
|
</geometry>
|
|
<material name="clay" />
|
|
</visual>
|
|
</link>
|
|
</robot>
|