|
OSI KPIs definitions
|
The base attributes of a stationary object or entity. More...
The base attributes of a stationary object or entity.
This includes the StationaryObject , TrafficSign , TrafficLight , RoadMarking messages.
General requirements:
| Field | Type | Repeated | Unit | Requirements |
|---|---|---|---|---|
| dimension | Dimension3d | No | [m] | Must be set, all components must be positive |
| position | Vector3d | No | [m] | Must be set |
| orientation | Orientation3d | No | [rad] | All values must me inside range (-pi,pi] |
| base_polygon | Vector2d | Yes | [m] | See the note below |
GroundTruth objects are relative to the global ground truth frame. All coordinates and orientations from detected objects (SensorData) are relative to the HostVehicle frame.Usage as ground truth:
The two dimensional (flat) contour of the object. This is an extension of the concept of a bounding box as defined by Dimension3d. The contour is the projection of the object's outline onto the z-plane in the object frame (independent of its current position and orientation). The height is the same as the height of the bounding box.
Usage as sensor data: The polygon describes the visible part of the object's contour.
General definitions:
If the base_polygon field is used in GroundTruth context it is always a function of object's bounding box dimension,orientation and position. And is always four distinct elements. If the base_polygon is used in SensorData context it can be polygon of more then four elements but also less the four elements 0 element array if the object is not visible to the sensor at all. The situation when visible part of the objects consists of two separate contours is not handled
1.8.13