Simulation demo (MuJoCo): minimal demo for loading and controlling the Wuji Hand in MuJoCo simulator.
video.mp4
├── assets/
│ └── video.mp4
├── data/
│ └── wave.npy
├── wuji_hand_description/
├── run_sim.py
├── requirements.txt
└── README.md
| 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 |
- Python 3.8+
Clone the repository with submodules:
git clone --recursive https://github.com/wuji-technology/mujoco-sim.git
cd mujoco-simInstall dependencies:
pip install -r requirements.txtRun the simulation with trajectory playback:
python run_sim.pyThe 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.
To update the hand models (MJCF, meshes, etc.) to the latest version from the description repository:
git submodule update --remoteFor any questions, please contact support@wuji.tech.