-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapartment.wbt
99 lines (97 loc) · 2.81 KB
/
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
#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/lights/protos/CeilingLight.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/lights/protos/FloorLight.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/objects/bedroom/protos/Bed.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/tables/protos/Table.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/chairs/protos/Chair.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/living_room_furniture/protos/Armchair.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/appearances/protos/Parquetry.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/objects/floors/protos/Floor.proto"
EXTERNPROTO "../protos/Custom_iRobot_Create.proto"
WorldInfo {
info [
"Custom iRobot Roomba Simulation"
]
title "Empty Apartment"
}
Viewpoint {
orientation -0.5773502691896258 0.5773502691896258 0.5773502691896258 2.0944
position 8.676244339592536e-05 8.676268873893533e-05 39.91708964644552
near 0.1
}
TexturedBackground {
}
CeilingLight {
translation 1.82639 -1.29685 2.4
pointLightColor 1 1 0.9372549019607843
pointLightIntensity 7
}
CeilingLight {
translation -3.25511 1.9443400000000004 2.4
name "ceiling light(2)"
pointLightIntensity 6
}
FloorLight {
translation -4.528276895458201 -4.2693419342918375 0
pointLightIntensity 2
}
Wall {
translation 5 0 0
size 0.25 10.3 2.4
}
Wall {
translation 0 5 0
rotation 0 0 1 1.5708
name "wall(2)"
size 0.25 10 2.4
}
Wall {
translation -5 0 0
name "wall(3)"
size 0.25 10 2.4
}
Wall {
translation 0 -5 0
rotation 0 0 1 1.5708
name "wall(4)"
size 0.25 10 2.4
}
Wall {
translation -1.5 2.8 0
name "wall(5)"
size 0.25 4.35 2.4
}
Floor {
translation 0.128 0.128 0
}
Bed {
translation 3.75 3.2800000002397445 0
rotation 0 0 1 3.1415
}
Table {
translation -3.28632 -3.86254 0
}
Chair {
translation -3.72164 -3.47751 0
rotation 0 0 -1 -0.11945530717958608
}
Table {
translation 2.2745 -0.476732 0
rotation 0 0 1 0.534482
name "table(2)"
size 0.8 1.2 0.53
}
Armchair {
translation 3.5894 0.323101 0
rotation 0 0 1 -2.5895153071795862
}
DEF CUSTOM_ROOMBA Custom_iRobot_Create {
translation -4 -0.5 0.044
}
DEF SUPERVISOR Robot {
translation 40 40 0.25
controller "supervisor_ros"
supervisor TRUE
}