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.
Summary
The Git LFS object backing
data/.lfs/xarm_grasp_sim.tar.gzis 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):Introduced in 29fe5f5 ("feat(sim): xarm-grasp-sim scene package"), touched again by ff08c4d / #3760 ("feat: add headless xarm room simulation").
Reproduce
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 asxarm7.tar.gzresolve fine.Impact
xarm-room-simblueprint (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"Possibly the object was pushed to a contributor fork's LFS store during #3760 and never made it into
dimensionalOS/dimos. Re-pushing the originalxarm_grasp_sim.tar.gz(2.3 MB) from whoever has the original file should fix it.