Skip to content

xarm_grasp_sim.tar.gz: LFS object missing on server (404) #4052

Description

@Jerrybery

Summary

The Git LFS object backing data/.lfs/xarm_grasp_sim.tar.gz is missing from the server — the pointer file exists in the repo, but the object returns 404 from the LFS batch API.

Pointer contents (current main, unchanged since introduction):

oid sha256:7541ab8f252219be685e7c98cd79c08acc40cd783dccaa3d5f634617d596db6a
size 2295052

Introduced in 29fe5f5 ("feat(sim): xarm-grasp-sim scene package"), touched again by ff08c4d / #3760 ("feat: add headless xarm room simulation").

Reproduce

git lfs pull -I "data/.lfs/xarm_grasp_sim.tar.gz"
# [7541ab8f...] Object does not exist on the server (404)

Equivalently, the LFS batch API (POST https://github.com/dimensionalOS/dimos.git/info/lfs/objects/batch) reports "Object does not exist on the server" for this oid, while sibling archives such as xarm7.tar.gz resolve fine.

Impact

  • xarm-room-sim blueprint (dimos/robot/manipulators/xarm/blueprints/simulation.py, XARM_ROOM_SCENE_PATH = LfsPath("xarm_grasp_sim/scene.xml")) fails at runtime with "Failed to download LFS file"
  • Any consumer of the xArm grasp-sim scene package (e.g. eval suites referencing the tabletop scene) cannot run from a fresh clone

Possibly the object was pushed to a contributor fork's LFS store during #3760 and never made it into dimensionalOS/dimos. Re-pushing the original xarm_grasp_sim.tar.gz (2.3 MB) from whoever has the original file should fix it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions