mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 15:05:13 +00:00
添加
This commit is contained in:
@@ -5,7 +5,7 @@ kinematics:
|
||||
z: 0.1625
|
||||
roll: 0
|
||||
pitch: 0
|
||||
yaw: 0
|
||||
yaw: -0.16
|
||||
upperarm:
|
||||
x: 0
|
||||
y: 0
|
||||
@@ -26,7 +26,7 @@ kinematics:
|
||||
z: 0.1475
|
||||
roll: 0
|
||||
pitch: 0
|
||||
yaw: 0
|
||||
yaw: 0.04
|
||||
wrist_2:
|
||||
x: 0
|
||||
y: -0.0965
|
||||
@@ -39,5 +39,5 @@ kinematics:
|
||||
y: 0.0920
|
||||
z: 0
|
||||
roll: -1.570796326589793
|
||||
pitch: 0
|
||||
pitch: -0.59
|
||||
yaw: 0
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
type="fixed">
|
||||
<origin
|
||||
xyz="0 0 -0.003"
|
||||
rpy="0 0 -2.356" />
|
||||
rpy="0 0 -1.570796326589793" />
|
||||
<parent
|
||||
link="${station_name}${device_name}tool0" />
|
||||
<child
|
||||
|
||||
@@ -149,5 +149,61 @@
|
||||
<axis xyz="0 0 -1"/>
|
||||
<limit effort="0" lower="0" upper="0.5" velocity="0"/>
|
||||
</joint>
|
||||
|
||||
|
||||
<link
|
||||
name="${station_name}${device_name}mt_base">
|
||||
<inertial>
|
||||
<origin
|
||||
xyz="0.351023411986924 0.445375400882133 0.128876815206488"
|
||||
rpy="0 0 0" />
|
||||
<mass
|
||||
value="11.1062879385751" />
|
||||
<inertia
|
||||
ixx="0.143866977287068"
|
||||
ixy="0.0137782180671174"
|
||||
ixz="-0.000140346559252494"
|
||||
iyy="0.14345824300898"
|
||||
iyz="-0.000123577300295821"
|
||||
izz="0.279834203406604" />
|
||||
</inertial>
|
||||
<visual>
|
||||
<origin
|
||||
xyz="0 0 0"
|
||||
rpy="0 0 0" />
|
||||
<geometry>
|
||||
<mesh
|
||||
filename="file://${mesh_path}/devices/hplc_station/meshes/mt_base.STL" />
|
||||
</geometry>
|
||||
<material
|
||||
name="">
|
||||
<color
|
||||
rgba="1 1 1 1" />
|
||||
</material>
|
||||
</visual>
|
||||
<collision>
|
||||
<origin
|
||||
xyz="0 0 0"
|
||||
rpy="0 0 0" />
|
||||
<geometry>
|
||||
<mesh
|
||||
filename="file://${mesh_path}/devices/hplc_station/meshes/mt_base.STL" />
|
||||
</geometry>
|
||||
</collision>
|
||||
</link>
|
||||
<joint
|
||||
name="${station_name}${device_name}mt_joint"
|
||||
type="fixed">
|
||||
<origin
|
||||
xyz="0 0 0"
|
||||
rpy="0 0 0" />
|
||||
<parent
|
||||
link="${station_name}${device_name}ws_base" />
|
||||
<child
|
||||
link="${station_name}${device_name}mt_base" />
|
||||
<axis
|
||||
xyz="0 0 0" />
|
||||
</joint>
|
||||
|
||||
</xacro:macro>
|
||||
</robot>
|
||||
|
||||
BIN
unilabos/device_mesh/devices/hplc_station/meshes/mt_base.STL
Normal file
BIN
unilabos/device_mesh/devices/hplc_station/meshes/mt_base.STL
Normal file
Binary file not shown.
Reference in New Issue
Block a user