-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable.sdf
More file actions
44 lines (44 loc) · 1.13 KB
/
table.sdf
File metadata and controls
44 lines (44 loc) · 1.13 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
<?xml version="1.0"?>
<sdf version="1.7">
<model name="table_top">
<link name="table_top_link">
<inertial>
<mass>180.70</mass>
<inertia>
<ixx>0.79</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.53</iyy>
<iyz>0</iyz>
<izz>1.2</izz>
</inertia>
</inertial>
<visual name="bottom">
<pose>0.0 0.0 0.445 0 0 0</pose>
<geometry>
<box>
<size>10 10 0.015</size>
</box>
</geometry>
<material>
<diffuse>0.9 0.9 0.9 1.0</diffuse>
</material>
</visual>
<collision name="bottom">
<pose>0.0 0.0 0.445 0 0 0</pose>
<geometry>
<box>
<size>10 10 0.015</size>
</box>
</geometry>
<drake:proximity_properties>
<drake:compliant_hydroelastic/>
<drake:hydroelastic_modulus>1.0e6</drake:hydroelastic_modulus>
</drake:proximity_properties>
</collision>
</link>
<frame name="table_top_center">
<pose relative_to="table_top_link">0 0 0.47 0 0 0</pose>
</frame>
</model>
</sdf>