1 Definition | 2 Functional Requirements | 3 Syntax |
4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
Path is a sequence of Points of View at points in the Environment called Poses.
2 Functional Requirements
- Path is defined against an M-Instance or an OfflineMap.
- Path can be planned and/or actual
3 Syntax
https://schemas.mpai.community/OSD/V1.3/data/Path.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | Path Header |
– Standard | 9 Bytes | The characters “OSD-PAT-V” |
– Version | N2 Bytes | Major version – 1 or 2 Bytes |
– Dot-separator | 1 Byte | The character “.” |
– Subversion | N3 Bytes | Minor version – 1 or 2 Bytes |
PathID | N4 Bytes | Identifier of Path. |
MInstanceID | N5 Bytes | ID of the Virtual Space where Path is defined. |
OfflineMapID | N6 Bytes | ID of the referenced OfflineMap. |
PathData[] | N7 Bytes | Path Dataset. |
– PlannedPointOfView | N8 Bytes | Planned Individual Point of View in the Path. |
– ActualPointOfView | N8 Bytes | Actual Individual Point of View in the Path. |
DescrMetadata | N9 Bytes | Descriptive Metadata |
5 Conformance Testing
A Data instance Conforms with Path MPAI-OSD V1.3 (OSD-PAT) if the Data
- Have the specified type
- Validate against the Path’s JSON Schema.
6 Performance Assessment