forked from RoboCup-Humanoid-TC/hlvs_webots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobocup.wbt
67 lines (63 loc) · 2.07 KB
/
robocup.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
#VRML_SIM R2022b utf8
IMPORTABLE EXTERNPROTO "../protos/RoboCupBackground.proto"
IMPORTABLE EXTERNPROTO "../protos/RobocupSoccerField.proto"
IMPORTABLE EXTERNPROTO "../protos/RobocupTexturedSoccerBall.proto"
IMPORTABLE EXTERNPROTO "../protos/lighting/RoboCupMainLight.proto"
IMPORTABLE EXTERNPROTO "../protos/lighting/RoboCupOffLight.proto"
IMPORTABLE EXTERNPROTO "../protos/lighting/RoboCupTopLight.proto"
IMPORTABLE EXTERNPROTO "../protos/robots/RoboCupRobot/RobocupRobot.proto"
IMPORTABLE EXTERNPROTO "../protos/robots/WolfgangRobocup/WolfgangRobocup.proto"
IMPORTABLE EXTERNPROTO "../protos/Utra/BezRobocup/BezRobocup.proto"
IMPORTABLE EXTERNPROTO "../protos/Utra/BezRobocup/Soccerbot_meshes/SimpleBez1.proto"
IMPORTABLE EXTERNPROTO "../protos/Utra/Bez2Robocup/Bez2Robocup.proto"
IMPORTABLE EXTERNPROTO "../protos/BridgeGroundTruth.proto"
IMPORTABLE EXTERNPROTO "../protos/robots/bitbots/WolfgangRobocup/WolfgangRobocup.proto"
IMPORTABLE EXTERNPROTO "../protos/robots/itandroids/Chape/ChapeRobocup.proto"
IMPORTABLE EXTERNPROTO "../protos/robots/nubots/NUgus/NUgus.proto"
IMPORTABLE EXTERNPROTO "../protos/robots/utra/BezRobocup/BezRobocup.proto"
# IMPORTABLE EXTERNPROTO "../protos/robots/utra/Bez2Robocup/Bez2Robocup.proto"
WorldInfo {
info [
"Description: official soccer simulation for the 2021 Robocup Virtual Humanoid League (kid size)"
"Version 0.3"
]
title "Robocup V-HL Kid"
basicTimeStep 8
physicsDisableTime 0.1
physicsDisableLinearThreshold 0.1
physicsDisableAngularThreshold 0.1
contactProperties [
ContactProperties {
material1 "grass"
coulombFriction [
0.5
]
softCFM 0.03
}
ContactProperties {
material1 "grass"
material2 "robocup soccer ball"
coulombFriction [
0.5
]
bounce 0.76
softCFM 0.05
}
ContactProperties {
material2 "robocup soccer ball"
bounce 0.76
}
]
}
Viewpoint {
orientation 0.5 -0.5 -0.5 4.2
position 0.5 0 15
}
Robot {
controller "referee"
supervisor TRUE
}
BridgeGroundTruth {
name "BridgeGroundTruth"
controller "<extern>"
}