Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make intersection free lane boundary definition more concrete #827

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion osi_lane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ message Lane
// </tr>
// <tr>
// <td>
// \c #free_lane_boundary_id = lb11
// \c #free_lane_boundary_id = lb11, lb12, lb13, lb14
// </td>
// </tr>
// <tr>
Expand Down Expand Up @@ -371,6 +371,14 @@ message Lane
// \note \c Lane with \c #type = \c #TYPE_INTERSECTION use only free
// lane boundaries.
//
// \note Free boundaries should be defined in clockwise direction. The starting
// boundary can be chosen arbitrarily.
// Example: For the intersection lane l7 in image \ref Intersection our
// starting boundary could be lb11. In this case, lb11 must be defined
// from left to right. The next boundary would be lb14, defined from top to
// bottom, then lb13 defined from right to left and finally lb12 defined from
// bottom to top.
//
// \note OSI uses singular instead of plural for repeated field names.
//
// \rules
Expand Down