-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbasic_scene.xml
More file actions
40 lines (34 loc) · 2.78 KB
/
Copy pathbasic_scene.xml
File metadata and controls
40 lines (34 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<mujoco model="basic scene">
<!-- =================================================
Copyright 2019 Vikash Kumar
Model :: Basic Scene (MuJoCoV2.0)
Author :: Vikash Kumar (vikashplus@gmail.com), Michael Wu (michael50wu@gmail.com)
source :: https://github.com/vikashplus/scene_sim
License :: Under Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
====================================================== -->
<asset>
<!-- <texture name="skybox" type="skybox" builtin="gradient" rgb1=".08 .09 .10" rgb2="0 0 0" width="800" height="800" mark="random" markrgb=".8 .8 .8"/> -->
<texture name="skybox" type="skybox" gridsize="3 4" gridlayout=".U..LFRB.D.." file="../scene_sim/textures/night.png"/>
<texture name="texplane" type="2d" height="1" width="1" file="../scene_sim/textures/oak_floorboard.png"/>
<material name="MatPlane" reflectance="0.05" texture="texplane" texrepeat="4 4" texuniform="true"/>
<mesh name="robohive" file="../scene_sim/meshes/robohive_text.stl"/>
<mesh name="robohive_half" file="../scene_sim/meshes/robohive_logohalf.stl" scale="4 4 4"/>
</asset>
<visual>
<map fogstart="1.5" fogend="5" force="0.1" znear="0.1"/>
<quality shadowsize="4096" offsamples="4"/>
</visual>
<compiler angle="radian"/>
<statistic extent="3"/>
<worldbody>
<light name="left_light" directional="true" diffuse=".3 .3 .32" specular="0.3 0.3 0.3" pos="-1 -1 1" dir="1 1 -1"/>
<light name="right_light" directional="true" diffuse=".3 .3 .32" specular="0.3 0.3 0.3" pos="1 -1 1" dir="-1 1 -1"/>
<light name="front_light" directional="true" diffuse=".3 .3 .32" specular="0.3 0.3 0.3" pos="0 1 1" dir="0 -1 -1"/>
<geom name="floor" pos="0 0 0.0001" size="-1 -1 .1" conaffinity="1" contype="1" type="plane" material="MatPlane" condim="3"/>
<site name="xaxis" fromto="0 0 0 1 0 0" size=".005" type="capsule" rgba="1 0 0 .25" group="3"/>
<site name="yaxis" fromto="0 0 0 0 1 0" size=".005" type="capsule" rgba="0 1 0 .25" group="3"/>
<geom pos="0 -.45 0" name="robohive" type="mesh" mesh="robohive" conaffinity="0" contype="0" rgba=".3 .3 .3 1"/>
<geom pos="0 0 -.030" type="mesh" mesh="robohive_half" conaffinity="0" contype="0" rgba="1 0.6 0 2" euler="0 0 0"/>
<geom pos="0 0 -.03" type="mesh" mesh="robohive_half" conaffinity="0" contype="0" rgba=".3 .3 .3 1" euler="-.0 0 3.14"/>
</worldbody>
</mujoco>