mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-08 07:55:12 +00:00
添加硬件
This commit is contained in:
BIN
unilabos/device_mesh/resources/hplc_plate/meshes/hplc_plate.stl
Normal file
BIN
unilabos/device_mesh/resources/hplc_plate/meshes/hplc_plate.stl
Normal file
Binary file not shown.
11
unilabos/device_mesh/resources/hplc_plate/modal.xacro
Normal file
11
unilabos/device_mesh/resources/hplc_plate/modal.xacro
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" ?>
|
||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="hplc_plate">
|
||||
<link name='plate_link'>
|
||||
<visual name='visual'>
|
||||
<geometry>
|
||||
<mesh filename="meshes/hplc_plate.stl"/>
|
||||
</geometry>
|
||||
<material name="clay" />
|
||||
</visual>
|
||||
</link>
|
||||
</robot>
|
||||
Binary file not shown.
11
unilabos/device_mesh/resources/plate_96_high/modal.xacro
Normal file
11
unilabos/device_mesh/resources/plate_96_high/modal.xacro
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
Binary file not shown.
11
unilabos/device_mesh/resources/tiprack_96_high/modal.xacro
Normal file
11
unilabos/device_mesh/resources/tiprack_96_high/modal.xacro
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" ?>
|
||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="tiprack_96_high">
|
||||
<link name='plate_link'>
|
||||
<visual name='visual'>
|
||||
<geometry>
|
||||
<mesh filename="meshes/tiprack_96_high.stl"/>
|
||||
</geometry>
|
||||
<material name="clay" />
|
||||
</visual>
|
||||
</link>
|
||||
</robot>
|
||||
Reference in New Issue
Block a user