//! ANYmal-C parkour quadruped-balance adapter (Miki et al., *Science
//! Robotics* 2022).
//!
//! **Provenance.** Miki, Lee, Hwangbo, Wellhausen, Koltun, Hutter,
//! *"Learning robust perceptive locomotion for quadrupedal robots in
//! the wild"*, *Science Robotics*, 2022. ANYmal-C traversing real
//! outdoor environments including mountains, forests, and staircases.
//!
//! Residual construction: Euclidean norm of IMU + joint-state
//! deviation from the nominal stance per timestep. See
//! `scripts/preprocess_datasets.py::preprocess_anymal_parkour` for
//! the raw-log → residual pipeline.
/// Placeholder fixture — real-data path is authoritative.
pub const FIXTURE_PLACEHOLDER: = ;
/// Fixture entry point.