-
Notifications
You must be signed in to change notification settings - Fork 951
/
Copy pathmodel.sdf
51 lines (51 loc) · 1.21 KB
/
model.sdf
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
47
48
49
50
51
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="lumber_4x4x40">
<link name="link">
<inertial>
<mass>2.74</mass>
<inertia>
<ixx>0.0036</ixx>
<ixy>0.00</ixy>
<ixz>0.00</ixz>
<iyy>0.2366</iyy>
<iyz>0.00</iyz>
<izz>0.2366</izz>
</inertia>
</inertial>
<collision name="collision">
<geometry>
<box>
<size>1.016 0.0888 0.0888</size>
</box>
</geometry>
<surface>
<bounce>
<restitution_coefficient>0.01</restitution_coefficient>
<threshold>5.0</threshold>
</bounce>
<friction>
<ode>
<mu>10</mu>
<mu2>10</mu2>
</ode>
</friction>
<contact>
<ode>
<soft_cfm>0.001</soft_cfm>
<kp>100000.0</kp>
<kd>1000.0</kd>
</ode>
</contact>
</surface>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://drc_practice_4x4x40/meshes/4x4x40.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>