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.:
- Python packages for MuJoCo listed in requirements.txt
- Python packages for Isaac Sim listed in requirements.txt
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file multiverse_simulators-0.0.14.tar.gz.
File metadata
- Download URL: multiverse_simulators-0.0.14.tar.gz
- Upload date:
- Size: 6.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52a2fede78dfb61f6791b3b10ede9885fee81f57f749b2d623d3bb84faa26b94
|
|
| MD5 |
d6959cefc5f2d51f8839d3601234f84a
|
|
| BLAKE2b-256 |
ee0146b980d55be146d38989d41dfb8c78f08541e0100ca21683ac744fefffc7
|
File details
Details for the file multiverse_simulators-0.0.14-py3-none-any.whl.
File metadata
- Download URL: multiverse_simulators-0.0.14-py3-none-any.whl
- Upload date:
- Size: 6.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd80acaf4a864751784b0594714fc4b8401d45250e860433b011b02067db14c8
|
|
| MD5 |
0374229146450457af3fd2520ad3ed19
|
|
| BLAKE2b-256 |
f231a4c2f79fb64193ca3383056e5a0640256fafaba683f0ecf967c47694c034
|