Update assets/libero/COMMON/stable_hope_objects/milk/mjcf/milk.xml
Browse files
assets/libero/COMMON/stable_hope_objects/milk/mjcf/milk.xml
CHANGED
@@ -1,15 +1,22 @@
|
|
1 |
<mujoco model="textured">
|
2 |
<asset>
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
6 |
<worldbody>
|
|
|
|
|
7 |
|
8 |
-
<
|
9 |
-
<geom
|
10 |
-
<
|
11 |
-
<
|
12 |
-
|
13 |
|
|
|
|
|
|
|
14 |
</worldbody>
|
15 |
</mujoco>
|
|
|
1 |
<mujoco model="textured">
|
2 |
<asset>
|
3 |
+
<texture file="texture_map.png" name="tex-textured" type="2d"/>
|
4 |
+
<material name="textured" reflectance="0.5" texrepeat="1 1" texture="tex-textured" texuniform="false"/>
|
5 |
+
<mesh file="visual/textured_vis.msh" name="textured_vis" scale="0.0075 0.0075 0.0075"/>
|
6 |
+
</asset>
|
7 |
+
|
8 |
<worldbody>
|
9 |
+
<body name="object">
|
10 |
+
<geom type="mesh" mesh="textured_vis" group="1" material="textured" conaffinity="0" contype="0"/>
|
11 |
|
12 |
+
<geom type="box" pos="0.00037 -0.01500 0.00000" quat="0.70711 0.70711 0.00000 -0.00000" size="0.02625 0.02625 0.05475" rgba="0 0 0 0"/>
|
13 |
+
<geom type="box" pos="0.00005 0.04784 0.01352" quat="0.28687 0.64630 -0.28687 -0.64630" size="0.00218 0.01381 0.02631" rgba="0 0 0 0"/>
|
14 |
+
<geom type="box" pos="0.00005 0.04784 -0.01344" quat="0.64203 0.29630 0.64203 0.29630" size="0.00218 0.01381 0.02631" rgba="0 0 0 0"/>
|
15 |
+
<geom type="box" pos="0.00005 0.05849 0.00005" quat="0.50000 0.50000 -0.50000 -0.50000" size="0.00295 0.00348 0.02650" rgba="0 0 0 0"/>
|
16 |
+
</body>
|
17 |
|
18 |
+
<site rgba="0 0 0 0" size="0.005" pos="0 0 -0.06" name="bottom_site"/>
|
19 |
+
<site rgba="0 0 0 0" size="0.005" pos="0 0 0.04" name="top_site"/>
|
20 |
+
<site rgba="0 0 0 0" size="0.005" pos="0.03 0.03 0" name="horizontal_radius_site"/>
|
21 |
</worldbody>
|
22 |
</mujoco>
|