Skip to content

Package for creating different scenes in Mujoco

License

Notifications You must be signed in to change notification settings

openbiped/mujoco-scenes

 
 

Repository files navigation

mujoco-scenes

This package contains a collection of utility functions for generating different types of scenes in Mujoco.

This is a programmatic way to compose scene files, inspired by Mujoco Menagerie.

Usage

To load a robot into a particular scene, you can use the following code:

from mujoco_scenes.mjcf import load_mjmodel

model = load_mjmodel("path/to/robot.xml", "smooth")

# To view the model, you can use:
mujoco.viewer.launch(model)

About

Package for creating different scenes in Mujoco

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Makefile 6.7%