Skip to content

Simulation demo (MuJoCo): minimal demo for loading and controlling the Wuji Hand in MuJoCo simulator.

License

Notifications You must be signed in to change notification settings

wuji-technology/mujoco-sim

Repository files navigation

mujoco-sim

License: MIT

Simulation demo (MuJoCo): minimal demo for loading and controlling the Wuji Hand in MuJoCo simulator.

video.mp4

Table of Contents

Repository Structure

├── assets/
│   └── video.mp4
├── data/
│   └── wave.npy
├── wuji_hand_description/
├── run_sim.py
├── requirements.txt
└── README.md

Directory Description

Directory Description
assets/ Video demo files
data/ Trajectory data files
wuji_hand_description/ Hand model submodule (MJCF, meshes)
run_sim.py Main simulation script
requirements.txt Python dependencies

Usage

Prerequisites

  • Python 3.8+

Installation

Clone the repository with submodules:

git clone --recursive https://github.com/wuji-technology/mujoco-sim.git
cd mujoco-sim

Install dependencies:

pip install -r requirements.txt

Running

Run the simulation with trajectory playback:

python run_sim.py

The script loads the default right hand model and plays the trajectory from data/wave.npy in a loop. To use the left hand, edit side = "left" in run_sim.py.

Appendix

Update Models

To update the hand models (MJCF, meshes, etc.) to the latest version from the description repository:

git submodule update --remote

Contact

For any questions, please contact support@wuji.tech.

About

Simulation demo (MuJoCo): minimal demo for loading and controlling the Wuji Hand in MuJoCo simulator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages