blob: c28c24614b1dfee0fa36445ac271e9ead377396d (
plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
<?xml version='1.0'?>
<sdf version='1.6'>
<model name='simple'>
<link name='fixed'></link>
<pose frame=''>0 0 0 0 -0 0</pose>
<link name='Wall_0'>
<collision name='Wall_0_Collision'>
<geometry>
<box>
<size>4.3 0.15 0.5</size>
</box>
</geometry>
<pose frame=''>0 0 0.25 0 -0 0</pose>
</collision>
<visual name='Wall_0_Visual'>
<pose frame=''>0 0 0.25 0 -0 0</pose>
<geometry>
<box>
<size>4.3 0.15 0.5</size>
</box>
</geometry>
<material>
<ambient>1 1 1 1</ambient>
</material>
</visual>
<pose frame=''>0 2.075 0 0 -0 0</pose>
</link>
<link name='Wall_2'>
<collision name='Wall_2_Collision'>
<geometry>
<box>
<size>4.3 0.15 0.5</size>
</box>
</geometry>
<pose frame=''>0 0 0.25 0 -0 0</pose>
</collision>
<visual name='Wall_2_Visual'>
<pose frame=''>0 0 0.25 0 -0 0</pose>
<geometry>
<box>
<size>4.3 0.15 0.5</size>
</box>
</geometry>
<material>
<ambient>1 1 1 1</ambient>
</material>
</visual>
<pose frame=''>-2.075 0 0 0 0 -1.5708</pose>
</link>
<link name='Wall_3'>
<collision name='Wall_3_Collision'>
<geometry>
<box>
<size>4.3 0.15 0.5</size>
</box>
</geometry>
<pose frame=''>0 0 0.25 0 -0 0</pose>
</collision>
<visual name='Wall_3_Visual'>
<pose frame=''>0 0 0.25 0 -0 0</pose>
<geometry>
<box>
<size>4.3 0.15 0.5</size>
</box>
</geometry>
<material>
<ambient>1 1 1 1</ambient>
</material>
</visual>
<pose frame=''>0 -2.075 0 0 -0 0</pose>
</link>
<link name='Wall_4'>
<collision name='Wall_4_Collision'>
<geometry>
<box>
<size>4.3 0.15 0.5</size>
</box>
</geometry>
<pose frame=''>0 0 0.25 0 -0 0</pose>
</collision>
<visual name='Wall_4_Visual'>
<pose frame=''>0 0 0.25 0 -0 0</pose>
<geometry>
<box>
<size>4.3 0.15 0.5</size>
</box>
</geometry>
<material>
<ambient>1 1 1 1</ambient>
</material>
</visual>
<pose frame=''>2.075 0 0 0 -0 1.5708</pose>
</link>
<link name='Cylinder_1'>
<collision name='Cylinder_1_Collision'>
<geometry>
<cylinder>
<radius>0.3</radius>
<length>0.5</length>
</cylinder>
</geometry>
<pose frame=''>0 0 0.25 0 -0 0</pose>
</collision>
<visual name='Cylinder_1_Visual'>
<pose frame=''>0 0 0.25 0 -0 0</pose>
<geometry>
<cylinder>
<radius>0.3</radius>
<length>0.5</length>
</cylinder>
</geometry>
<material>
<ambient>1 1 1 1</ambient>
</material>
</visual>
<pose frame=''>0.3 0.2 0 0 0 0</pose>
</link>
<static>1</static>
</model>
</sdf>
|