//! Open X-Embodiment adapter (RT-X 2024).
//!
//! **Provenance.** The Open X-Embodiment collaboration, *"Open
//! X-Embodiment: Robotic Learning Datasets and RT-X Models"*, RSS
//! 2024. A cross-robot manipulation corpus aggregated from 22 robot
//! embodiments (Franka, UR, xArm, WidowX, Sawyer, Kuka, Stretch,
//! Aloha, and more).
//!
//! Residual construction: Euclidean norm of joint-state deviation from
//! the per-sample early-window nominal, aggregated across the
//! embodiment's degrees of freedom. See
//! `scripts/preprocess_datasets.py::preprocess_openx` for the raw
//! RLDS/TFRecord → residual pipeline.
/// Placeholder fixture — real-data path is the source of truth.
pub const FIXTURE_PLACEHOLDER: = ;
/// Fixture entry point retained for CLI / smoke-test symmetry.