The kscale-mujoco-viewer project
Project description
kscale-mujoco-viewer
Mujoco viewer maintained by K-Scale Labs.
https://github.com/user-attachments/assets/5312fa03-7215-4c1b-9d66-acaa18b96a3c
Installation
pip install kmv
Examples
Run the humanoid example script to see the viewer in action:
# cd to the root of the repo
python examples/default_humanoid.py
Usage
import mujoco, time
from kmv.app.viewer import QtViewer
model = mujoco.MjModel.from_xml_path("path/to/model.xml")
data = mujoco.MjData(model)
viewer = QtViewer(model)
while viewer.is_open:
mujoco.mj_step(model, data)
# send state
viewer.push_state(data.qpos, data.qvel, sim_time=data.time)
# send a few scalars to the “Debug” plot group
viewer.push_plot_metrics(
scalars={
"qpos0": float(data.qpos[0]),
"qvel0": float(data.qvel[0]),
},
group="Debug",
)
time.sleep(model.opt.timestep)
viewer.close()
Troubleshooting
If you have issues with linux machines that have both integrated and nvidia GPUs, you may need to set these environment variables to force use of the nvidia GPU.
__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia python examples/default_humanoid.py
You may also have to install the following utilities:
sudo apt install libxcb-cursor0 libxcb-cursor-dev
Additionally, depending on your setup, you may need to set the right environment variables to run the viewer properly. See this issue for more details.
QT_QPA_PLATFORM=wayland python examples/default_humanoid.py
Acknowledgements
Originally referenced from mujoco-python-viewer.
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
File details
Details for the file kmv-0.3.22.tar.gz.
File metadata
- Download URL: kmv-0.3.22.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55de52d9df90f01e48609a0df8bca7073de23c633f7879f64f25271f5fa051f5
|
|
| MD5 |
e6921b8e83ba7b870edd5fa3e2f39157
|
|
| BLAKE2b-256 |
91ce09c5bcf91e888a9b6495d720ae01f295c6136fcb3e677a35b544359e7219
|
Provenance
The following attestation bundles were made for kmv-0.3.22.tar.gz:
Publisher:
publish.yml on kscalelabs/kscale-mujoco-viewer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kmv-0.3.22.tar.gz -
Subject digest:
55de52d9df90f01e48609a0df8bca7073de23c633f7879f64f25271f5fa051f5 - Sigstore transparency entry: 605648402
- Sigstore integration time:
-
Permalink:
kscalelabs/kscale-mujoco-viewer@0c717313e5fcfb7471c4d93bca8f8c1929603527 -
Branch / Tag:
refs/tags/0.3.22 - Owner: https://github.com/kscalelabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@0c717313e5fcfb7471c4d93bca8f8c1929603527 -
Trigger Event:
release
-
Statement type: