-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathempty_large_apartment.wbt
155 lines (153 loc) · 3.43 KB
/
empty_large_apartment.wbt
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
#VRML_SIM R2023b utf8
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/backgrounds/protos/TexturedBackground.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/floors/protos/Floor.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/apartment_structure/protos/Wall.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/appearances/protos/Marble.proto"
EXTERNPROTO "../protos/Custom_iRobot_Create.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/lights/protos/CeilingLight.proto"
WorldInfo {
}
Viewpoint {
orientation -0.5773502691896258 0.5773502691896258 0.5773502691896258 2.0944
position -6.427468673554041e-15 6.427468673554041e-15 38.595660697538015
}
TexturedBackground {
}
Wall {
translation -7.375 0 0
name "wall01"
size 0.25 9.5 2.4
appearance DEF WALL_APPEARANCE Marble {
}
}
Wall {
translation 7.375 0 0
name "wall02"
size 0.25 9.5 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation 0 -4.875 0
rotation 0 0 1 1.5708
name "wall03"
size 0.25 15 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation 0 4.875 0
rotation 0 0 1 1.5708
name "wall04"
size 0.25 15 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation -2.875 -3.25 0
rotation 0 0 1 3.141592653589793
name "wall05"
size 0.25 3 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation -2.875 3.25 0
rotation 0 0 1 3.141592653589793
name "wall06"
size 0.25 3 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation 1.625 3.25 0
rotation 0 0 1 3.141592653589793
name "wall07"
size 0.25 3 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation 1.625 -3.25 0
rotation 0 0 1 3.141592653589793
name "wall08"
size 0.25 3 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation -6.5 -1.625 0
rotation 0 0 -1 -1.5707953071795862
name "wall09"
size 0.25 1.5 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation -6.5 1.625 0
rotation 0 0 -1 -1.5707953071795862
name "wall10"
size 0.25 1.5 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation -2.75 1.625 0
rotation 0 0 -1 -1.5707953071795862
name "wall11"
size 0.25 3 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation -2.75 -1.625 0
rotation 0 0 -1 -1.5707953071795862
name "wall12"
size 0.25 3 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation 1 -1.625 0
rotation 0 0 -1 -1.5707953071795862
name "wall13"
size 0.25 1.5 2.4
appearance USE WALL_APPEARANCE
}
Wall {
translation 1 1.625 0
rotation 0 0 -1 -1.5707953071795862
name "wall14"
size 0.25 1.5 2.4
appearance USE WALL_APPEARANCE
}
Floor {
size 15 10
}
CeilingLight {
translation -0.55 3.3 2.4
name "ceilinglight01"
pointLightIntensity 4
}
CeilingLight {
translation -0.55 -3.3 2.4
name "ceilinglight02"
pointLightIntensity 4
}
CeilingLight {
translation -5 -3.3 2.4
name "ceilinglight03"
pointLightIntensity 4
}
CeilingLight {
translation -5 3.3 2.4
name "ceilinglight04"
pointLightIntensity 4
}
CeilingLight {
translation 4.5 3 2.4
name "ceilinglight05"
pointLightIntensity 4
}
CeilingLight {
translation 4.5 -3 2.4
name "ceilinglight06"
pointLightIntensity 4
}
DEF CUSTOM_ROOMBA Custom_iRobot_Create {
translation 2 4.5 0.044
}
DEF SUPERVISOR Robot {
translation 60 40 0.25
controller "supervisor_ros"
supervisor TRUE
}