AuraOne / Docs / Robotics Studio Open / Ship

Export formats

Reviewed-subset manifests, QA reports, and local evidence archives.

At a glance

Robotics Studio Open guide

Guide overview
Entry
Export formats
Reading
9 min
Sections
1
Applies to
Applies to the current Robotics Studio Open source release and its supported JSON or JSONL manifest workflow. Check the product page and repository for the latest setup details.

01

Export a portable review record

The current release exports local manifests and evidence archives. They keep the selection and rights context. The source dataset is never uploaded silently.

  • Reviewed-subset JSON or JSONL manifest.
  • Failure-cluster and sensor-QA reports.
  • Data card, checksums, and rights references.
  • Local evidence archive for handoff or further processing.
{
  "bundle": { "format": "rlds", "episode_count": 40 },
  "consent_receipts": ["consent_01J..."],
  "license_scopes": ["lic_01J..."],
  "data_card": "card_01J...",
  "recall_linkage": "recall_01J...",
  "payloads": [
    "robotics_reviewed_subset_manifest",
    "robotics_failure_cluster",
    "robotics_data_card",
    "robotics_sensor_qa_report"
  ]
}