Skip to content

feat(services): embed camera calibration in stereo MCAP - #177

Merged
shark0F0497 merged 3 commits into
main-v2from
feat/stereo-calibration-mcap
Aug 6, 2026
Merged

feat(services): embed camera calibration in stereo MCAP#177
shark0F0497 merged 3 commits into
main-v2from
feat/stereo-calibration-mcap

Conversation

@shark0F0497

Copy link
Copy Markdown
Collaborator

Summary

  • accept optional camera_serial on task uploads and freeze the latest successful matching calibration
  • embed the exact calibration result JSON as an MCAP attachment and verify it during Stereo Split QA
  • size Stereo Split scratch requests dynamically while enforcing a fixed 100Gi per-job limit

Behavior

  • uploads without camera_serial or without a matching calibration continue without an attachment
  • matching is global, case-sensitive, and based only on camera_serial
  • scratch request is max(4Gi, ceil(3 x source size + 1Gi)); jobs requiring more than 100Gi fail before Orbit submission

Verification

  • go test -cover -race ./...
  • golangci-lint run ./...
  • 35 Stereo Split Python tests passed

@shark0F0497
shark0F0497 merged commit ea43c1c into main-v2 Aug 6, 2026
4 checks passed
@shark0F0497
shark0F0497 deleted the feat/stereo-calibration-mcap branch August 6, 2026 13:57
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.

1 participant