open-simulation-interface icon indicating copy to clipboard operation
open-simulation-interface copied to clipboard

How to handle double lane boundaries correctly?

Open dongfeng2134 opened this issue 2 years ago • 4 comments

Describe the feature

Property value when actually used in osi_lane.proto file [message Classification] -> [enum Type]

Describe the solution you would like

Suggest add [TYPE_DUAL_SOLID & TYPE_DASH_SOLID & TYPE_SOLID_DASH] image

dongfeng2134 avatar Feb 13 '23 14:02 dongfeng2134

Hi, as stated in the description:

   // The lane boundary type.
   // There is no special representation for double lines, e.g. solid /
   // solid or dashed / solid. In such cases, each lane will define its own
   // side of the lane boundary.

Therefore it is meant to be represented through multiple lane boundaries at neighbouring lanes.

Do you have a use case, where only a single lane exists with multiple lines on one side?

thempen avatar Mar 15 '23 09:03 thempen