Skip to content

[RSS25] Official repository of “DOGlove: Dexterous Manipulation with a Low-Cost Open-Source Haptic Force Feedback Glove”

License

Notifications You must be signed in to change notification settings

TEA-Lab/DOGlove

Repository files navigation

Robotics: Science and Systems (RSS) 2025

Project Page | Paper | Documentation | 30min工作讲解

Han Zhang1,2, Songbo Hu1, Zhecheng Yuan1,2,3 Huazhe Xu1,2,3

1Tsinghua University, 2Shanghai Qi Zhi Institute, 3Shanghai AI Lab

teaser

🐣 Updates

  • 2025/04/28 — Initial commit.
  • 2025/05/11 — Added embedded firmware repository.
  • 2025/06/01 — Added MakerWorld link, PCBA files, and Onshape model link.
  • 2025/06/22 — Update the tutorial. Add the Python scripts.

🛠️ Environment Setup

Tested on: Ubuntu 20.04 LTS

1. Create Conda Environment

conda create -n DOGlove python=3.9.19

2. Install MuJoCo

conda install -c conda-forge mujoco

3. Install Required Python Packages

pip install -r requirements.txt

4. Install Dynamixel Wizard

Follow the official installation guide:

  1. Download the installer: Linux Download
  2. Grant permission:
    sudo chmod 775 DynamixelWizard2Setup_x64
  3. Run the installer:
    ./DynamixelWizard2Setup_x64
  4. Follow the prompts to complete installation.
  5. Add your user to the dialout group to access the USB port:
    sudo usermod -aG dialout <your_account_id>
    # You can find your ID using:
    whoami
  6. Reboot to apply the changes:
    sudo reboot

🧪 Run Test Scripts

conda activate DOGlove
python servo.py
python glove_mcu.py
python DOGlove_FK.py

🏷️ License

This repository is released under the MIT license. See LICENSE for more details.

👍 Acknowledgement

Contact Han Zhang if you have any questions or suggestions.

📝 Citation

If you find our work useful, please consider citing:

@article{zhang2025doglove,
  title={DOGlove: Dexterous Manipulation with a Low-Cost Open-Source Haptic Force Feedback Glove},
  author={Zhang, Han and Hu, Songbo and Yuan, Zhecheng and Xu, Huazhe},
  journal={arXiv preprint arXiv:2502.07730},
  year={2025}
}

About

[RSS25] Official repository of “DOGlove: Dexterous Manipulation with a Low-Cost Open-Source Haptic Force Feedback Glove”

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages