-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbenchmark_empty_apartment.wbt
109 lines (107 loc) · 2.48 KB
/
benchmark_empty_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
#VRML_SIM R2023b utf8
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023a/projects/objects/backgrounds/protos/TexturedBackground.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023a/projects/objects/lights/protos/CeilingLight.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023a/projects/objects/apartment_structure/protos/Wall.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023a/projects/appearances/protos/Parquetry.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 1.7374139680844866e-05 1.737418881240103e-05 39.40672066511671
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
}
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
}
Robot {
children [
Shape {
appearance Parquetry {
textureTransform TextureTransform {
scale 7 7
}
}
geometry Plane {
size 10 10
}
}
Display {
translation 0 0 0.01
children [
Shape {
appearance PBRAppearance {
baseColorMap ImageTexture {
url [
"https://raw.githubusercontent.com/cyberbotics/webots/R2023a/projects/robots/irobot/create/controllers/ground/dust.jpg"
]
}
transparency 0.9
roughness 0.5
metalness 0
}
geometry Plane {
size 9.9 9.9
}
}
]
name "ground_display"
width 512
height 512
}
]
name "ground"
boundingObject Plane {
size 9.9 9.9
}
locked TRUE
controller "ground"
supervisor TRUE
}
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
}