* This DF provides a list of perceived objects represented in the coordinate system in which the y-axis corresponds to the North direction, the x-axis to the East direction, and the z- axis to the vertical direction.
PerceivedObjects::= SEQUENCE SIZE(0..255, ...) OF PerceivedObjectExtended
/**
* This DF represents a CPS specific extension of the CDD DF PerceivedObject
*
* It shall include the following additional components:
*
* @field perceivedObjectFalsePositiveRate: the optional probability that the perceived object does not correspond to a physical object in the real world.
*
* @field sotifValidationLevel: the optional SOTIF validation status of the perception system that generated the object
*/
PerceivedObjectExtended::= SEQUENCE{
COMPONENTS OF PerceivedObject (WITH COMPONENTS {... ,objectId PRESENT, objectAge ABSENT, objectPerceptionQuality ABSENT}), -- comment: not sure if objectAge and objectPerceptionQuality should reallybe excluded
perceivedObjectFalsePositiveRate Ratio OPTIONAL, -- comment: to be confirmed. Don´t we need an ObjectConfidence field instead?
sotifValidationLevel SotifValidationLevel OPTIONAL, -- comment: to be confirmed