Struct DetectedRoadMarking¶
Defined in File osi_detectedroadmarking.proto
Struct Documentation¶
-
struct
DetectedRoadMarking¶ A road marking in the environment as detected by the sensor.
The figure shows two STOP road markings (
DetectedRoadMarking::CandidateRoadMarking::classification). STOPRoadMarking::Classification::type==RoadMarking::Classification::TYPE_TEXTUAL_TRAFFIC_SIGNis marked, STOPRoadMarking::Classification::type==RoadMarking::Classification::TYPE_SYMBOLIC_TRAFFIC_SIGNis not marked.Public Members
-
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
baseBaseStationary::orientationis defined as follows: The z-axis of theBaseStationary::orientationis 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 theBaseStationary::orientationis the view normal of the road marking’s 2D image area. Normally this x-axis points to the sky.- Note
If a valid unidirectional road marking is assigned to the host vehicle’s current lane and the driving direction of the latter roughly matches the z-axis of the
baseBaseStationary::orientationthen 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::basehas to be identical for allcandidateroad markings.
-
repeated CandidateRoadMarking osi3::DetectedRoadMarking::candidate = 4 A list of candidates for this road marking as estimated by the sensor.
- Note
OSI uses singular instead of plural for repeated field names.
-
struct
CandidateRoadMarking¶ A candidate for a detected road marking as estimated by the sensor.
Public Members
-
optional double osi3::DetectedRoadMarking::CandidateRoadMarking::probability = 1 The estimated probability that this candidate is the true value.
Range: [0,1]
- Note
The sum of all
probabilitymust be one. This probability is given under the condition ofDetectedItemHeader::existence_probability.
-
optional RoadMarking::Classification osi3::DetectedRoadMarking::CandidateRoadMarking::classification = 2 The classification of the road marking.
- Note
IDs, which are referenced in this message, usually reference to
DetectedXXX::tracking_idIDs.
-
-