OSI KPIs definitions
BaseStationary Class Reference

The base attributes of a stationary object or entity. More...

Detailed Description

The base attributes of a stationary object or entity.

This includes the StationaryObject , TrafficSign , TrafficLight , RoadMarking messages.

Requirements

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
Difference between GroundTruth and SensorData
All coordinates and orientations from GroundTruth objects are relative to the global ground truth frame. All coordinates and orientations from detected objects (SensorData) are relative to the HostVehicle frame.
base_polygon data field

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