Skip to content

Clarification of DetectedMovingObject::percentage_side_lane_left #342

Open
@CRMemory

Description

@CRMemory

Hi everyone,

the documentation to DetectedMovingObject::percentage_side_lane_left (and ...right) states

// Percentage value of the object width in the corresponding lane.
//
optional double percentage_side_lane_left = 6;

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 and percentage_..._right could then be less than 1 (if a vehicle spans multiple lanes)
    • also left and right 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.
  • A lane counts as left if its centerline is left of a vehicles center. In this case, multiple lanes may contribute to the total percentage_..._left.

What meaning should be used for filling this property?

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationEverything which impacts the quality of the documentation and guidelines.QuestionGeneral questions about the standard, work-flow and code.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions