-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathmodel.sdf
More file actions
46 lines (46 loc) · 1.12 KB
/
model.sdf
File metadata and controls
46 lines (46 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="aws_robomaker_warehouse_DeskC_01">
<link name="link">
<inertial>
<mass>1</mass>
<inertia>
<ixx>0.608</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.476</iyy>
<iyz>0</iyz>
<izz>0.542</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<mesh>
<uri>meshes/aws_robomaker_warehouse_DeskC_01_collision.DAE</uri>
<scale>1 1 1</scale>
</mesh>
</geometry>
<surface>
<friction>
<ode>
<mu>0.3</mu>
<mu2>0.3</mu2>
<fdir1>0 0 0</fdir1>
<slip1>0</slip1>
<slip2>0</slip2>
</ode>
</friction>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>meshes/aws_robomaker_warehouse_DeskC_01_visual.DAE</uri>
</mesh>
</geometry>
<meta><layer>1</layer></meta>
</visual>
</link>
<static>1</static>
</model>
</sdf>