File: keyframe.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 (29 lines) | stat: -rw-r--r-- 671 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
<mujoco>

  <worldbody>
    <geom type="plane" size="1 1 .01"/>
    <light pos="0 0 2"/>
    <body pos="0 -.1 .3">
      <joint name="slide" type="slide" axis="1 0 0"/>
      <geom type="box" size=".05 .05 .05"/>
    </body>
    <body pos="0 .1 .3" mocap="true">
      <geom type="box" size=".05 .05 .05"/>
    </body>
  </worldbody>

  <actuator>
    <motor name="stateless" joint="slide"/>
    <general name="stateful" joint="slide" dyntype="integrator"/>
  </actuator>

  <keyframe>
    <key time=".1"/>
    <key qpos=".2"/>
    <key qvel=".3"/>
    <key act=".4"/>
    <key ctrl=".5 .6"/>
    <key mpos=".1 .2 .3"/>
    <key mquat="1 1 1 1"/>
  </keyframe>
</mujoco>