OSI KPIs definitions
Identifier Class Reference

A common identifier (ID), represented as an integer. More...

Detailed Description

A common identifier (ID), represented as an integer.

General

Has to be unique among all simulated items at any given time. For ground truth, the identifier of an item (object, lane, sign, etc.) must remain stable over its lifetime. Identifier values may be only be reused if the available address space is exhausted and the specific values have not been in use for several timesteps. Sensor specific tracking IDs have no restrictions and should behave according to the sensor specifications.

Requirements

To validate the ID check if

The requirements for valid ID.value depend on the contex it is used:

The Sensor context

To indicate invalid ID or an error, value should be set to 18446744073709551615 (max value of uint64).