Definition
Functional Requirements
Syntax
Semantics
Conformance Testing
Performance Assessment
1 Definition
AMS Data is the Data Type representing the information stored by the AMS Memory (CAV‑AMM) AIM and made available to authorised external applications requiring access to the AMS recorded operational context.
2 Functional Requirements
AMS Data includes:
- Time when the AMS Data instance was produced.
- Identifier of the Route produced by Route Selection Planning.
- Path produced by Path Selection Planning.
- Trajectory produced by Motion Selection Planning.
- Road State produced by Traffic Obstacle Avoidance.
- CAV State produced by Traffic Obstacle Avoidance.
- Full Environment Descriptors produced by Full Environment Description.
- AMS‑MAS Messages exchanged between AMS and Motion Actuation Subsystem.
- Alert produced by an Environment Sensing Technology Scene Description AIM.
These data collectively represent the operational situation, vehicle state, environmental conditions, and system-level decisions managed by the AMS.
3 Syntax
https://schemas.mpai.community/CAV2/V1.1/data/AMSData.json
4 Semantics
| Header | AMS Data Header – Standard “CAV‑AMD‑Vx.y”. |
| MInstanceID | Identifier of the M-Instance (Virtual Space) associated with this AMS Data instance. |
| UEnvironmentID | Identifier of the U-Environment (Real Space) associated with this AMS Data instance. |
| AMSDataID | Unique identifier of this AMS Data instance. |
| AMSDataTime | Time this AMS Data instance was produced. |
| RouteID | Identifier of the Route produced by Route Selection Planning. |
| Path | Path produced by Path Selection Planning. |
| Trajectory | Trajectory produced by Motion Selection Planning. |
| Alert | Alert produced by an Environment Sensing Technology Scene Description AIM. |
| RoadState | Road State produced by Traffic Obstacle Avoidance. |
| CAVState | CAV State produced by Traffic Obstacle Avoidance. |
| FED | Full Environment Descriptors produced by Full Environment Description. |
| AMSMASMessage | AMS‑MAS Messages exchanged between AMS and Motion Actuation Subsystem. |
| DataXMData | MPAI-PTF Data Exchange Metadata providing provenance, authorisation, legal, security, and confidence information associated with this AMS Data instance in a trusted data exchange context. |
| DescrMetadata | Human-readable descriptive metadata of the AMS Data instance (plain text, max 2048 characters). |
5 Conformance Testing
A Data instance conforms with AMS Data (CAV‑AMD) if:
- The Data validates against the AMS Data’s JSON Schema.
- All Data in the AMS Data’s JSON Schema:
- Have the specified type.
- Validate against their JSON Schemas.
- Conform with their Data Qualifiers.
6 Performance Assessment
Not part of this specification.