Skip to main content

A collection of simulators for the Multiverse Framework.

Project description

Multiverse Simulators

The Multiverse Simulators is a collection of simulators for the Multiverse Framework.


📋 Prerequisites

  • Python ≥ 3.10 (Linux), 3.12 (Windows)

Each simulator connector will have different dependencies, e.g.:

Install the required packages:

pip install -r src/mujoco_connector/requirements.txt

⚙️ Setup

First, clone the repository:

git clone https://github.com/Multiverse-Framework/Multiverse-Simulators-Connector --depth 1

Then install it as a local Python package using a symbolic link (editable mode): Currently, only MuJoCo is installed via pip; support for Isaac Sim and others will be added later.

pip install -e .

This allows you to make changes to the source code and immediately reflect them without reinstalling.

You can then test it in a Python shell:

from mujoco_connector import MultiverseMujocoConnector
from multiverse_simulator import MultiverseSimulatorState, MultiverseSimulatorConstraints

simulator = MultiverseMujocoConnector(file_path=os.path.join(resources_path, "mjcf/unitree/h1_scene.xml"))
constraints = MultiverseSimulatorConstraints(max_simulation_time=10.0)
simulator.start(constraints=constraints)
while simulator.state != MultiverseSimulatorState.STOPPED:
    time.sleep(1)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multiverse_simulators-0.0.12.tar.gz (6.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

multiverse_simulators-0.0.12-py3-none-any.whl (6.3 MB view details)

Uploaded Python 3

File details

Details for the file multiverse_simulators-0.0.12.tar.gz.

File metadata

  • Download URL: multiverse_simulators-0.0.12.tar.gz
  • Upload date:
  • Size: 6.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.18

File hashes

Hashes for multiverse_simulators-0.0.12.tar.gz
Algorithm Hash digest
SHA256 b760a26e8c481437bca3f4e6b012e16158f2de88c52cfc6c38bb5d9643a12921
MD5 060c6a7650fc87a85b3ca40f161de09f
BLAKE2b-256 35f449f22cccffd9b56bbdbe5696081db5d0caadc8593d0f001a3c58b0245939

See more details on using hashes here.

File details

Details for the file multiverse_simulators-0.0.12-py3-none-any.whl.

File metadata

File hashes

Hashes for multiverse_simulators-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 430257ce0fae928ce0ef03c7adc9a3e7e9902769f07a857e3402fddfc394a701
MD5 9c211ca59e9edaff2c847e39e0fcdb8b
BLAKE2b-256 197f1be964bb1e24a3b8100ae2fdeae9167e78aa2f71a9dcfbca3d8a18a83da2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page