|
|
<mujoco model="franka_stacking"> |
|
|
|
|
|
<include file="panda.xml"/> |
|
|
|
|
|
|
|
|
<compiler angle="degree" coordinate="local" inertiafromgeom="true"/> |
|
|
<option timestep="0.002" gravity="0 0 -9.81" integrator="implicitfast"/> |
|
|
|
|
|
|
|
|
<visual> |
|
|
<map znear="0.01" zfar="50" fogstart="10" fogend="50"/> |
|
|
<rgba fog="0.8 0.8 0.8 1"/> |
|
|
</visual> |
|
|
|
|
|
|
|
|
<default> |
|
|
<joint/> |
|
|
</default> |
|
|
|
|
|
|
|
|
<worldbody> |
|
|
|
|
|
<body name="panda" pos="0 0 0.1"/> |
|
|
|
|
|
|
|
|
<geom name="floor" type="plane" size="2 2 0.1" material="floor_mat" condim="4"/> |
|
|
|
|
|
|
|
|
<body name="block0" pos="0.3 0.1 0.15"> |
|
|
<joint name="block0_free" type="free"/> |
|
|
<geom name="block0_geom" type="box" size="0.05 0.05 0.05" material="block0_mat" rgba="1 0 0 1"/> |
|
|
</body> |
|
|
<body name="block1" pos="0.2 0.1 0.15"> |
|
|
<joint name="block1_free" type="free"/> |
|
|
<geom name="block1_geom" type="box" size="0.05 0.05 0.05" material="block1_mat" rgba="0 1 0 1"/> |
|
|
</body> |
|
|
<body name="block2" pos="0.1 0.1 0.15"> |
|
|
<joint name="block2_free" type="free"/> |
|
|
<geom name="block2_geom" type="box" size="0.05 0.05 0.05" material="block2_mat" rgba="0 0 1 1"/> |
|
|
</body> |
|
|
|
|
|
|
|
|
<body name="target_zone" pos="0 0 0.01"> |
|
|
<geom name="target_zone_geom" type="plane" size="0.2 0.2 0.01" material="target_mat" rgba="0 1 1 0.5"/> |
|
|
</body> |
|
|
</worldbody> |
|
|
|
|
|
|
|
|
<asset> |
|
|
<material name="floor_mat" rgba="0.8 0.8 0.8 1"/> |
|
|
<material name="block0_mat" rgba="1 0 0 1"/> |
|
|
<material name="block1_mat" rgba="0 1 0 1"/> |
|
|
<material name="block2_mat" rgba="0 0 1 1"/> |
|
|
<material name="target_mat" rgba="0 1 1 0.5"/> |
|
|
</asset> |
|
|
</mujoco> |