1 Definition
The Full Environment Descriptors (FED) is the result of the Autonomous Motion Subsystem’s integration of:
- The BED from the Ego CAV.
- BED-related information received from Remote AMSs’ in range or Roadside Units.
2 Functional Requirements
The FED format shall satisfy the following requirements:
- The FED Data Type shall be an extension of the BED Data Type.
- Each data element of the FED shall provide:
- The Identifier, Spatial Attitude, and Shape of the other CAVs.
- The value of major discrepancies between the elements of the Ego CAV’s BED and those of another CAV.
- The Objects in the FED may include additional semantics, such as:
- Flags (e.g., warning coming from other CAVs and RSUs).
- Platooning information indicating which objects belong to a platoon.
- Priority (e.g., the vehicle is a police car, an ambulance, a vehicle carrying hazardous material).
- The local Traffic Signal Configuration.
- The FER data structure shall allow for actions that are:
- deliberative, e.g.: the Obstacle Avoider should have fast access to data in the FED to get information useful to assess whether a Trajectory to be implemented collides with the estimated trajectories of an object.
- reactive, e.g., the Obstacle Avoider needs to find a Trajectory that avoids a new object whose trajectory is estimated to collide with the CAV.
The AMS may harvest available bandwidth and utilise it to send a version of the Full Environment Descriptors that are compatible with the available mobile bandwidth.
The AMS reconciles the different values by considering, e.g., the distance of the ego CAV from the object vs the distance of the other CAVs from the object.
3 Syntax
https://schemas.mpai.community/CAV2/V1.0/data/FullEnvironmentDescriptors.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | Full Environment Descriptors Headers |
– Standard | 9 Bytes | The characters “CAV-FED-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 |
MInstance | N4 Bytes | Virtual Space of the BED. |
BasicEnvironmentDescriptors | N5 Bytes | AVScene Descriptors of Environment. |
RoadState | N7 Bytes | Road State |
DescrMetadata | N9 Bytes | Descriptive Metadata. |
5 Data Formats and Attributes
The Objects in the MPAI Audio-Visual Scene Descriptors benefit from CAV FED Attributes.
6 To Respondents
- Comment on, extend, or reformulate the Functional Requirements.
- Comments on the use of the MPAI Audio-Visual Scene Descriptors to represent the Full Environment Representation.