Create playground/open_cabinet/mjcf/handle.xml
Browse files
assets/playground/open_cabinet/mjcf/handle.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<mujoco model="handle">
|
2 |
+
<compiler boundmass="0.01" boundinertia="0.0001" />
|
3 |
+
|
4 |
+
<worldbody>
|
5 |
+
<body name="handle" pos="0.0 0.0 0.0">
|
6 |
+
<inertial pos="0 0 0" mass="0.2" diaginertia="0.01 0.01 0.01" />
|
7 |
+
|
8 |
+
<joint name="handle_joint" type="slide" axis="1 0 0" range="-0.5 0" limited="true"
|
9 |
+
damping="0.1" />
|
10 |
+
|
11 |
+
<geom type="box" name="handle" size="0.01 0.08 0.01" condim="3"
|
12 |
+
friction="1 .03 .003" rgba="0 1 0 1" contype="2" conaffinity="1" solref="0.01 1" />
|
13 |
+
<geom type="box" name="shelf" size="0.1 0.2 0.01" pos="0.03 0 0" zaxis="-1 0 0"
|
14 |
+
condim="3"
|
15 |
+
friction="1 .03 .003" rgba="0 1 0 0.2" contype="2" conaffinity="1" solref="0.01 1" />
|
16 |
+
</body>
|
17 |
+
</worldbody>
|
18 |
+
</mujoco>
|