Update assets/libero/COMMON/stable_hope_objects/chocolate_pudding/mjcf/chocolate_pudding.xml
Browse files
assets/libero/COMMON/stable_hope_objects/chocolate_pudding/mjcf/chocolate_pudding.xml
CHANGED
|
@@ -1,15 +1,18 @@
|
|
| 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.01 0.01 0.01"/>
|
| 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 |
+
<geom type="box" pos="-0.00050 0.00000 0.00063" quat="0.70711 0.00000 0.70711 0.00000" size="0.01371 0.02316 0.04010" rgba="0 0 0 0"/>
|
| 12 |
+
</body>
|
| 13 |
+
|
| 14 |
+
<site rgba="0 0 0 0" size="0.005" pos="0 0 -0.06" name="bottom_site"/>
|
| 15 |
+
<site rgba="0 0 0 0" size="0.005" pos="0 0 0.04" name="top_site"/>
|
| 16 |
+
<site rgba="0 0 0 0" size="0.005" pos="0.025 0.025 0" name="horizontal_radius_site"/>
|
| 17 |
</worldbody>
|
| 18 |
+
</mujoco>
|