Skip to content

Commit 7f7e123

Browse files
committed
fixup! fixup! Add a mujoco simulation
1 parent e40233a commit 7f7e123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ar4_mujoco_sim/mjcf/scene.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<mujoco model="AR4 simple scene">
22
<include file="mj_ar4.xml" />
33

4-
<statistic center="0.3 0 0.4" extent="1" />
4+
<statistic center="0.2 0 0.4" extent=".8" />
55

66
<visual>
77
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0" />
@@ -14,7 +14,7 @@
1414
height="3072" />
1515
<texture type="2d" name="groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4"
1616
rgb2="0.1 0.2 0.3"
17-
markrgb="0.4 0.4 0.4" width="300" height="300" />
17+
markrgb="0.8 0.8 0.8" width="300" height="300" />
1818
<material name="groundplane" texture="groundplane" texuniform="true" texrepeat="5 5"
1919
reflectance="0.2" />
2020
</asset>

0 commit comments

Comments
 (0)