File: example.xml

package info (click to toggle)
mujoco 2.2.2-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,796 kB
  • sloc: ansic: 28,947; cpp: 28,897; cs: 14,241; python: 10,465; xml: 5,104; sh: 93; makefile: 34
file content (42 lines) | stat: -rw-r--r-- 1,305 bytes parent folder | download | duplicates (2)
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
41
42
<mujoco model="example">
  <compiler coordinate="global"/>

  <default>
    <geom rgba=".8 .6 .4 1"/>
  </default>

  <asset>
    <texture type="skybox" builtin="gradient" rgb1="1 1 1" rgb2=".6 .8 1" width="256" height="256"/>
  </asset>

  <worldbody>
    <light pos="0 1 1" dir="0 -1 -1" diffuse="1 1 1"/>
    <body>
      <geom type="capsule" fromto="0 0 1  0 0 0.6" size="0.06"/>
      <joint type="ball" pos="0 0 1"/>
      <body>
        <geom type="capsule" fromto="0 0 0.6  0.3 0 0.6" size="0.04"/>
        <joint type="hinge" pos="0 0 0.6" axis="0 1 0"/>
        <joint type="hinge" pos="0 0 0.6" axis="1 0 0"/>
        <body>
          <geom type="ellipsoid" pos="0.4 0 0.6" size="0.1 0.08 0.02"/>
          <site name="end1" pos="0.5 0 0.6" type="sphere" size="0.01"/>
          <joint type="hinge" pos="0.3 0 0.6" axis="0 1 0"/>
          <joint type="hinge" pos="0.3 0 0.6" axis="0 0 1"/>
        </body>
      </body>
    </body>
    <body>
      <geom type="cylinder" fromto="0.5 0 0.2  0.5 0 0" size="0.07"/>
      <site name="end2" pos="0.5 0 0.2" type="sphere" size="0.01"/>
      <joint type="free"/>
    </body>
  </worldbody>

  <tendon>
    <spatial limited="true" range="0 0.6" width="0.005">
      <site site="end1"/>
      <site site="end2"/>
    </spatial>
  </tendon>
</mujoco>