-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
DocumentationEverything which impacts the quality of the documentation and guidelines.Everything which impacts the quality of the documentation and guidelines.HelpWantedI have tried my best - please help me!I have tried my best - please help me!
Milestone
Description
I currently try to find the proper representation of junctions with OSI. With the current implementation given, I propose the handling of junction as described for following example:
- each lane is defined by an array of points along its center line which is sorted in ascending order along the allowed driving direction (in this example right-hand traffic)
- ID 1 has the antecessor ID 7, no successor, the left adjacent lane is ID 2, no right adjacent lane
- ID 2 has no antecessor, the successor is ID 8, the left adjacent lane is ID 1, no right adjacent lane
- ID 3 has no antecessor, the successor is ID 7, the left adjacent lane is ID 4, no right adjacent lane
- ID 4 has the antecessor ID 8, no successor, the left adjacent lane is ID 3, no right adjacent lane
- ID 5 has the antecessor ID 9, no successor, the left adjacent lane is ID 6, no right adjacent lane
- ID 6 has no antecessor, the successor is ID 10, the left adjacent lane is ID 5, no right adjacent lane
- ID 7 has the antecessor ID 3, the successor ID 1, the left adjacent lane ID 8, no right adjacent lane
- ID 8 has the antecessor ID 2, the successor ID 4, the left adjacent lane ID 7, no right adjacent lane
- ID 9 has the antecessor ID 2, the successor ID 5, the left adjacent lane ID 10, no right adjacent lane
- ID 10 has the antecessor ID 6, the successor ID 1, the left adjacent lane ID 9, no right adjacent lane
Especially I want to propose to handle lanes on junction as following:
- ID 7 and ID 8 are not in any relation (antecessor, successor, right adjacent, left adjacent) to ID 9 and vice versa
- ID 7, ID 8, ID 3 and ID 4 are not in any relation (antecessor, successor, right adjacent, left adjacent) to ID 10 and vice versa
I would like to put this handling of junctions to a discussion. Unless other/better suggestions are being made, I propose this handling as kind of Best Practice until a better Representation within OSI allows a more detailled handling of relations.
Metadata
Metadata
Labels
DocumentationEverything which impacts the quality of the documentation and guidelines.Everything which impacts the quality of the documentation and guidelines.HelpWantedI have tried my best - please help me!I have tried my best - please help me!