Skip to content

Add Robotiq 85 140 DH ag95#177

Merged
matafela merged 1 commit intomainfrom
cj/add-dh-ag95-robotiq-85-140
Mar 13, 2026
Merged

Add Robotiq 85 140 DH ag95#177
matafela merged 1 commit intomainfrom
cj/add-dh-ag95-robotiq-85-140

Conversation

@matafela
Copy link
Collaborator

Description

Add tools:

  • Robotiq arg2f 85
  • Robotiq arg2f 140
  • DH ag95

Type of change

  • Enhancement (non-breaking change which improves an existing functionality)

Checklist

  • I have run the black . command to format the code base.
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Dependencies have been updated, if applicable.

Copilot AI review requested due to automatic review settings March 13, 2026 03:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds new end-effector asset dataset entries to EmbodiChain’s Open3D-backed download dataset registry so users can resolve URDF paths via get_data_path().

Changes:

  • Add DH_AG95 dataset entry pointing to DH_AG95.zip.
  • Add Robotiq dataset entry bundling robotiq_arg2f_85 and robotiq_arg2f_140 under Robotiq.zip.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

dh_ag95.urdf

Example usage:
>>> from embodichain.data.eef_dataset import DH95
Comment on lines +260 to +262
Example usage:
>>> from embodichain.data.eef_dataset import Robotiq
>>> dataset = Robotiq()
Comment on lines +139 to +147
def __init__(self, data_root: str = None):
data_descriptor = o3d.data.DataDescriptor(
os.path.join(EMBODICHAIN_DOWNLOAD_PREFIX, eef_assets, "DH_AG95.zip"),
"34b6f3c2f649697ea7f12814b6a50529",
)
prefix = "DH_AG95"
path = EMBODICHAIN_DEFAULT_DATA_ROOT if data_root is None else data_root

super().__init__(prefix, data_descriptor, path)
@matafela matafela merged commit 4c571a3 into main Mar 13, 2026
9 checks passed
@matafela matafela deleted the cj/add-dh-ag95-robotiq-85-140 branch March 13, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants