Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions embodichain/data/assets/robot_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ class CobotMagicArm(EmbodiChainDataset):
def __init__(self, data_root: str = None):
data_descriptor = o3d.data.DataDescriptor(
os.path.join(
EMBODICHAIN_DOWNLOAD_PREFIX, robot_assets, "CobotMagicArmV2.zip"
EMBODICHAIN_DOWNLOAD_PREFIX, robot_assets, "CobotMagicArmV3.zip"
),
"14af3e84b74193680899a59fc74e8337",
"12a249e231bfc2faf0fd55f9e2646b8d",
)
Comment on lines 56 to 60
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

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

The PR description/checklist indicates documentation updates and new tests were added, but this change appears limited to updating the CobotMagicArm asset URL/MD5. Please either include the referenced doc/test updates in this PR or adjust the description/checklist to match what’s actually changed.

Copilot uses AI. Check for mistakes.
prefix = type(self).__name__
path = EMBODICHAIN_DEFAULT_DATA_ROOT if data_root is None else data_root
Expand Down
Loading