Simulation demo (IsaacSim): minimal demo for loading and controlling the Wuji Hand in IsaacSim simulator. The script loads the default right hand model and plays the trajectory in a loop. Supports both left and right hand configurations.
video.mp4
├── assets/
├── data/
│ └── wave.npy
├── wuji_hand_description/
├── run_sim.py
├── wuji_hand.py
└── README.md
| Directory / File | Description |
|---|---|
assets/ |
Asset files for simulation |
data/ |
Trajectory data files including wave.npy |
wuji_hand_description/ |
Git submodule containing Wuji Hand model descriptions (URDF, MJCF, meshes) |
run_sim.py |
Main simulation script |
wuji_hand.py |
Wuji Hand model implementation |
git clone --recurse-submodules https://github.com/wuji-technology/isaaclab-sim.gitFollow the official documentation to set up your environment.
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 HAND_SIDE = "left" in run_sim.py.
For any questions, please contact support@wuji.tech.