Behron 60aaea751f Finished fixing merge conflicts and touched up camera settings.
More merge conflicts. Taking main changes then will integrate mine.
2025-04-10 13:20:26 -06:00

31 lines
977 B
XML

<mujoco model="stretch scene">
<include file="stretch.xml"/>
<statistic center="0 0 .75" extent="1.2" meansize="0.05"/>
<visual>
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
<rgba haze="0.15 0.25 0.35 1"/>
<global azimuth="-120" elevation="-20"/>
</visual>
<asset>
<material name="floor" rgba=".1 .1 .1 1" reflectance="0.1"/>
<texture type="2d" name="wood" file="wood.png"/>
<material name="wood" texture="wood"/>
<material name="object" rgba=".2 .2 .2 1"/>
</asset>
<worldbody>
<light pos="0 0 1.5" dir="0 0 -1" directional="true"/>
<geom name="floor" size="0 0 0.05" type="plane" material="floor"/>
<body name="table" pos="0 -0.9 .24">
<geom type="box" size=".6 .5 .24" mass="1" material="wood"/>
</body>
<body name="object" pos="-.02 -0.45 .6">
<freejoint/>
<geom type="box" size=".02 .04 .04" mass=".5" material="object"/>
</body>
</worldbody>
</mujoco>