Machine-readable, version-pinned copies of ASAM OpenX® simulation standards for use as reference material in ontology development and AI-assisted workflows.
All standards are redistributed under the ASAM Unrestricted Distribution Clause:
"The licensor grants everyone a basic, non-exclusive and unlimited license to use the standard ASAM [StandardName]."
See LICENSE for full details. Copyright remains with ASAM e.V.
| Directory | Standard | Version | Format | Source |
|---|---|---|---|---|
standards/asam-opendrive/ |
ASAM OpenDRIVE® | v1.9.0 (2026-05-08) | Markdown (from HTML) | Spec |
standards/asam-openscenario-dsl/ |
ASAM OpenSCENARIO® DSL | v2.2.0 (2026-03-19) | Markdown (from HTML) | Spec |
standards/asam-openodd/ |
ASAM OpenODD® | v1.0.0 (2025-04-03) | Markdown (from HTML) | Spec |
standards/asam-openlabel/ |
ASAM OpenLABEL® | v1.0.0 | Markdown + JSON Schema | Schema |
standards/asam-openmaterial-3d/ |
ASAM OpenMATERIAL® 3D | BS 1.0.0 (2025-04-03) | Markdown (from HTML) | Spec |
standards/asam-opencrg/ |
ASAM OpenCRG® | v1.2 | Overview + submodule | GitHub |
standards/asam-osi/ |
ASAM OSI® | v3.7+ | Overview + submodule | GitHub |
standards/asam-traffic-participants/ |
ASAM TrafficParticipants | v1.0.2 | Overview only | Not publicly available |
standards/iso-345xx/ |
ISO 34503:2023 | 2023 | Paraphrased summary | ISO |
Standards with open-source repositories are included as Git submodules:
git submodule update --init --recursive| Submodule | License | Repository |
|---|---|---|
submodules/open-simulation-interface |
MPL-2.0 | OpenSimulationInterface/open-simulation-interface |
submodules/OpenCRG |
Apache-2.0 | ASAM-ev/OpenCRG |
asam-openx-standards/
├── LICENSE # Composite license (ASAM unrestricted + OSS)
├── NOTICE # Attribution and source URLs
├── README.md # This file
├── standards/ # Spec text as markdown (one dir per standard)
│ ├── asam-opendrive/ # 95 chapters
│ ├── asam-openscenario-dsl/ # 60 chapters
│ ├── asam-openodd/ # 67 chapters
│ ├── asam-openmaterial-3d/ # 27 chapters
│ ├── asam-openlabel/ # Overview + JSON schema reference
│ ├── asam-opencrg/ # Overview
│ ├── asam-osi/ # Overview
│ ├── asam-traffic-participants/ # Overview
│ └── iso-345xx/ # Paraphrased summary (copyright)
├── submodules/ # Git submodules for OSS standards
│ ├── open-simulation-interface/
│ └── OpenCRG/
└── scripts/ # Download/refresh automation
└── download_asam_specs.py
# In your project:
git submodule add https://github.com/ASCS-eV/asam-openx-standards.git submodules/asam-openx-standardsThe markdown files are optimized for AI agent consumption:
- Each file has a metadata header (source URL, version, license, download date)
- Chapter-level granularity enables precise citation
- INDEX.md in each standard directory provides navigation
When referencing in code or schemas:
# [OpenDRIVE] §7.3 — Lane borders
# [OpenODD] Annex B — ISO 34503 taxonomy
# [OpenSCENARIO] §5.2.1 — Entity typespython scripts/download_asam_specs.py --all --no-verifyUse --standard <name> for individual updates. See --help for options.
Maintained by ASCS e.V. for the ENVITED-X ontology ecosystem.