-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInverted_Pendulum
91 lines (73 loc) · 1.25 KB
/
Inverted_Pendulum
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
#VRML V2.0 utf8
#Created with V-Realm Builder v2.0
#Integrated Data Systems Inc.
#www.ids-net.com
Viewpoint {
position 0 3.4 13.4
}
DEF Cart Transform {
translation 0 0.19 0
children [
Shape {
appearance Appearance {
material Material {
}
}
geometry Box {
size 2 0.5 2
}
}
DEF Pendulum Transform {
translation 0 1.8 0
children [
Shape {
appearance Appearance {
material Material {
}
}
geometry Box {
size 0.09 3 0.1
}
}
Transform {
translation 0 1.5 0
children Shape {
appearance Appearance {
material Material {
}
}
geometry Sphere {
radius 0.15
}
}
}
]
}
]
}
Background {
groundAngle [ 0.9, 1.5, 1.57 ]
groundColor [ 0 0.8 0,
0.174249 0.82 0.187362,
0.467223 0.82 0.445801,
0.621997 0.67 0.600279 ]
skyAngle [ 0.1, 1.2, 1.57 ]
skyColor [ 0.76238 0.8 0.1427,
0.277798 0.219779 0.7,
0.222549 0.390234 0.7,
0.60094 0.662637 0.69 ]
}
Transform {
children Shape {
appearance Appearance {
material Material {
}
texture DEF Brick_Red ImageTexture {
url "texture/Brick_3.gif"
}
}
geometry Box {
size 11 0.02 5.6
}
}
}