mjlab/tests/fixtures/biped.xml
Upstream Snapshot 32a241c28f
Some checks failed
nightly / Test against latest dependencies (py3.10) (push) Has been cancelled
nightly / Test against latest dependencies (py3.13) (push) Has been cancelled
tests / tests (3.13, locked) (push) Has been cancelled
tests / tests (3.13, unlocked) (push) Has been cancelled
tests / pyright (3.10) (push) Has been cancelled
tests / lint-format (push) Has been cancelled
tests / tests (3.10, locked) (push) Has been cancelled
tests / tests (3.11, locked) (push) Has been cancelled
tests / tests (3.12, locked) (push) Has been cancelled
tests / pyright (3.11) (push) Has been cancelled
tests / pyright (3.12) (push) Has been cancelled
tests / pyright (3.13) (push) Has been cancelled
tests / ty-check (3.10) (push) Has been cancelled
tests / ty-check (3.11) (push) Has been cancelled
tests / ty-check (3.12) (push) Has been cancelled
tests / ty-check (3.13) (push) Has been cancelled
tests / stubs (push) Has been cancelled
tests / smoke-test (push) Has been cancelled
Docker / check_paths (push) Has been cancelled
docs / build (push) Has been cancelled
Docker / build (push) Has been cancelled
Import upstream snapshot c19f713c415a699a79d71cd96aa13c3104a05047
Upstream: https://github.com/michaelgillett/mjlab
Upstream-Commit: c19f713c415a699a79d71cd96aa13c3104a05047
Upstream-Branch: main
2026-08-28 15:42:17 +08:00

20 lines
787 B
XML

<mujoco>
<worldbody>
<body name="ground" pos="0 0 0">
<geom name="ground_geom" type="plane" size="5 5 0.1" rgba="0.5 0.5 0.5 1"/>
</body>
<body name="base" pos="0 0 0.5">
<freejoint name="base_joint"/>
<geom name="torso_geom" type="box" size="0.15 0.1 0.2" mass="5.0"/>
<body name="left_foot" pos="0.1 0 -0.25">
<joint name="left_ankle" type="hinge" axis="0 1 0" range="-0.5 0.5"/>
<geom name="left_foot_geom" type="box" size="0.05 0.08 0.02" mass="0.2"/>
</body>
<body name="right_foot" pos="-0.1 0 -0.25">
<joint name="right_ankle" type="hinge" axis="0 1 0" range="-0.5 0.5"/>
<geom name="right_foot_geom" type="box" size="0.05 0.08 0.02" mass="0.2"/>
</body>
</body>
</worldbody>
</mujoco>