Open
Description
Hi everyone,
the documentation to DetectedMovingObject::percentage_side_lane_left
(and ...right
) states
open-simulation-interface/osi_detectedobject.proto
Lines 183 to 185 in 7194aaf
However, in my opinion it is not clear, what lane_left
refers to. Multiple definitions are possible:
- The left- and rightmost lanes a vehicle is on
- the sum of
percentage_..._left
andpercentage_..._right
could then be less than 1 (if a vehicle spans multiple lanes) - also
left
andright
can be understood relative to the moving direction of the DetectedMovingObject (with a possible ambiguity if it is perpendicular to the lanes) or relative to the direction of the lanes.
- the sum of
- A lane counts as
left
if its centerline is left of a vehicles center. In this case, multiple lanes may contribute to the totalpercentage_..._left
.
What meaning should be used for filling this property?