mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-12 10:45:10 +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>
|