xinjie.wang
commited on
Commit
·
c264e44
1
Parent(s):
4479a3d
refactor: remove .mjcf files
Browse files- demo_assets/banana/mjcf/banana.mjcf +0 -23
- demo_assets/book/mjcf/book.mjcf +0 -21
- demo_assets/lamp/mjcf/lamp.mjcf +0 -199
- demo_assets/mug/mjcf/mug.mjcf +0 -109
- demo_assets/remote_control/mjcf/remote_control.mjcf +0 -17
- demo_assets/remote_control/mjcf/table.mjcf +0 -15
- demo_assets/remote_control/mjcf/vase.mjcf +0 -15
- demo_assets/rubik's_cube/mjcf/rubik's_cube.mjcf +0 -27
- demo_assets/table/mjcf/table.mjcf +0 -51
- demo_assets/vase/mjcf/vase.mjcf +0 -213
demo_assets/banana/mjcf/banana.mjcf
DELETED
|
@@ -1,23 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="banana">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0_material_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0_0" file="mesh/banana_0.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0_0" file="mesh/banana_collision_0.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
<mesh name="collision_mesh_0_1" file="mesh/banana_collision_1.obj" scale="1.0 1.0 1.0" />
|
| 9 |
-
<mesh name="collision_mesh_0_2" file="mesh/banana_collision_2.obj" scale="1.0 1.0 1.0" />
|
| 10 |
-
<mesh name="collision_mesh_0_3" file="mesh/banana_collision_3.obj" scale="1.0 1.0 1.0" />
|
| 11 |
-
<mesh name="collision_mesh_0_4" file="mesh/banana_collision_4.obj" scale="1.0 1.0 1.0" />
|
| 12 |
-
</asset>
|
| 13 |
-
<worldbody>
|
| 14 |
-
<body name="banana">
|
| 15 |
-
<geom type="mesh" mesh="visual_mesh_0_0" material="material_0" contype="0" conaffinity="0" />
|
| 16 |
-
<geom type="mesh" mesh="collision_mesh_0_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 17 |
-
<geom type="mesh" mesh="collision_mesh_0_1" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 18 |
-
<geom type="mesh" mesh="collision_mesh_0_2" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 19 |
-
<geom type="mesh" mesh="collision_mesh_0_3" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 20 |
-
<geom type="mesh" mesh="collision_mesh_0_4" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 21 |
-
</body>
|
| 22 |
-
</worldbody>
|
| 23 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/book/mjcf/book.mjcf
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="book">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0_material_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0_0" file="mesh/book_0.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0_0" file="mesh/book_collision_0.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
<mesh name="collision_mesh_0_1" file="mesh/book_collision_1.obj" scale="1.0 1.0 1.0" />
|
| 9 |
-
<mesh name="collision_mesh_0_2" file="mesh/book_collision_2.obj" scale="1.0 1.0 1.0" />
|
| 10 |
-
<mesh name="collision_mesh_0_3" file="mesh/book_collision_3.obj" scale="1.0 1.0 1.0" />
|
| 11 |
-
</asset>
|
| 12 |
-
<worldbody>
|
| 13 |
-
<body name="book">
|
| 14 |
-
<geom type="mesh" mesh="visual_mesh_0_0" material="material_0" contype="0" conaffinity="0" />
|
| 15 |
-
<geom type="mesh" mesh="collision_mesh_0_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 16 |
-
<geom type="mesh" mesh="collision_mesh_0_1" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 17 |
-
<geom type="mesh" mesh="collision_mesh_0_2" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 18 |
-
<geom type="mesh" mesh="collision_mesh_0_3" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 19 |
-
</body>
|
| 20 |
-
</worldbody>
|
| 21 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/lamp/mjcf/lamp.mjcf
DELETED
|
@@ -1,199 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="lamp">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0_material_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0_0" file="mesh/lamp_0.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0_0" file="mesh/lamp_collision_0.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
<mesh name="collision_mesh_0_1" file="mesh/lamp_collision_1.obj" scale="1.0 1.0 1.0" />
|
| 9 |
-
<mesh name="collision_mesh_0_2" file="mesh/lamp_collision_2.obj" scale="1.0 1.0 1.0" />
|
| 10 |
-
<mesh name="collision_mesh_0_3" file="mesh/lamp_collision_3.obj" scale="1.0 1.0 1.0" />
|
| 11 |
-
<mesh name="collision_mesh_0_4" file="mesh/lamp_collision_4.obj" scale="1.0 1.0 1.0" />
|
| 12 |
-
<mesh name="collision_mesh_0_5" file="mesh/lamp_collision_5.obj" scale="1.0 1.0 1.0" />
|
| 13 |
-
<mesh name="collision_mesh_0_6" file="mesh/lamp_collision_6.obj" scale="1.0 1.0 1.0" />
|
| 14 |
-
<mesh name="collision_mesh_0_7" file="mesh/lamp_collision_7.obj" scale="1.0 1.0 1.0" />
|
| 15 |
-
<mesh name="collision_mesh_0_8" file="mesh/lamp_collision_8.obj" scale="1.0 1.0 1.0" />
|
| 16 |
-
<mesh name="collision_mesh_0_9" file="mesh/lamp_collision_9.obj" scale="1.0 1.0 1.0" />
|
| 17 |
-
<mesh name="collision_mesh_0_10" file="mesh/lamp_collision_10.obj" scale="1.0 1.0 1.0" />
|
| 18 |
-
<mesh name="collision_mesh_0_11" file="mesh/lamp_collision_11.obj" scale="1.0 1.0 1.0" />
|
| 19 |
-
<mesh name="collision_mesh_0_12" file="mesh/lamp_collision_12.obj" scale="1.0 1.0 1.0" />
|
| 20 |
-
<mesh name="collision_mesh_0_13" file="mesh/lamp_collision_13.obj" scale="1.0 1.0 1.0" />
|
| 21 |
-
<mesh name="collision_mesh_0_14" file="mesh/lamp_collision_14.obj" scale="1.0 1.0 1.0" />
|
| 22 |
-
<mesh name="collision_mesh_0_15" file="mesh/lamp_collision_15.obj" scale="1.0 1.0 1.0" />
|
| 23 |
-
<mesh name="collision_mesh_0_16" file="mesh/lamp_collision_16.obj" scale="1.0 1.0 1.0" />
|
| 24 |
-
<mesh name="collision_mesh_0_17" file="mesh/lamp_collision_17.obj" scale="1.0 1.0 1.0" />
|
| 25 |
-
<mesh name="collision_mesh_0_18" file="mesh/lamp_collision_18.obj" scale="1.0 1.0 1.0" />
|
| 26 |
-
<mesh name="collision_mesh_0_19" file="mesh/lamp_collision_19.obj" scale="1.0 1.0 1.0" />
|
| 27 |
-
<mesh name="collision_mesh_0_20" file="mesh/lamp_collision_20.obj" scale="1.0 1.0 1.0" />
|
| 28 |
-
<mesh name="collision_mesh_0_21" file="mesh/lamp_collision_21.obj" scale="1.0 1.0 1.0" />
|
| 29 |
-
<mesh name="collision_mesh_0_22" file="mesh/lamp_collision_22.obj" scale="1.0 1.0 1.0" />
|
| 30 |
-
<mesh name="collision_mesh_0_23" file="mesh/lamp_collision_23.obj" scale="1.0 1.0 1.0" />
|
| 31 |
-
<mesh name="collision_mesh_0_24" file="mesh/lamp_collision_24.obj" scale="1.0 1.0 1.0" />
|
| 32 |
-
<mesh name="collision_mesh_0_25" file="mesh/lamp_collision_25.obj" scale="1.0 1.0 1.0" />
|
| 33 |
-
<mesh name="collision_mesh_0_26" file="mesh/lamp_collision_26.obj" scale="1.0 1.0 1.0" />
|
| 34 |
-
<mesh name="collision_mesh_0_27" file="mesh/lamp_collision_27.obj" scale="1.0 1.0 1.0" />
|
| 35 |
-
<mesh name="collision_mesh_0_28" file="mesh/lamp_collision_28.obj" scale="1.0 1.0 1.0" />
|
| 36 |
-
<mesh name="collision_mesh_0_29" file="mesh/lamp_collision_29.obj" scale="1.0 1.0 1.0" />
|
| 37 |
-
<mesh name="collision_mesh_0_30" file="mesh/lamp_collision_30.obj" scale="1.0 1.0 1.0" />
|
| 38 |
-
<mesh name="collision_mesh_0_31" file="mesh/lamp_collision_31.obj" scale="1.0 1.0 1.0" />
|
| 39 |
-
<mesh name="collision_mesh_0_32" file="mesh/lamp_collision_32.obj" scale="1.0 1.0 1.0" />
|
| 40 |
-
<mesh name="collision_mesh_0_33" file="mesh/lamp_collision_33.obj" scale="1.0 1.0 1.0" />
|
| 41 |
-
<mesh name="collision_mesh_0_34" file="mesh/lamp_collision_34.obj" scale="1.0 1.0 1.0" />
|
| 42 |
-
<mesh name="collision_mesh_0_35" file="mesh/lamp_collision_35.obj" scale="1.0 1.0 1.0" />
|
| 43 |
-
<mesh name="collision_mesh_0_36" file="mesh/lamp_collision_36.obj" scale="1.0 1.0 1.0" />
|
| 44 |
-
<mesh name="collision_mesh_0_37" file="mesh/lamp_collision_37.obj" scale="1.0 1.0 1.0" />
|
| 45 |
-
<mesh name="collision_mesh_0_38" file="mesh/lamp_collision_38.obj" scale="1.0 1.0 1.0" />
|
| 46 |
-
<mesh name="collision_mesh_0_39" file="mesh/lamp_collision_39.obj" scale="1.0 1.0 1.0" />
|
| 47 |
-
<mesh name="collision_mesh_0_40" file="mesh/lamp_collision_40.obj" scale="1.0 1.0 1.0" />
|
| 48 |
-
<mesh name="collision_mesh_0_41" file="mesh/lamp_collision_41.obj" scale="1.0 1.0 1.0" />
|
| 49 |
-
<mesh name="collision_mesh_0_42" file="mesh/lamp_collision_42.obj" scale="1.0 1.0 1.0" />
|
| 50 |
-
<mesh name="collision_mesh_0_43" file="mesh/lamp_collision_43.obj" scale="1.0 1.0 1.0" />
|
| 51 |
-
<mesh name="collision_mesh_0_44" file="mesh/lamp_collision_44.obj" scale="1.0 1.0 1.0" />
|
| 52 |
-
<mesh name="collision_mesh_0_45" file="mesh/lamp_collision_45.obj" scale="1.0 1.0 1.0" />
|
| 53 |
-
<mesh name="collision_mesh_0_46" file="mesh/lamp_collision_46.obj" scale="1.0 1.0 1.0" />
|
| 54 |
-
<mesh name="collision_mesh_0_47" file="mesh/lamp_collision_47.obj" scale="1.0 1.0 1.0" />
|
| 55 |
-
<mesh name="collision_mesh_0_48" file="mesh/lamp_collision_48.obj" scale="1.0 1.0 1.0" />
|
| 56 |
-
<mesh name="collision_mesh_0_49" file="mesh/lamp_collision_49.obj" scale="1.0 1.0 1.0" />
|
| 57 |
-
<mesh name="collision_mesh_0_50" file="mesh/lamp_collision_50.obj" scale="1.0 1.0 1.0" />
|
| 58 |
-
<mesh name="collision_mesh_0_51" file="mesh/lamp_collision_51.obj" scale="1.0 1.0 1.0" />
|
| 59 |
-
<mesh name="collision_mesh_0_52" file="mesh/lamp_collision_52.obj" scale="1.0 1.0 1.0" />
|
| 60 |
-
<mesh name="collision_mesh_0_53" file="mesh/lamp_collision_53.obj" scale="1.0 1.0 1.0" />
|
| 61 |
-
<mesh name="collision_mesh_0_54" file="mesh/lamp_collision_54.obj" scale="1.0 1.0 1.0" />
|
| 62 |
-
<mesh name="collision_mesh_0_55" file="mesh/lamp_collision_55.obj" scale="1.0 1.0 1.0" />
|
| 63 |
-
<mesh name="collision_mesh_0_56" file="mesh/lamp_collision_56.obj" scale="1.0 1.0 1.0" />
|
| 64 |
-
<mesh name="collision_mesh_0_57" file="mesh/lamp_collision_57.obj" scale="1.0 1.0 1.0" />
|
| 65 |
-
<mesh name="collision_mesh_0_58" file="mesh/lamp_collision_58.obj" scale="1.0 1.0 1.0" />
|
| 66 |
-
<mesh name="collision_mesh_0_59" file="mesh/lamp_collision_59.obj" scale="1.0 1.0 1.0" />
|
| 67 |
-
<mesh name="collision_mesh_0_60" file="mesh/lamp_collision_60.obj" scale="1.0 1.0 1.0" />
|
| 68 |
-
<mesh name="collision_mesh_0_61" file="mesh/lamp_collision_61.obj" scale="1.0 1.0 1.0" />
|
| 69 |
-
<mesh name="collision_mesh_0_62" file="mesh/lamp_collision_62.obj" scale="1.0 1.0 1.0" />
|
| 70 |
-
<mesh name="collision_mesh_0_63" file="mesh/lamp_collision_63.obj" scale="1.0 1.0 1.0" />
|
| 71 |
-
<mesh name="collision_mesh_0_64" file="mesh/lamp_collision_64.obj" scale="1.0 1.0 1.0" />
|
| 72 |
-
<mesh name="collision_mesh_0_65" file="mesh/lamp_collision_65.obj" scale="1.0 1.0 1.0" />
|
| 73 |
-
<mesh name="collision_mesh_0_66" file="mesh/lamp_collision_66.obj" scale="1.0 1.0 1.0" />
|
| 74 |
-
<mesh name="collision_mesh_0_67" file="mesh/lamp_collision_67.obj" scale="1.0 1.0 1.0" />
|
| 75 |
-
<mesh name="collision_mesh_0_68" file="mesh/lamp_collision_68.obj" scale="1.0 1.0 1.0" />
|
| 76 |
-
<mesh name="collision_mesh_0_69" file="mesh/lamp_collision_69.obj" scale="1.0 1.0 1.0" />
|
| 77 |
-
<mesh name="collision_mesh_0_70" file="mesh/lamp_collision_70.obj" scale="1.0 1.0 1.0" />
|
| 78 |
-
<mesh name="collision_mesh_0_71" file="mesh/lamp_collision_71.obj" scale="1.0 1.0 1.0" />
|
| 79 |
-
<mesh name="collision_mesh_0_72" file="mesh/lamp_collision_72.obj" scale="1.0 1.0 1.0" />
|
| 80 |
-
<mesh name="collision_mesh_0_73" file="mesh/lamp_collision_73.obj" scale="1.0 1.0 1.0" />
|
| 81 |
-
<mesh name="collision_mesh_0_74" file="mesh/lamp_collision_74.obj" scale="1.0 1.0 1.0" />
|
| 82 |
-
<mesh name="collision_mesh_0_75" file="mesh/lamp_collision_75.obj" scale="1.0 1.0 1.0" />
|
| 83 |
-
<mesh name="collision_mesh_0_76" file="mesh/lamp_collision_76.obj" scale="1.0 1.0 1.0" />
|
| 84 |
-
<mesh name="collision_mesh_0_77" file="mesh/lamp_collision_77.obj" scale="1.0 1.0 1.0" />
|
| 85 |
-
<mesh name="collision_mesh_0_78" file="mesh/lamp_collision_78.obj" scale="1.0 1.0 1.0" />
|
| 86 |
-
<mesh name="collision_mesh_0_79" file="mesh/lamp_collision_79.obj" scale="1.0 1.0 1.0" />
|
| 87 |
-
<mesh name="collision_mesh_0_80" file="mesh/lamp_collision_80.obj" scale="1.0 1.0 1.0" />
|
| 88 |
-
<mesh name="collision_mesh_0_81" file="mesh/lamp_collision_81.obj" scale="1.0 1.0 1.0" />
|
| 89 |
-
<mesh name="collision_mesh_0_82" file="mesh/lamp_collision_82.obj" scale="1.0 1.0 1.0" />
|
| 90 |
-
<mesh name="collision_mesh_0_83" file="mesh/lamp_collision_83.obj" scale="1.0 1.0 1.0" />
|
| 91 |
-
<mesh name="collision_mesh_0_84" file="mesh/lamp_collision_84.obj" scale="1.0 1.0 1.0" />
|
| 92 |
-
<mesh name="collision_mesh_0_85" file="mesh/lamp_collision_85.obj" scale="1.0 1.0 1.0" />
|
| 93 |
-
<mesh name="collision_mesh_0_86" file="mesh/lamp_collision_86.obj" scale="1.0 1.0 1.0" />
|
| 94 |
-
<mesh name="collision_mesh_0_87" file="mesh/lamp_collision_87.obj" scale="1.0 1.0 1.0" />
|
| 95 |
-
<mesh name="collision_mesh_0_88" file="mesh/lamp_collision_88.obj" scale="1.0 1.0 1.0" />
|
| 96 |
-
<mesh name="collision_mesh_0_89" file="mesh/lamp_collision_89.obj" scale="1.0 1.0 1.0" />
|
| 97 |
-
<mesh name="collision_mesh_0_90" file="mesh/lamp_collision_90.obj" scale="1.0 1.0 1.0" />
|
| 98 |
-
<mesh name="collision_mesh_0_91" file="mesh/lamp_collision_91.obj" scale="1.0 1.0 1.0" />
|
| 99 |
-
<mesh name="collision_mesh_0_92" file="mesh/lamp_collision_92.obj" scale="1.0 1.0 1.0" />
|
| 100 |
-
</asset>
|
| 101 |
-
<worldbody>
|
| 102 |
-
<body name="lamp">
|
| 103 |
-
<geom type="mesh" mesh="visual_mesh_0_0" material="material_0" contype="0" conaffinity="0" />
|
| 104 |
-
<geom type="mesh" mesh="collision_mesh_0_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 105 |
-
<geom type="mesh" mesh="collision_mesh_0_1" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 106 |
-
<geom type="mesh" mesh="collision_mesh_0_2" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 107 |
-
<geom type="mesh" mesh="collision_mesh_0_3" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 108 |
-
<geom type="mesh" mesh="collision_mesh_0_4" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 109 |
-
<geom type="mesh" mesh="collision_mesh_0_5" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 110 |
-
<geom type="mesh" mesh="collision_mesh_0_6" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 111 |
-
<geom type="mesh" mesh="collision_mesh_0_7" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 112 |
-
<geom type="mesh" mesh="collision_mesh_0_8" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 113 |
-
<geom type="mesh" mesh="collision_mesh_0_9" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 114 |
-
<geom type="mesh" mesh="collision_mesh_0_10" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 115 |
-
<geom type="mesh" mesh="collision_mesh_0_11" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 116 |
-
<geom type="mesh" mesh="collision_mesh_0_12" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 117 |
-
<geom type="mesh" mesh="collision_mesh_0_13" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 118 |
-
<geom type="mesh" mesh="collision_mesh_0_14" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 119 |
-
<geom type="mesh" mesh="collision_mesh_0_15" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 120 |
-
<geom type="mesh" mesh="collision_mesh_0_16" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 121 |
-
<geom type="mesh" mesh="collision_mesh_0_17" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 122 |
-
<geom type="mesh" mesh="collision_mesh_0_18" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 123 |
-
<geom type="mesh" mesh="collision_mesh_0_19" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 124 |
-
<geom type="mesh" mesh="collision_mesh_0_20" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 125 |
-
<geom type="mesh" mesh="collision_mesh_0_21" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 126 |
-
<geom type="mesh" mesh="collision_mesh_0_22" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 127 |
-
<geom type="mesh" mesh="collision_mesh_0_23" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 128 |
-
<geom type="mesh" mesh="collision_mesh_0_24" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 129 |
-
<geom type="mesh" mesh="collision_mesh_0_25" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 130 |
-
<geom type="mesh" mesh="collision_mesh_0_26" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 131 |
-
<geom type="mesh" mesh="collision_mesh_0_27" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 132 |
-
<geom type="mesh" mesh="collision_mesh_0_28" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 133 |
-
<geom type="mesh" mesh="collision_mesh_0_29" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 134 |
-
<geom type="mesh" mesh="collision_mesh_0_30" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 135 |
-
<geom type="mesh" mesh="collision_mesh_0_31" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 136 |
-
<geom type="mesh" mesh="collision_mesh_0_32" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 137 |
-
<geom type="mesh" mesh="collision_mesh_0_33" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 138 |
-
<geom type="mesh" mesh="collision_mesh_0_34" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 139 |
-
<geom type="mesh" mesh="collision_mesh_0_35" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 140 |
-
<geom type="mesh" mesh="collision_mesh_0_36" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 141 |
-
<geom type="mesh" mesh="collision_mesh_0_37" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 142 |
-
<geom type="mesh" mesh="collision_mesh_0_38" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 143 |
-
<geom type="mesh" mesh="collision_mesh_0_39" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 144 |
-
<geom type="mesh" mesh="collision_mesh_0_40" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 145 |
-
<geom type="mesh" mesh="collision_mesh_0_41" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 146 |
-
<geom type="mesh" mesh="collision_mesh_0_42" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 147 |
-
<geom type="mesh" mesh="collision_mesh_0_43" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 148 |
-
<geom type="mesh" mesh="collision_mesh_0_44" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 149 |
-
<geom type="mesh" mesh="collision_mesh_0_45" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 150 |
-
<geom type="mesh" mesh="collision_mesh_0_46" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 151 |
-
<geom type="mesh" mesh="collision_mesh_0_47" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 152 |
-
<geom type="mesh" mesh="collision_mesh_0_48" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 153 |
-
<geom type="mesh" mesh="collision_mesh_0_49" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 154 |
-
<geom type="mesh" mesh="collision_mesh_0_50" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 155 |
-
<geom type="mesh" mesh="collision_mesh_0_51" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 156 |
-
<geom type="mesh" mesh="collision_mesh_0_52" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 157 |
-
<geom type="mesh" mesh="collision_mesh_0_53" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 158 |
-
<geom type="mesh" mesh="collision_mesh_0_54" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 159 |
-
<geom type="mesh" mesh="collision_mesh_0_55" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 160 |
-
<geom type="mesh" mesh="collision_mesh_0_56" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 161 |
-
<geom type="mesh" mesh="collision_mesh_0_57" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 162 |
-
<geom type="mesh" mesh="collision_mesh_0_58" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 163 |
-
<geom type="mesh" mesh="collision_mesh_0_59" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 164 |
-
<geom type="mesh" mesh="collision_mesh_0_60" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 165 |
-
<geom type="mesh" mesh="collision_mesh_0_61" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 166 |
-
<geom type="mesh" mesh="collision_mesh_0_62" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 167 |
-
<geom type="mesh" mesh="collision_mesh_0_63" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 168 |
-
<geom type="mesh" mesh="collision_mesh_0_64" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 169 |
-
<geom type="mesh" mesh="collision_mesh_0_65" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 170 |
-
<geom type="mesh" mesh="collision_mesh_0_66" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 171 |
-
<geom type="mesh" mesh="collision_mesh_0_67" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 172 |
-
<geom type="mesh" mesh="collision_mesh_0_68" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 173 |
-
<geom type="mesh" mesh="collision_mesh_0_69" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 174 |
-
<geom type="mesh" mesh="collision_mesh_0_70" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 175 |
-
<geom type="mesh" mesh="collision_mesh_0_71" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 176 |
-
<geom type="mesh" mesh="collision_mesh_0_72" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 177 |
-
<geom type="mesh" mesh="collision_mesh_0_73" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 178 |
-
<geom type="mesh" mesh="collision_mesh_0_74" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 179 |
-
<geom type="mesh" mesh="collision_mesh_0_75" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 180 |
-
<geom type="mesh" mesh="collision_mesh_0_76" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 181 |
-
<geom type="mesh" mesh="collision_mesh_0_77" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 182 |
-
<geom type="mesh" mesh="collision_mesh_0_78" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 183 |
-
<geom type="mesh" mesh="collision_mesh_0_79" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 184 |
-
<geom type="mesh" mesh="collision_mesh_0_80" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 185 |
-
<geom type="mesh" mesh="collision_mesh_0_81" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 186 |
-
<geom type="mesh" mesh="collision_mesh_0_82" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 187 |
-
<geom type="mesh" mesh="collision_mesh_0_83" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 188 |
-
<geom type="mesh" mesh="collision_mesh_0_84" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 189 |
-
<geom type="mesh" mesh="collision_mesh_0_85" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 190 |
-
<geom type="mesh" mesh="collision_mesh_0_86" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 191 |
-
<geom type="mesh" mesh="collision_mesh_0_87" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 192 |
-
<geom type="mesh" mesh="collision_mesh_0_88" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 193 |
-
<geom type="mesh" mesh="collision_mesh_0_89" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 194 |
-
<geom type="mesh" mesh="collision_mesh_0_90" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 195 |
-
<geom type="mesh" mesh="collision_mesh_0_91" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 196 |
-
<geom type="mesh" mesh="collision_mesh_0_92" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 197 |
-
</body>
|
| 198 |
-
</worldbody>
|
| 199 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/mug/mjcf/mug.mjcf
DELETED
|
@@ -1,109 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="mug">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0_material_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0_0" file="mesh/mug_0.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0_0" file="mesh/mug_collision_0.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
<mesh name="collision_mesh_0_1" file="mesh/mug_collision_1.obj" scale="1.0 1.0 1.0" />
|
| 9 |
-
<mesh name="collision_mesh_0_2" file="mesh/mug_collision_2.obj" scale="1.0 1.0 1.0" />
|
| 10 |
-
<mesh name="collision_mesh_0_3" file="mesh/mug_collision_3.obj" scale="1.0 1.0 1.0" />
|
| 11 |
-
<mesh name="collision_mesh_0_4" file="mesh/mug_collision_4.obj" scale="1.0 1.0 1.0" />
|
| 12 |
-
<mesh name="collision_mesh_0_5" file="mesh/mug_collision_5.obj" scale="1.0 1.0 1.0" />
|
| 13 |
-
<mesh name="collision_mesh_0_6" file="mesh/mug_collision_6.obj" scale="1.0 1.0 1.0" />
|
| 14 |
-
<mesh name="collision_mesh_0_7" file="mesh/mug_collision_7.obj" scale="1.0 1.0 1.0" />
|
| 15 |
-
<mesh name="collision_mesh_0_8" file="mesh/mug_collision_8.obj" scale="1.0 1.0 1.0" />
|
| 16 |
-
<mesh name="collision_mesh_0_9" file="mesh/mug_collision_9.obj" scale="1.0 1.0 1.0" />
|
| 17 |
-
<mesh name="collision_mesh_0_10" file="mesh/mug_collision_10.obj" scale="1.0 1.0 1.0" />
|
| 18 |
-
<mesh name="collision_mesh_0_11" file="mesh/mug_collision_11.obj" scale="1.0 1.0 1.0" />
|
| 19 |
-
<mesh name="collision_mesh_0_12" file="mesh/mug_collision_12.obj" scale="1.0 1.0 1.0" />
|
| 20 |
-
<mesh name="collision_mesh_0_13" file="mesh/mug_collision_13.obj" scale="1.0 1.0 1.0" />
|
| 21 |
-
<mesh name="collision_mesh_0_14" file="mesh/mug_collision_14.obj" scale="1.0 1.0 1.0" />
|
| 22 |
-
<mesh name="collision_mesh_0_15" file="mesh/mug_collision_15.obj" scale="1.0 1.0 1.0" />
|
| 23 |
-
<mesh name="collision_mesh_0_16" file="mesh/mug_collision_16.obj" scale="1.0 1.0 1.0" />
|
| 24 |
-
<mesh name="collision_mesh_0_17" file="mesh/mug_collision_17.obj" scale="1.0 1.0 1.0" />
|
| 25 |
-
<mesh name="collision_mesh_0_18" file="mesh/mug_collision_18.obj" scale="1.0 1.0 1.0" />
|
| 26 |
-
<mesh name="collision_mesh_0_19" file="mesh/mug_collision_19.obj" scale="1.0 1.0 1.0" />
|
| 27 |
-
<mesh name="collision_mesh_0_20" file="mesh/mug_collision_20.obj" scale="1.0 1.0 1.0" />
|
| 28 |
-
<mesh name="collision_mesh_0_21" file="mesh/mug_collision_21.obj" scale="1.0 1.0 1.0" />
|
| 29 |
-
<mesh name="collision_mesh_0_22" file="mesh/mug_collision_22.obj" scale="1.0 1.0 1.0" />
|
| 30 |
-
<mesh name="collision_mesh_0_23" file="mesh/mug_collision_23.obj" scale="1.0 1.0 1.0" />
|
| 31 |
-
<mesh name="collision_mesh_0_24" file="mesh/mug_collision_24.obj" scale="1.0 1.0 1.0" />
|
| 32 |
-
<mesh name="collision_mesh_0_25" file="mesh/mug_collision_25.obj" scale="1.0 1.0 1.0" />
|
| 33 |
-
<mesh name="collision_mesh_0_26" file="mesh/mug_collision_26.obj" scale="1.0 1.0 1.0" />
|
| 34 |
-
<mesh name="collision_mesh_0_27" file="mesh/mug_collision_27.obj" scale="1.0 1.0 1.0" />
|
| 35 |
-
<mesh name="collision_mesh_0_28" file="mesh/mug_collision_28.obj" scale="1.0 1.0 1.0" />
|
| 36 |
-
<mesh name="collision_mesh_0_29" file="mesh/mug_collision_29.obj" scale="1.0 1.0 1.0" />
|
| 37 |
-
<mesh name="collision_mesh_0_30" file="mesh/mug_collision_30.obj" scale="1.0 1.0 1.0" />
|
| 38 |
-
<mesh name="collision_mesh_0_31" file="mesh/mug_collision_31.obj" scale="1.0 1.0 1.0" />
|
| 39 |
-
<mesh name="collision_mesh_0_32" file="mesh/mug_collision_32.obj" scale="1.0 1.0 1.0" />
|
| 40 |
-
<mesh name="collision_mesh_0_33" file="mesh/mug_collision_33.obj" scale="1.0 1.0 1.0" />
|
| 41 |
-
<mesh name="collision_mesh_0_34" file="mesh/mug_collision_34.obj" scale="1.0 1.0 1.0" />
|
| 42 |
-
<mesh name="collision_mesh_0_35" file="mesh/mug_collision_35.obj" scale="1.0 1.0 1.0" />
|
| 43 |
-
<mesh name="collision_mesh_0_36" file="mesh/mug_collision_36.obj" scale="1.0 1.0 1.0" />
|
| 44 |
-
<mesh name="collision_mesh_0_37" file="mesh/mug_collision_37.obj" scale="1.0 1.0 1.0" />
|
| 45 |
-
<mesh name="collision_mesh_0_38" file="mesh/mug_collision_38.obj" scale="1.0 1.0 1.0" />
|
| 46 |
-
<mesh name="collision_mesh_0_39" file="mesh/mug_collision_39.obj" scale="1.0 1.0 1.0" />
|
| 47 |
-
<mesh name="collision_mesh_0_40" file="mesh/mug_collision_40.obj" scale="1.0 1.0 1.0" />
|
| 48 |
-
<mesh name="collision_mesh_0_41" file="mesh/mug_collision_41.obj" scale="1.0 1.0 1.0" />
|
| 49 |
-
<mesh name="collision_mesh_0_42" file="mesh/mug_collision_42.obj" scale="1.0 1.0 1.0" />
|
| 50 |
-
<mesh name="collision_mesh_0_43" file="mesh/mug_collision_43.obj" scale="1.0 1.0 1.0" />
|
| 51 |
-
<mesh name="collision_mesh_0_44" file="mesh/mug_collision_44.obj" scale="1.0 1.0 1.0" />
|
| 52 |
-
<mesh name="collision_mesh_0_45" file="mesh/mug_collision_45.obj" scale="1.0 1.0 1.0" />
|
| 53 |
-
<mesh name="collision_mesh_0_46" file="mesh/mug_collision_46.obj" scale="1.0 1.0 1.0" />
|
| 54 |
-
<mesh name="collision_mesh_0_47" file="mesh/mug_collision_47.obj" scale="1.0 1.0 1.0" />
|
| 55 |
-
</asset>
|
| 56 |
-
<worldbody>
|
| 57 |
-
<body name="mug">
|
| 58 |
-
<geom type="mesh" mesh="visual_mesh_0_0" material="material_0" contype="0" conaffinity="0" />
|
| 59 |
-
<geom type="mesh" mesh="collision_mesh_0_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 60 |
-
<geom type="mesh" mesh="collision_mesh_0_1" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 61 |
-
<geom type="mesh" mesh="collision_mesh_0_2" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 62 |
-
<geom type="mesh" mesh="collision_mesh_0_3" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 63 |
-
<geom type="mesh" mesh="collision_mesh_0_4" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 64 |
-
<geom type="mesh" mesh="collision_mesh_0_5" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 65 |
-
<geom type="mesh" mesh="collision_mesh_0_6" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 66 |
-
<geom type="mesh" mesh="collision_mesh_0_7" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 67 |
-
<geom type="mesh" mesh="collision_mesh_0_8" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 68 |
-
<geom type="mesh" mesh="collision_mesh_0_9" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 69 |
-
<geom type="mesh" mesh="collision_mesh_0_10" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 70 |
-
<geom type="mesh" mesh="collision_mesh_0_11" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 71 |
-
<geom type="mesh" mesh="collision_mesh_0_12" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 72 |
-
<geom type="mesh" mesh="collision_mesh_0_13" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 73 |
-
<geom type="mesh" mesh="collision_mesh_0_14" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 74 |
-
<geom type="mesh" mesh="collision_mesh_0_15" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 75 |
-
<geom type="mesh" mesh="collision_mesh_0_16" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 76 |
-
<geom type="mesh" mesh="collision_mesh_0_17" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 77 |
-
<geom type="mesh" mesh="collision_mesh_0_18" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 78 |
-
<geom type="mesh" mesh="collision_mesh_0_19" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 79 |
-
<geom type="mesh" mesh="collision_mesh_0_20" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 80 |
-
<geom type="mesh" mesh="collision_mesh_0_21" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 81 |
-
<geom type="mesh" mesh="collision_mesh_0_22" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 82 |
-
<geom type="mesh" mesh="collision_mesh_0_23" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 83 |
-
<geom type="mesh" mesh="collision_mesh_0_24" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 84 |
-
<geom type="mesh" mesh="collision_mesh_0_25" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 85 |
-
<geom type="mesh" mesh="collision_mesh_0_26" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 86 |
-
<geom type="mesh" mesh="collision_mesh_0_27" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 87 |
-
<geom type="mesh" mesh="collision_mesh_0_28" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 88 |
-
<geom type="mesh" mesh="collision_mesh_0_29" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 89 |
-
<geom type="mesh" mesh="collision_mesh_0_30" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 90 |
-
<geom type="mesh" mesh="collision_mesh_0_31" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 91 |
-
<geom type="mesh" mesh="collision_mesh_0_32" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 92 |
-
<geom type="mesh" mesh="collision_mesh_0_33" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 93 |
-
<geom type="mesh" mesh="collision_mesh_0_34" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 94 |
-
<geom type="mesh" mesh="collision_mesh_0_35" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 95 |
-
<geom type="mesh" mesh="collision_mesh_0_36" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 96 |
-
<geom type="mesh" mesh="collision_mesh_0_37" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 97 |
-
<geom type="mesh" mesh="collision_mesh_0_38" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 98 |
-
<geom type="mesh" mesh="collision_mesh_0_39" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 99 |
-
<geom type="mesh" mesh="collision_mesh_0_40" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 100 |
-
<geom type="mesh" mesh="collision_mesh_0_41" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 101 |
-
<geom type="mesh" mesh="collision_mesh_0_42" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 102 |
-
<geom type="mesh" mesh="collision_mesh_0_43" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 103 |
-
<geom type="mesh" mesh="collision_mesh_0_44" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 104 |
-
<geom type="mesh" mesh="collision_mesh_0_45" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 105 |
-
<geom type="mesh" mesh="collision_mesh_0_46" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 106 |
-
<geom type="mesh" mesh="collision_mesh_0_47" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 107 |
-
</body>
|
| 108 |
-
</worldbody>
|
| 109 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/remote_control/mjcf/remote_control.mjcf
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="remote_control">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0_material_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0_0" file="mesh/remote_control_0.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0_0" file="mesh/remote_control_collision_0.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
<mesh name="collision_mesh_0_1" file="mesh/remote_control_collision_1.obj" scale="1.0 1.0 1.0" />
|
| 9 |
-
</asset>
|
| 10 |
-
<worldbody>
|
| 11 |
-
<body name="remote_control">
|
| 12 |
-
<geom type="mesh" mesh="visual_mesh_0_0" material="material_0" contype="0" conaffinity="0" />
|
| 13 |
-
<geom type="mesh" mesh="collision_mesh_0_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 14 |
-
<geom type="mesh" mesh="collision_mesh_0_1" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 15 |
-
</body>
|
| 16 |
-
</worldbody>
|
| 17 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/remote_control/mjcf/table.mjcf
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="table">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0" file="mesh/table.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0" file="mesh/table_collision.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
</asset>
|
| 9 |
-
<worldbody>
|
| 10 |
-
<body name="table">
|
| 11 |
-
<geom type="mesh" mesh="visual_mesh_0" material="material_0" contype="0" conaffinity="0" />
|
| 12 |
-
<geom type="mesh" mesh="collision_mesh_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 13 |
-
</body>
|
| 14 |
-
</worldbody>
|
| 15 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/remote_control/mjcf/vase.mjcf
DELETED
|
@@ -1,15 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="vase">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0" file="mesh/vase.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0" file="mesh/vase_collision.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
</asset>
|
| 9 |
-
<worldbody>
|
| 10 |
-
<body name="vase">
|
| 11 |
-
<geom type="mesh" mesh="visual_mesh_0" material="material_0" contype="0" conaffinity="0" />
|
| 12 |
-
<geom type="mesh" mesh="collision_mesh_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 13 |
-
</body>
|
| 14 |
-
</worldbody>
|
| 15 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/rubik's_cube/mjcf/rubik's_cube.mjcf
DELETED
|
@@ -1,27 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="rubik's_cube">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0_material_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0_0" file="mesh/rubik's_cube_0.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0_0" file="mesh/rubik's_cube_collision_0.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
<mesh name="collision_mesh_0_1" file="mesh/rubik's_cube_collision_1.obj" scale="1.0 1.0 1.0" />
|
| 9 |
-
<mesh name="collision_mesh_0_2" file="mesh/rubik's_cube_collision_2.obj" scale="1.0 1.0 1.0" />
|
| 10 |
-
<mesh name="collision_mesh_0_3" file="mesh/rubik's_cube_collision_3.obj" scale="1.0 1.0 1.0" />
|
| 11 |
-
<mesh name="collision_mesh_0_4" file="mesh/rubik's_cube_collision_4.obj" scale="1.0 1.0 1.0" />
|
| 12 |
-
<mesh name="collision_mesh_0_5" file="mesh/rubik's_cube_collision_5.obj" scale="1.0 1.0 1.0" />
|
| 13 |
-
<mesh name="collision_mesh_0_6" file="mesh/rubik's_cube_collision_6.obj" scale="1.0 1.0 1.0" />
|
| 14 |
-
</asset>
|
| 15 |
-
<worldbody>
|
| 16 |
-
<body name="rubik's_cube">
|
| 17 |
-
<geom type="mesh" mesh="visual_mesh_0_0" material="material_0" contype="0" conaffinity="0" />
|
| 18 |
-
<geom type="mesh" mesh="collision_mesh_0_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 19 |
-
<geom type="mesh" mesh="collision_mesh_0_1" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 20 |
-
<geom type="mesh" mesh="collision_mesh_0_2" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 21 |
-
<geom type="mesh" mesh="collision_mesh_0_3" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 22 |
-
<geom type="mesh" mesh="collision_mesh_0_4" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 23 |
-
<geom type="mesh" mesh="collision_mesh_0_5" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 24 |
-
<geom type="mesh" mesh="collision_mesh_0_6" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 25 |
-
</body>
|
| 26 |
-
</worldbody>
|
| 27 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/table/mjcf/table.mjcf
DELETED
|
@@ -1,51 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="table">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0_material_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0_0" file="mesh/table_0.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0_0" file="mesh/table_collision_0.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
<mesh name="collision_mesh_0_1" file="mesh/table_collision_1.obj" scale="1.0 1.0 1.0" />
|
| 9 |
-
<mesh name="collision_mesh_0_2" file="mesh/table_collision_2.obj" scale="1.0 1.0 1.0" />
|
| 10 |
-
<mesh name="collision_mesh_0_3" file="mesh/table_collision_3.obj" scale="1.0 1.0 1.0" />
|
| 11 |
-
<mesh name="collision_mesh_0_4" file="mesh/table_collision_4.obj" scale="1.0 1.0 1.0" />
|
| 12 |
-
<mesh name="collision_mesh_0_5" file="mesh/table_collision_5.obj" scale="1.0 1.0 1.0" />
|
| 13 |
-
<mesh name="collision_mesh_0_6" file="mesh/table_collision_6.obj" scale="1.0 1.0 1.0" />
|
| 14 |
-
<mesh name="collision_mesh_0_7" file="mesh/table_collision_7.obj" scale="1.0 1.0 1.0" />
|
| 15 |
-
<mesh name="collision_mesh_0_8" file="mesh/table_collision_8.obj" scale="1.0 1.0 1.0" />
|
| 16 |
-
<mesh name="collision_mesh_0_9" file="mesh/table_collision_9.obj" scale="1.0 1.0 1.0" />
|
| 17 |
-
<mesh name="collision_mesh_0_10" file="mesh/table_collision_10.obj" scale="1.0 1.0 1.0" />
|
| 18 |
-
<mesh name="collision_mesh_0_11" file="mesh/table_collision_11.obj" scale="1.0 1.0 1.0" />
|
| 19 |
-
<mesh name="collision_mesh_0_12" file="mesh/table_collision_12.obj" scale="1.0 1.0 1.0" />
|
| 20 |
-
<mesh name="collision_mesh_0_13" file="mesh/table_collision_13.obj" scale="1.0 1.0 1.0" />
|
| 21 |
-
<mesh name="collision_mesh_0_14" file="mesh/table_collision_14.obj" scale="1.0 1.0 1.0" />
|
| 22 |
-
<mesh name="collision_mesh_0_15" file="mesh/table_collision_15.obj" scale="1.0 1.0 1.0" />
|
| 23 |
-
<mesh name="collision_mesh_0_16" file="mesh/table_collision_16.obj" scale="1.0 1.0 1.0" />
|
| 24 |
-
<mesh name="collision_mesh_0_17" file="mesh/table_collision_17.obj" scale="1.0 1.0 1.0" />
|
| 25 |
-
<mesh name="collision_mesh_0_18" file="mesh/table_collision_18.obj" scale="1.0 1.0 1.0" />
|
| 26 |
-
</asset>
|
| 27 |
-
<worldbody>
|
| 28 |
-
<body name="table">
|
| 29 |
-
<geom type="mesh" mesh="visual_mesh_0_0" material="material_0" contype="0" conaffinity="0" />
|
| 30 |
-
<geom type="mesh" mesh="collision_mesh_0_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 31 |
-
<geom type="mesh" mesh="collision_mesh_0_1" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 32 |
-
<geom type="mesh" mesh="collision_mesh_0_2" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 33 |
-
<geom type="mesh" mesh="collision_mesh_0_3" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 34 |
-
<geom type="mesh" mesh="collision_mesh_0_4" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 35 |
-
<geom type="mesh" mesh="collision_mesh_0_5" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 36 |
-
<geom type="mesh" mesh="collision_mesh_0_6" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 37 |
-
<geom type="mesh" mesh="collision_mesh_0_7" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 38 |
-
<geom type="mesh" mesh="collision_mesh_0_8" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 39 |
-
<geom type="mesh" mesh="collision_mesh_0_9" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 40 |
-
<geom type="mesh" mesh="collision_mesh_0_10" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 41 |
-
<geom type="mesh" mesh="collision_mesh_0_11" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 42 |
-
<geom type="mesh" mesh="collision_mesh_0_12" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 43 |
-
<geom type="mesh" mesh="collision_mesh_0_13" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 44 |
-
<geom type="mesh" mesh="collision_mesh_0_14" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 45 |
-
<geom type="mesh" mesh="collision_mesh_0_15" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 46 |
-
<geom type="mesh" mesh="collision_mesh_0_16" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 47 |
-
<geom type="mesh" mesh="collision_mesh_0_17" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 48 |
-
<geom type="mesh" mesh="collision_mesh_0_18" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 49 |
-
</body>
|
| 50 |
-
</worldbody>
|
| 51 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo_assets/vase/mjcf/vase.mjcf
DELETED
|
@@ -1,213 +0,0 @@
|
|
| 1 |
-
<?xml version='1.0' encoding='utf-8'?>
|
| 2 |
-
<mujoco model="vase">
|
| 3 |
-
<asset>
|
| 4 |
-
<material name="material_0" texture="texture_0_material_0" reflectance="0.2" />
|
| 5 |
-
<texture name="texture_0_material_0" type="2d" file="mesh/material_0.png" />
|
| 6 |
-
<mesh name="visual_mesh_0_0" file="mesh/vase_0.obj" scale="1.0 1.0 1.0" />
|
| 7 |
-
<mesh name="collision_mesh_0_0" file="mesh/vase_collision_0.obj" scale="1.0 1.0 1.0" />
|
| 8 |
-
<mesh name="collision_mesh_0_1" file="mesh/vase_collision_1.obj" scale="1.0 1.0 1.0" />
|
| 9 |
-
<mesh name="collision_mesh_0_2" file="mesh/vase_collision_2.obj" scale="1.0 1.0 1.0" />
|
| 10 |
-
<mesh name="collision_mesh_0_3" file="mesh/vase_collision_3.obj" scale="1.0 1.0 1.0" />
|
| 11 |
-
<mesh name="collision_mesh_0_4" file="mesh/vase_collision_4.obj" scale="1.0 1.0 1.0" />
|
| 12 |
-
<mesh name="collision_mesh_0_5" file="mesh/vase_collision_5.obj" scale="1.0 1.0 1.0" />
|
| 13 |
-
<mesh name="collision_mesh_0_6" file="mesh/vase_collision_6.obj" scale="1.0 1.0 1.0" />
|
| 14 |
-
<mesh name="collision_mesh_0_7" file="mesh/vase_collision_7.obj" scale="1.0 1.0 1.0" />
|
| 15 |
-
<mesh name="collision_mesh_0_8" file="mesh/vase_collision_8.obj" scale="1.0 1.0 1.0" />
|
| 16 |
-
<mesh name="collision_mesh_0_9" file="mesh/vase_collision_9.obj" scale="1.0 1.0 1.0" />
|
| 17 |
-
<mesh name="collision_mesh_0_10" file="mesh/vase_collision_10.obj" scale="1.0 1.0 1.0" />
|
| 18 |
-
<mesh name="collision_mesh_0_11" file="mesh/vase_collision_11.obj" scale="1.0 1.0 1.0" />
|
| 19 |
-
<mesh name="collision_mesh_0_12" file="mesh/vase_collision_12.obj" scale="1.0 1.0 1.0" />
|
| 20 |
-
<mesh name="collision_mesh_0_13" file="mesh/vase_collision_13.obj" scale="1.0 1.0 1.0" />
|
| 21 |
-
<mesh name="collision_mesh_0_14" file="mesh/vase_collision_14.obj" scale="1.0 1.0 1.0" />
|
| 22 |
-
<mesh name="collision_mesh_0_15" file="mesh/vase_collision_15.obj" scale="1.0 1.0 1.0" />
|
| 23 |
-
<mesh name="collision_mesh_0_16" file="mesh/vase_collision_16.obj" scale="1.0 1.0 1.0" />
|
| 24 |
-
<mesh name="collision_mesh_0_17" file="mesh/vase_collision_17.obj" scale="1.0 1.0 1.0" />
|
| 25 |
-
<mesh name="collision_mesh_0_18" file="mesh/vase_collision_18.obj" scale="1.0 1.0 1.0" />
|
| 26 |
-
<mesh name="collision_mesh_0_19" file="mesh/vase_collision_19.obj" scale="1.0 1.0 1.0" />
|
| 27 |
-
<mesh name="collision_mesh_0_20" file="mesh/vase_collision_20.obj" scale="1.0 1.0 1.0" />
|
| 28 |
-
<mesh name="collision_mesh_0_21" file="mesh/vase_collision_21.obj" scale="1.0 1.0 1.0" />
|
| 29 |
-
<mesh name="collision_mesh_0_22" file="mesh/vase_collision_22.obj" scale="1.0 1.0 1.0" />
|
| 30 |
-
<mesh name="collision_mesh_0_23" file="mesh/vase_collision_23.obj" scale="1.0 1.0 1.0" />
|
| 31 |
-
<mesh name="collision_mesh_0_24" file="mesh/vase_collision_24.obj" scale="1.0 1.0 1.0" />
|
| 32 |
-
<mesh name="collision_mesh_0_25" file="mesh/vase_collision_25.obj" scale="1.0 1.0 1.0" />
|
| 33 |
-
<mesh name="collision_mesh_0_26" file="mesh/vase_collision_26.obj" scale="1.0 1.0 1.0" />
|
| 34 |
-
<mesh name="collision_mesh_0_27" file="mesh/vase_collision_27.obj" scale="1.0 1.0 1.0" />
|
| 35 |
-
<mesh name="collision_mesh_0_28" file="mesh/vase_collision_28.obj" scale="1.0 1.0 1.0" />
|
| 36 |
-
<mesh name="collision_mesh_0_29" file="mesh/vase_collision_29.obj" scale="1.0 1.0 1.0" />
|
| 37 |
-
<mesh name="collision_mesh_0_30" file="mesh/vase_collision_30.obj" scale="1.0 1.0 1.0" />
|
| 38 |
-
<mesh name="collision_mesh_0_31" file="mesh/vase_collision_31.obj" scale="1.0 1.0 1.0" />
|
| 39 |
-
<mesh name="collision_mesh_0_32" file="mesh/vase_collision_32.obj" scale="1.0 1.0 1.0" />
|
| 40 |
-
<mesh name="collision_mesh_0_33" file="mesh/vase_collision_33.obj" scale="1.0 1.0 1.0" />
|
| 41 |
-
<mesh name="collision_mesh_0_34" file="mesh/vase_collision_34.obj" scale="1.0 1.0 1.0" />
|
| 42 |
-
<mesh name="collision_mesh_0_35" file="mesh/vase_collision_35.obj" scale="1.0 1.0 1.0" />
|
| 43 |
-
<mesh name="collision_mesh_0_36" file="mesh/vase_collision_36.obj" scale="1.0 1.0 1.0" />
|
| 44 |
-
<mesh name="collision_mesh_0_37" file="mesh/vase_collision_37.obj" scale="1.0 1.0 1.0" />
|
| 45 |
-
<mesh name="collision_mesh_0_38" file="mesh/vase_collision_38.obj" scale="1.0 1.0 1.0" />
|
| 46 |
-
<mesh name="collision_mesh_0_39" file="mesh/vase_collision_39.obj" scale="1.0 1.0 1.0" />
|
| 47 |
-
<mesh name="collision_mesh_0_40" file="mesh/vase_collision_40.obj" scale="1.0 1.0 1.0" />
|
| 48 |
-
<mesh name="collision_mesh_0_41" file="mesh/vase_collision_41.obj" scale="1.0 1.0 1.0" />
|
| 49 |
-
<mesh name="collision_mesh_0_42" file="mesh/vase_collision_42.obj" scale="1.0 1.0 1.0" />
|
| 50 |
-
<mesh name="collision_mesh_0_43" file="mesh/vase_collision_43.obj" scale="1.0 1.0 1.0" />
|
| 51 |
-
<mesh name="collision_mesh_0_44" file="mesh/vase_collision_44.obj" scale="1.0 1.0 1.0" />
|
| 52 |
-
<mesh name="collision_mesh_0_45" file="mesh/vase_collision_45.obj" scale="1.0 1.0 1.0" />
|
| 53 |
-
<mesh name="collision_mesh_0_46" file="mesh/vase_collision_46.obj" scale="1.0 1.0 1.0" />
|
| 54 |
-
<mesh name="collision_mesh_0_47" file="mesh/vase_collision_47.obj" scale="1.0 1.0 1.0" />
|
| 55 |
-
<mesh name="collision_mesh_0_48" file="mesh/vase_collision_48.obj" scale="1.0 1.0 1.0" />
|
| 56 |
-
<mesh name="collision_mesh_0_49" file="mesh/vase_collision_49.obj" scale="1.0 1.0 1.0" />
|
| 57 |
-
<mesh name="collision_mesh_0_50" file="mesh/vase_collision_50.obj" scale="1.0 1.0 1.0" />
|
| 58 |
-
<mesh name="collision_mesh_0_51" file="mesh/vase_collision_51.obj" scale="1.0 1.0 1.0" />
|
| 59 |
-
<mesh name="collision_mesh_0_52" file="mesh/vase_collision_52.obj" scale="1.0 1.0 1.0" />
|
| 60 |
-
<mesh name="collision_mesh_0_53" file="mesh/vase_collision_53.obj" scale="1.0 1.0 1.0" />
|
| 61 |
-
<mesh name="collision_mesh_0_54" file="mesh/vase_collision_54.obj" scale="1.0 1.0 1.0" />
|
| 62 |
-
<mesh name="collision_mesh_0_55" file="mesh/vase_collision_55.obj" scale="1.0 1.0 1.0" />
|
| 63 |
-
<mesh name="collision_mesh_0_56" file="mesh/vase_collision_56.obj" scale="1.0 1.0 1.0" />
|
| 64 |
-
<mesh name="collision_mesh_0_57" file="mesh/vase_collision_57.obj" scale="1.0 1.0 1.0" />
|
| 65 |
-
<mesh name="collision_mesh_0_58" file="mesh/vase_collision_58.obj" scale="1.0 1.0 1.0" />
|
| 66 |
-
<mesh name="collision_mesh_0_59" file="mesh/vase_collision_59.obj" scale="1.0 1.0 1.0" />
|
| 67 |
-
<mesh name="collision_mesh_0_60" file="mesh/vase_collision_60.obj" scale="1.0 1.0 1.0" />
|
| 68 |
-
<mesh name="collision_mesh_0_61" file="mesh/vase_collision_61.obj" scale="1.0 1.0 1.0" />
|
| 69 |
-
<mesh name="collision_mesh_0_62" file="mesh/vase_collision_62.obj" scale="1.0 1.0 1.0" />
|
| 70 |
-
<mesh name="collision_mesh_0_63" file="mesh/vase_collision_63.obj" scale="1.0 1.0 1.0" />
|
| 71 |
-
<mesh name="collision_mesh_0_64" file="mesh/vase_collision_64.obj" scale="1.0 1.0 1.0" />
|
| 72 |
-
<mesh name="collision_mesh_0_65" file="mesh/vase_collision_65.obj" scale="1.0 1.0 1.0" />
|
| 73 |
-
<mesh name="collision_mesh_0_66" file="mesh/vase_collision_66.obj" scale="1.0 1.0 1.0" />
|
| 74 |
-
<mesh name="collision_mesh_0_67" file="mesh/vase_collision_67.obj" scale="1.0 1.0 1.0" />
|
| 75 |
-
<mesh name="collision_mesh_0_68" file="mesh/vase_collision_68.obj" scale="1.0 1.0 1.0" />
|
| 76 |
-
<mesh name="collision_mesh_0_69" file="mesh/vase_collision_69.obj" scale="1.0 1.0 1.0" />
|
| 77 |
-
<mesh name="collision_mesh_0_70" file="mesh/vase_collision_70.obj" scale="1.0 1.0 1.0" />
|
| 78 |
-
<mesh name="collision_mesh_0_71" file="mesh/vase_collision_71.obj" scale="1.0 1.0 1.0" />
|
| 79 |
-
<mesh name="collision_mesh_0_72" file="mesh/vase_collision_72.obj" scale="1.0 1.0 1.0" />
|
| 80 |
-
<mesh name="collision_mesh_0_73" file="mesh/vase_collision_73.obj" scale="1.0 1.0 1.0" />
|
| 81 |
-
<mesh name="collision_mesh_0_74" file="mesh/vase_collision_74.obj" scale="1.0 1.0 1.0" />
|
| 82 |
-
<mesh name="collision_mesh_0_75" file="mesh/vase_collision_75.obj" scale="1.0 1.0 1.0" />
|
| 83 |
-
<mesh name="collision_mesh_0_76" file="mesh/vase_collision_76.obj" scale="1.0 1.0 1.0" />
|
| 84 |
-
<mesh name="collision_mesh_0_77" file="mesh/vase_collision_77.obj" scale="1.0 1.0 1.0" />
|
| 85 |
-
<mesh name="collision_mesh_0_78" file="mesh/vase_collision_78.obj" scale="1.0 1.0 1.0" />
|
| 86 |
-
<mesh name="collision_mesh_0_79" file="mesh/vase_collision_79.obj" scale="1.0 1.0 1.0" />
|
| 87 |
-
<mesh name="collision_mesh_0_80" file="mesh/vase_collision_80.obj" scale="1.0 1.0 1.0" />
|
| 88 |
-
<mesh name="collision_mesh_0_81" file="mesh/vase_collision_81.obj" scale="1.0 1.0 1.0" />
|
| 89 |
-
<mesh name="collision_mesh_0_82" file="mesh/vase_collision_82.obj" scale="1.0 1.0 1.0" />
|
| 90 |
-
<mesh name="collision_mesh_0_83" file="mesh/vase_collision_83.obj" scale="1.0 1.0 1.0" />
|
| 91 |
-
<mesh name="collision_mesh_0_84" file="mesh/vase_collision_84.obj" scale="1.0 1.0 1.0" />
|
| 92 |
-
<mesh name="collision_mesh_0_85" file="mesh/vase_collision_85.obj" scale="1.0 1.0 1.0" />
|
| 93 |
-
<mesh name="collision_mesh_0_86" file="mesh/vase_collision_86.obj" scale="1.0 1.0 1.0" />
|
| 94 |
-
<mesh name="collision_mesh_0_87" file="mesh/vase_collision_87.obj" scale="1.0 1.0 1.0" />
|
| 95 |
-
<mesh name="collision_mesh_0_88" file="mesh/vase_collision_88.obj" scale="1.0 1.0 1.0" />
|
| 96 |
-
<mesh name="collision_mesh_0_89" file="mesh/vase_collision_89.obj" scale="1.0 1.0 1.0" />
|
| 97 |
-
<mesh name="collision_mesh_0_90" file="mesh/vase_collision_90.obj" scale="1.0 1.0 1.0" />
|
| 98 |
-
<mesh name="collision_mesh_0_91" file="mesh/vase_collision_91.obj" scale="1.0 1.0 1.0" />
|
| 99 |
-
<mesh name="collision_mesh_0_92" file="mesh/vase_collision_92.obj" scale="1.0 1.0 1.0" />
|
| 100 |
-
<mesh name="collision_mesh_0_93" file="mesh/vase_collision_93.obj" scale="1.0 1.0 1.0" />
|
| 101 |
-
<mesh name="collision_mesh_0_94" file="mesh/vase_collision_94.obj" scale="1.0 1.0 1.0" />
|
| 102 |
-
<mesh name="collision_mesh_0_95" file="mesh/vase_collision_95.obj" scale="1.0 1.0 1.0" />
|
| 103 |
-
<mesh name="collision_mesh_0_96" file="mesh/vase_collision_96.obj" scale="1.0 1.0 1.0" />
|
| 104 |
-
<mesh name="collision_mesh_0_97" file="mesh/vase_collision_97.obj" scale="1.0 1.0 1.0" />
|
| 105 |
-
<mesh name="collision_mesh_0_98" file="mesh/vase_collision_98.obj" scale="1.0 1.0 1.0" />
|
| 106 |
-
<mesh name="collision_mesh_0_99" file="mesh/vase_collision_99.obj" scale="1.0 1.0 1.0" />
|
| 107 |
-
</asset>
|
| 108 |
-
<worldbody>
|
| 109 |
-
<body name="vase">
|
| 110 |
-
<geom type="mesh" mesh="visual_mesh_0_0" material="material_0" contype="0" conaffinity="0" />
|
| 111 |
-
<geom type="mesh" mesh="collision_mesh_0_0" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 112 |
-
<geom type="mesh" mesh="collision_mesh_0_1" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 113 |
-
<geom type="mesh" mesh="collision_mesh_0_2" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 114 |
-
<geom type="mesh" mesh="collision_mesh_0_3" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 115 |
-
<geom type="mesh" mesh="collision_mesh_0_4" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 116 |
-
<geom type="mesh" mesh="collision_mesh_0_5" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 117 |
-
<geom type="mesh" mesh="collision_mesh_0_6" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 118 |
-
<geom type="mesh" mesh="collision_mesh_0_7" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 119 |
-
<geom type="mesh" mesh="collision_mesh_0_8" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 120 |
-
<geom type="mesh" mesh="collision_mesh_0_9" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 121 |
-
<geom type="mesh" mesh="collision_mesh_0_10" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 122 |
-
<geom type="mesh" mesh="collision_mesh_0_11" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 123 |
-
<geom type="mesh" mesh="collision_mesh_0_12" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 124 |
-
<geom type="mesh" mesh="collision_mesh_0_13" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 125 |
-
<geom type="mesh" mesh="collision_mesh_0_14" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 126 |
-
<geom type="mesh" mesh="collision_mesh_0_15" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 127 |
-
<geom type="mesh" mesh="collision_mesh_0_16" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 128 |
-
<geom type="mesh" mesh="collision_mesh_0_17" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 129 |
-
<geom type="mesh" mesh="collision_mesh_0_18" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 130 |
-
<geom type="mesh" mesh="collision_mesh_0_19" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 131 |
-
<geom type="mesh" mesh="collision_mesh_0_20" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 132 |
-
<geom type="mesh" mesh="collision_mesh_0_21" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 133 |
-
<geom type="mesh" mesh="collision_mesh_0_22" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 134 |
-
<geom type="mesh" mesh="collision_mesh_0_23" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 135 |
-
<geom type="mesh" mesh="collision_mesh_0_24" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 136 |
-
<geom type="mesh" mesh="collision_mesh_0_25" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 137 |
-
<geom type="mesh" mesh="collision_mesh_0_26" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 138 |
-
<geom type="mesh" mesh="collision_mesh_0_27" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 139 |
-
<geom type="mesh" mesh="collision_mesh_0_28" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 140 |
-
<geom type="mesh" mesh="collision_mesh_0_29" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 141 |
-
<geom type="mesh" mesh="collision_mesh_0_30" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 142 |
-
<geom type="mesh" mesh="collision_mesh_0_31" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 143 |
-
<geom type="mesh" mesh="collision_mesh_0_32" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 144 |
-
<geom type="mesh" mesh="collision_mesh_0_33" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 145 |
-
<geom type="mesh" mesh="collision_mesh_0_34" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 146 |
-
<geom type="mesh" mesh="collision_mesh_0_35" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 147 |
-
<geom type="mesh" mesh="collision_mesh_0_36" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 148 |
-
<geom type="mesh" mesh="collision_mesh_0_37" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 149 |
-
<geom type="mesh" mesh="collision_mesh_0_38" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 150 |
-
<geom type="mesh" mesh="collision_mesh_0_39" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 151 |
-
<geom type="mesh" mesh="collision_mesh_0_40" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 152 |
-
<geom type="mesh" mesh="collision_mesh_0_41" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 153 |
-
<geom type="mesh" mesh="collision_mesh_0_42" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 154 |
-
<geom type="mesh" mesh="collision_mesh_0_43" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 155 |
-
<geom type="mesh" mesh="collision_mesh_0_44" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 156 |
-
<geom type="mesh" mesh="collision_mesh_0_45" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 157 |
-
<geom type="mesh" mesh="collision_mesh_0_46" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 158 |
-
<geom type="mesh" mesh="collision_mesh_0_47" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 159 |
-
<geom type="mesh" mesh="collision_mesh_0_48" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 160 |
-
<geom type="mesh" mesh="collision_mesh_0_49" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 161 |
-
<geom type="mesh" mesh="collision_mesh_0_50" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 162 |
-
<geom type="mesh" mesh="collision_mesh_0_51" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 163 |
-
<geom type="mesh" mesh="collision_mesh_0_52" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 164 |
-
<geom type="mesh" mesh="collision_mesh_0_53" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 165 |
-
<geom type="mesh" mesh="collision_mesh_0_54" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 166 |
-
<geom type="mesh" mesh="collision_mesh_0_55" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 167 |
-
<geom type="mesh" mesh="collision_mesh_0_56" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 168 |
-
<geom type="mesh" mesh="collision_mesh_0_57" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 169 |
-
<geom type="mesh" mesh="collision_mesh_0_58" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 170 |
-
<geom type="mesh" mesh="collision_mesh_0_59" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 171 |
-
<geom type="mesh" mesh="collision_mesh_0_60" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 172 |
-
<geom type="mesh" mesh="collision_mesh_0_61" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 173 |
-
<geom type="mesh" mesh="collision_mesh_0_62" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 174 |
-
<geom type="mesh" mesh="collision_mesh_0_63" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 175 |
-
<geom type="mesh" mesh="collision_mesh_0_64" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 176 |
-
<geom type="mesh" mesh="collision_mesh_0_65" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 177 |
-
<geom type="mesh" mesh="collision_mesh_0_66" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 178 |
-
<geom type="mesh" mesh="collision_mesh_0_67" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 179 |
-
<geom type="mesh" mesh="collision_mesh_0_68" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 180 |
-
<geom type="mesh" mesh="collision_mesh_0_69" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 181 |
-
<geom type="mesh" mesh="collision_mesh_0_70" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 182 |
-
<geom type="mesh" mesh="collision_mesh_0_71" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 183 |
-
<geom type="mesh" mesh="collision_mesh_0_72" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 184 |
-
<geom type="mesh" mesh="collision_mesh_0_73" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 185 |
-
<geom type="mesh" mesh="collision_mesh_0_74" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 186 |
-
<geom type="mesh" mesh="collision_mesh_0_75" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 187 |
-
<geom type="mesh" mesh="collision_mesh_0_76" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 188 |
-
<geom type="mesh" mesh="collision_mesh_0_77" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 189 |
-
<geom type="mesh" mesh="collision_mesh_0_78" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 190 |
-
<geom type="mesh" mesh="collision_mesh_0_79" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 191 |
-
<geom type="mesh" mesh="collision_mesh_0_80" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 192 |
-
<geom type="mesh" mesh="collision_mesh_0_81" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 193 |
-
<geom type="mesh" mesh="collision_mesh_0_82" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 194 |
-
<geom type="mesh" mesh="collision_mesh_0_83" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 195 |
-
<geom type="mesh" mesh="collision_mesh_0_84" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 196 |
-
<geom type="mesh" mesh="collision_mesh_0_85" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 197 |
-
<geom type="mesh" mesh="collision_mesh_0_86" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 198 |
-
<geom type="mesh" mesh="collision_mesh_0_87" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 199 |
-
<geom type="mesh" mesh="collision_mesh_0_88" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 200 |
-
<geom type="mesh" mesh="collision_mesh_0_89" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 201 |
-
<geom type="mesh" mesh="collision_mesh_0_90" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 202 |
-
<geom type="mesh" mesh="collision_mesh_0_91" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 203 |
-
<geom type="mesh" mesh="collision_mesh_0_92" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 204 |
-
<geom type="mesh" mesh="collision_mesh_0_93" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 205 |
-
<geom type="mesh" mesh="collision_mesh_0_94" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 206 |
-
<geom type="mesh" mesh="collision_mesh_0_95" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 207 |
-
<geom type="mesh" mesh="collision_mesh_0_96" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 208 |
-
<geom type="mesh" mesh="collision_mesh_0_97" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 209 |
-
<geom type="mesh" mesh="collision_mesh_0_98" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 210 |
-
<geom type="mesh" mesh="collision_mesh_0_99" contype="1" conaffinity="1" rgba="1 1 1 0" />
|
| 211 |
-
</body>
|
| 212 |
-
</worldbody>
|
| 213 |
-
</mujoco>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|