Skip to content

Commit 4aec2b8

Browse files
Merge pull request #100 from Kallinteris-Andreas:main
PiperOrigin-RevId: 698106302 Change-Id: I258487c67c5e050eb0c458294fe4fe424a230406
2 parents d72e1c3 + 8293707 commit 4aec2b8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

boston_dynamics_spot/scene_arm.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<mujoco model="spot with arm scene">
2+
<include file="spot_arm.xml"/>
3+
4+
<statistic center="0.15 0.1 0.38" extent=".8" meansize="0.05"/>
5+
6+
<visual>
7+
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
8+
<rgba haze="0.15 0.25 0.35 1"/>
9+
<global azimuth="220" elevation="-10"/>
10+
<quality shadowsize="8192"/>
11+
</visual>
12+
13+
<asset>
14+
<texture type="skybox" builtin="gradient" rgb1="0.3 0.5 0.7" rgb2="0 0 0" width="512" height="3072"/>
15+
<texture type="2d" name="groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4" rgb2="0.1 0.2 0.3"
16+
markrgb="0.8 0.8 0.8" width="300" height="300"/>
17+
<material name="groundplane" texture="groundplane" texuniform="true" texrepeat="5 5" reflectance="0.2"/>
18+
</asset>
19+
20+
<worldbody>
21+
<geom name="floor" size="0 0 0.05" type="plane" material="groundplane"/>
22+
</worldbody>
23+
</mujoco>

0 commit comments

Comments
 (0)