bevy_mujoco 0.0.3

Use MuJoCo physics and MCJF / URDF scenes in bevy
docs.rs failed to build bevy_mujoco-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Bevy MuJoCo

image

This is work in progress

Import MJCF files into Bevy and run simulations with MuJoCo.

Getting Started

Prerequisites

  • bevy 0.9.0
  • MuJoCo 2.3.0 installed in ~/.local/mujoco for Linux or C:/Program Files/Mujoco for Windows

Usage

To run tests and example initialize mujoco_menagerie submobule with

cd bevy_mujoco

git submodule init

git submodule update

See example for simulating Unitree A1 robot.