-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathetrack.wbt
101 lines (93 loc) · 2.67 KB
/
etrack.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
#VRML_SIM R2025a utf8
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/objects/backgrounds/protos/TexturedBackground.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/objects/backgrounds/protos/TexturedBackgroundLight.proto"
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/objects/floors/protos/RectangleArena.proto"
WorldInfo {
title "my world"
info [ "Line follower track along a 'E'.", "Andreas Merkle <[email protected]>", "2025-02-06", "Parameters: -v etrack -a Andreas Merkle -d Line follower track along a 'E'. -e [email protected] -mg cardboard -mr rubber -mp dry examples/etrack/etrack" ]
window "<none>"
gravity 9.81
CFM 1e-05
ERP 0.2
physics "<none>"
basicTimeStep 8
FPS 60
optimalThreadCount 1
physicsDisableTime 1
physicsDisableLinearThreshold 0.01
physicsDisableAngularThreshold 0.01
defaultDamping NULL
inkEvaporation 0
coordinateSystem "ENU"
gpsCoordinateSystem "local"
gpsReference 0 0 0
lineScale 0.1
dragForceScale 30.0
dragTorqueScale 5.0
randomSeed 0
contactProperties [ ContactProperties {
material1 "cardboard"
material2 "rubber"
coulombFriction [ 0.6612954068122848 ]
frictionRotation 0 0
rollingFriction 0 0 0
bounce 0.5
bounceVelocity 0.01
forceDependentSlip [ 0 ]
softERP 0.2
softCFM 0.001
bumpSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/bump.wav"
rollSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/roll.wav"
slideSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/slide.wav"
maxContactJoints 10
}
]
}
Viewpoint {
fieldOfView 0.785398
orientation 0 1 0 0.7853981633974483
position -4 0 4
description ""
near 0.05
far 0.0
exposure 1.0
follow ""
followType "Tracking Shot"
followSmoothness 0.5
lensFlare NULL
ambientOcclusionRadius 2
bloomThreshold 21
}
TexturedBackground {
}
TexturedBackgroundLight {
}
RectangleArena {
floorSize 2 2
floorTileSize 2 2
floorAppearance PBRAppearance {
baseColor 1 1 1
baseColorMap ImageTexture {
url [ "examples/etrack/etrack.png" ]
repeatS TRUE
repeatT TRUE
filtering 4
}
transparency 0
roughness 1
roughnessMap NULL
metalness 0
metalnessMap NULL
IBLStrength 1
normalMap NULL
normalMapFactor 1
occlusionMap NULL
occlusionMapStrength 1
emissiveColor 0 0 0
emissiveColorMap NULL
emissiveIntensity 1
textureTransform NULL
name "PBRAppearance"
}
contactMaterial "cardboard"
}