-
Notifications
You must be signed in to change notification settings - Fork 0
/
model.sdf
executable file
·62 lines (62 loc) · 1.63 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
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" ?>
<sdf version='1.6'>
<model name='Brick'>
<link name='Brick'>
<pose frame=''>0 0 0.033 0 -0 0</pose>
<inertial>
<pose frame=''>0 -0 0.031 0 -0 0</pose>
<mass>0.1</mass>
<inertia>
<ixx>0.0017</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>0.0017</iyy>
<iyz>0</iyz>
<izz>0.0017</izz>
</inertia>
</inertial>
<collision name='Brick_collision'>
<pose frame=''>0 0 0 1.5708 -0 0</pose>
<geometry>
<box>
<size>0.192 0.062 0.086</size>
</box>
</geometry>
<surface>
<friction>
<ode>
<mu>100</mu>
<mu2>50</mu2>
<fdir1>0 0 1</fdir1>
<slip1>0.0</slip1>
<slip2>0.0</slip2>
</ode>
</friction>
<contact>
<ode>
<kp>100000.000000</kp>
<kd>10.00000</kd>
<max_vel>2.000000</max_vel>
<min_depth>0.0001</min_depth>
</ode>
</contact>
</surface>
</collision>
<visual name='Brick_visual'>
<pose frame=''>0 0 0 1.5708 -0 0</pose>
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://Brick/meshes/Brick_1.STL</uri>
</mesh>
</geometry>
<material>
<ambient>0.698 0.25 0.25 1</ambient>
<diffuse>0.698 0.25 0.25 1</diffuse>
<specular>0.1 0.1 0.1 1</specular>
<emissive>0 0 0 0</emissive>
</material>
</visual>
</link>
</model>
</sdf>