-
Notifications
You must be signed in to change notification settings - Fork 0
/
foot.env.xml
165 lines (149 loc) · 4.64 KB
/
foot.env.xml
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!-- Project room filled with tables and an object -->
<!-- tables will be ikeatable.kinbody.xml -->
<!-- object will be TibitsBox.kinbody.xml -->
<!-- Total tables in the room : 6 -->
<!-- Total object : 1 -->
<!-- Overall Size(m): 8 x 4 -->
<Environment>
<bkgndcolor>1 1 1</bkgndcolor>
<camtrans>5.327509 -3.765386 5.225026</camtrans>
<camrotationaxis>-0.916210 -0.318647 0.242947 138.160983</camrotationaxis>
<KinBody name="ProjectRoom">
<!-- Floor Dimension(m): 8 x 4 x 0.2 -->
<Body name="Floor" type="static">
<Geom type="box">
<Extents>4.0 2.0 0.1</Extents>
<Translation>0.0 0.0 -0.1</Translation>
<diffuseColor>0.7 0.7 0.7</diffuseColor>
</Geom>
</Body>
<!-- Front Wall Dimension(m): 0.2 x 3.6 x 0.2 -->
<Body name="SideWall1" type="static">
<offsetfrom>Floor</offsetfrom>
<Geom type="box">
<Extents>0.1 1.8 0.1</Extents>
<Translation>3.9 0.0 0.1</Translation>
<diffuseColor>1.0 0.5 0.0</diffuseColor>
</Geom>
</Body>
<!-- Back Wall Dimension(m): 0.2 x 3.6 x 0.2 -->
<Body name="SideWall2" type="static">
<offsetfrom>Floor</offsetfrom>
<Geom type="box">
<Extents>0.1 1.8 0.1</Extents>
<Translation>-3.9 0.0 0.1</Translation>
<diffuseColor>1.0 0.5 0.0</diffuseColor>
</Geom>
</Body>
<!-- Left Side Wall Dimension(m): 8.0 x 0.2 x 0.2 -->
<Body name="SideWall3" type="static">
<offsetfrom>Floor</offsetfrom>
<Geom type="box">
<Extents>4.0 0.1 0.1</Extents>
<Translation>0.0 1.9 0.1</Translation>
<diffuseColor>1.0 0.5 0.0</diffuseColor>
</Geom>
</Body>
<!-- Right Side Wall Dimension(m): 8.0 x 0.2 x 0.2 -->
<Body name="SideWall4" type="static">
<offsetfrom>Floor</offsetfrom>
<Geom type="box">
<Extents>4.0 0.1 0.1</Extents>
<Translation>0.0 -1.9 0.1</Translation>
<diffuseColor>1.0 0.5 0.0</diffuseColor>
</Geom>
</Body>
<!-- Middle Wall Dimension(m): 0.2 x 3.6 x 2.5 -->
<Body name="MidWall" type="static">
<offsetfrom>Floor</offsetfrom>
<!-- Dimension: 0.2 x 2.47 x 2.0 -->
<Geom type="box">
<Extents>0.1 1.235 1.0</Extents>
<Translation>0.8 -0.565 1.0</Translation>
<diffuseColor>1.0 0.5 0.0</diffuseColor>
</Geom>
<!-- Dimension: 0.2 x 0.3 x 2.0 -->
<Geom type="box">
<Extents>0.1 0.15 1.0</Extents>
<Translation>0.8 1.65 1.0</Translation>
<diffuseColor>1.0 0.5 0.0</diffuseColor>
</Geom>
<!-- Dimension: 0.2 x 3.6 x 0.5 -->
<Geom type="box">
<Extents>0.1 1.8 0.25</Extents>
<Translation>0.8 0.0 2.25</Translation>
<diffuseColor>1.0 0.5 0.0</diffuseColor>
</Geom>
</Body>
</KinBody>
<KinBody name="Table6">
<Translation>3.5 1.2 0.0</Translation>
<Body type="dynamic">
<Mass type="mimicgeom">
<total>0.285</total>
</Mass>
<!-- Reference point will be at the base of the box -->
<Geom type="box">
<Extents>0.2 0.5 0.6</Extents>
<Translation>0 0 0</Translation>
<diffuseColor>0.0 0.0 1.0</diffuseColor>
</Geom>
</Body>
</KinBody>
<KinBody name="Table5">
<Translation>3.5 -1.2 0.0</Translation>
<Body type="dynamic">
<Mass type="mimicgeom">
<total>0.285</total>
</Mass>
<!-- Reference point will be at the base of the box -->
<Geom type="box">
<Extents>0.2 0.5 0.6</Extents>
<Translation>0 0 0</Translation>
<diffuseColor>0.0 0.0 1.0</diffuseColor>
</Geom>
</Body>
</KinBody>
<KinBody name="Table1">
<Translation>-1.7 0 0.0</Translation>
<Body type="dynamic">
<Mass type="mimicgeom">
<total>0.285</total>
</Mass>
<!-- Reference point will be at the base of the box -->
<Geom type="box">
<Extents>1 0.5 0.6</Extents>
<Translation>0 0 0</Translation>
<diffuseColor>0.0 0.0 1.0</diffuseColor>
</Geom>
</Body>
</KinBody>
<KinBody name="left_foot">
<Translation>-2.6 -1.0 0.08</Translation>
<Body type="dynamic">
<Mass type="mimicgeom">
<total>0.285</total>
</Mass>
<!-- Reference point will be at the base of the box -->
<Geom type="box">
<Extents>0.15 0.075 0.03</Extents>
<Translation>0 0 0</Translation>
<diffuseColor>1.0 0.0 0.0</diffuseColor>
</Geom>
</Body>
</KinBody>
<KinBody name="right_foot">
<Translation>-2.6 -1.3 0.08</Translation>
<Body type="dynamic">
<Mass type="mimicgeom">
<total>0.285</total>
</Mass>
<!-- Reference point will be at the base of the box -->
<Geom type="box">
<Extents>0.15 0.075 0.03</Extents>
<Translation>0 0 0</Translation>
<diffuseColor>0.0 0.0 1.0</diffuseColor>
</Geom>
</Body>
</KinBody>
</Environment>