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

Draft for discussion: Defining intersection borders #602

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

clemenshabedank
Copy link
Contributor

Reference to a related issue in the repository

Add a reference to a related issue in the repository.

Add a description

Add a description of the changes proposed in the pull request.

Some questions to ask:
What is this change?
What does it fix?
Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version?
How has it been tested?

Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board:

  • My suggestion follows the style and contributors guidelines.
  • I have taken care about the documentation.
  • I have done the DCO signoff.
  • My changes generate no errors when passing CI tests.
  • I have successfully implemented and tested my fix/feature locally.
  • Appropriate reviewer(s) are assigned.

If you can’t check all of them, please explain why.
If all boxes are checked or commented and you have achieved at least one positive review, you can assign the label ReadyForCCBReview!

@clemenshabedank clemenshabedank added the RoadModel4.0 A label to collect road model topics for OSI 4.0 label Nov 24, 2021
Signed-off-by: Habedank Clemens <qxs2704@europe.bmw.corp>
@clemenshabedank clemenshabedank added this to In progress in Road Model Group via automation Dec 1, 2021
Habedank Clemens added 3 commits January 24, 2022 15:29
Signed-off-by: Habedank Clemens <qxs2704@europe.bmw.corp>
Signed-off-by: Habedank Clemens <qxs2704@europe.bmw.corp>
Signed-off-by: Habedank Clemens <qxs2704@europe.bmw.corp>
@clemenshabedank
Copy link
Contributor Author

Road Model Meeting:
@rockteresa @tbleher please have a look if you need this change.

@clemenshabedank clemenshabedank added this to the V3.5.0 milestone Mar 21, 2022
@clemenshabedank
Copy link
Contributor Author

@tbleher and @rockteresa as a reminder please have a look if you regard this change necessary for the upcoming v3.5 release.

osi_lane.proto Outdated
// An intersection as a lane.
// An area in the form of a polygon, where logical lanes
// of TYPE_NORMAL may overlap and typically do in parts of
// the area.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clemenshabedank Könnte die Beschreibung vom Type Intersection etwas irreführend sein? Bei allen Type ist von einer "lane" die rede bei der Intersection von einer Fläche -> "The concatenated area of lanes that form the intersection"

osi_lane.proto Outdated Show resolved Hide resolved
// LogicalLaneBoundary.LogicalBoundaryPoint with the LogicalLaneBoundary.LogicalBoundaryPoint
// of another LogicalLaneBoundary which is linked as left_lane_boundary_id or right_lane_boundary_id from a
// successor or predecessor logical lane with LogicalLane.Type = TYPE_NORMAL.
//

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just mentioning.. there might be undefined areas between lane and border that are not part of the polygon if using the boundaries of the drivng lanes of the intersection.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's true. Thought about specifying those but got away from it (see ae06ee1) because at least when converting from OpenDRIVE (and that was the starting point for the logical lanes) the gaps are meaningless because they don't tell you if those areas are drivable or not. I would wait for OpenDRIVE to solve this problem prior specifying it here.

Signed-off-by: Habedank Clemens <qxs2704@europe.bmw.corp>
@ThomasNaderBMW ThomasNaderBMW modified the milestones: V3.5.0, V3.6.0 May 16, 2022
@pmai pmai marked this pull request as draft May 16, 2022 07:35
@jdsika jdsika removed this from the V3.6.0 milestone Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RoadModel4.0 A label to collect road model topics for OSI 4.0
Projects
Road Model Group
In progress
Development

Successfully merging this pull request may close these issues.

None yet

4 participants