Skip to content

Update ur5 asset#167

Merged
yuecideng merged 2 commits intomainfrom
yueci/update-ur5-asset
Mar 10, 2026
Merged

Update ur5 asset#167
yuecideng merged 2 commits intomainfrom
yueci/update-ur5-asset

Conversation

@yuecideng
Copy link
Contributor

@yuecideng yuecideng commented Mar 9, 2026

Description

Update UR5 asset (material)

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 9, 2026 11:43
@yuecideng yuecideng added the data Related to data module label Mar 9, 2026
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

Updates the Universal Robots asset download reference so consumers pull the updated UR5 material asset bundle via the dataset download mechanism.

Changes:

  • Switched the Universal Robots asset archive from UniversalRobots.zip to UniversalRobots_v2.zip.
  • Updated the corresponding MD5 checksum for the new archive.

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

Comment on lines 309 to 313
os.path.join(
EMBODICHAIN_DOWNLOAD_PREFIX, robot_assets, "UniversalRobots.zip"
EMBODICHAIN_DOWNLOAD_PREFIX, robot_assets, "UniversalRobots_v2.zip"
),
"dbd12f7e36cef4e5025b82f748233b80",
"4dd4ee5a86125364a9e8cbcd4aafc31a",
)
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

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

The archive name UniversalRobots_v2.zip is inconsistent with other versioned robot asset archives in this module (e.g., FrankaV2.zip, CobotMagicArmV2.zip). If the remote filename isn’t required to be exactly this, consider renaming to UniversalRobotsV2.zip for consistency; otherwise, add a short inline note explaining the naming difference to avoid confusion when future assets are bumped.

Copilot uses AI. Check for mistakes.
@yuecideng yuecideng merged commit d8eabb2 into main Mar 10, 2026
59 of 84 checks passed
@yuecideng yuecideng deleted the yueci/update-ur5-asset branch March 10, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data Related to data module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants