| 
    open_simulation_interface
    vv3.5.0(01.06.2022)
    
   | 
 
A road marking in the environment as detected by the sensor. More...

Classes | |
| struct | CandidateRoadMarking | 
| A candidate for a detected road marking as estimated by the sensor.  More... | |
Public Attributes | |
| optional DetectedItemHeader | header = 1 | 
| Common information of one detected item.  More... | |
| optional BaseStationary | base = 2 | 
| The base parameters of the road marking.  More... | |
| optional BaseStationary | base_rmse = 3 | 
| The root mean squared error of the base parameters of the detected road marking.  More... | |
| repeated CandidateRoadMarking | candidate = 4 | 
| A list of candidates for this road marking as estimated by the sensor.  More... | |
| optional ColorDescription | color_description = 5 | 
| The visual color of the material of the road marking.  More... | |
A road marking in the environment as detected by the sensor.
The figure shows two STOP road markings (DetectedRoadMarking::CandidateRoadMarking::classification). STOP RoadMarking::Classification::type == RoadMarking::Classification::TYPE_TEXTUAL_TRAFFIC_SIGN is marked, STOP RoadMarking::Classification::type == RoadMarking::Classification::TYPE_SYMBOLIC_TRAFFIC_SIGN is not marked. 
| optional DetectedItemHeader osi3::DetectedRoadMarking::header = 1 | 
Common information of one detected item.
| optional BaseStationary osi3::DetectedRoadMarking::base = 2 | 
The base parameters of the road marking.
The orientation of the bounding box base BaseStationary::orientation is defined as follows: The z-axis of the BaseStationary::orientation is the vector from the 'bottom' to the 'top' of the road marking's (i.e. painted traffic sign) 2D image area. (Normally it is in the ground truth xy-plain.) The x-axis of the BaseStationary::orientation is the view normal of the road marking's 2D image area. Normally this x-axis points to the sky.
base BaseStationary::orientation then the road marking is of relevance to (i.e. in effect for) the host vehicle. | optional BaseStationary osi3::DetectedRoadMarking::base_rmse = 3 | 
The root mean squared error of the base parameters of the detected road marking.
RoadMarking::base has to be identical for all candidate road markings. 
| repeated CandidateRoadMarking osi3::DetectedRoadMarking::candidate = 4 | 
A list of candidates for this road marking as estimated by the sensor.
| optional ColorDescription osi3::DetectedRoadMarking::color_description = 5 | 
The visual color of the material of the road marking.
CandidateRoadMarking::classification.