-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Added post process logic to collapse segregated turn instructions #4925
Merged
Merged
Changes from 25 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
7b74910
Added post process logic to collapse segregated turn instructions
dgearhart 1d3eac5
format updates
dgearhart eea551d
Fixed coordinates to reflect reality
dgearhart b56d669
fixed coordinates to fix test
dgearhart ea47f79
Skip last step when processing segregated steps
dgearhart 9a11432
updated segregated turn test
dgearhart 20f47e6
Updated segregated test
dgearhart 482529e
Updated test: Segregated Intersection, Cross Belonging to Correct Str…
dgearhart e7c7f3e
Fixed all but one for features/guidance/collapse.feature:124
dgearhart 9c81b73
Fixed Scenario: Partly Segregated Intersection, Two Segregated Roads,…
dgearhart b72b9de
Fixed 7 of th 9 failures for Scenario: Partly Segregated Intersection…
dgearhart 0bf22f8
Fixed 7 of the 9 failures for Scenario: Segregated Intersection, Cros…
dgearhart e9c6116
Fixed Scenario: Segregated Intersection into Slight Turn - features/g…
dgearhart 7d5e912
Updated Scenario: U-turn after a traffic light - features/guidance/tu…
dgearhart f956ddd
Updated how we combine segregated steps
dgearhart 4690c93
Added test to Verify end of road left turn across divided roads
dgearhart 8385f6a
Fixed divided highwat tests
dgearhart c6b1d57
Fixed test failure
dgearhart 07a2a2d
fixed Scenario: Partitioned turn, Slight Curve - maxspeed - features/…
dgearhart 06d11a0
Fixed Scenario: Partitioned turn, Slight Curve - features/guidance/tu…
dgearhart 832b52d
Added strategies to combine segrgated intersections
dgearhart 99275c6
Added setModifier alias for readability
dgearhart 3e0084a
Added strategies to combine segrgated intersections
dgearhart 6ad4d27
Format updates
dgearhart 492e2fa
Fixes segregated indentification to not mark `circular` edge as segre…
dgearhart 6578825
Merge branch 'master' of https://github.com/Project-OSRM/osrm-backend…
dgearhart 6ed640c
Added intersection prior to turn so we still call out end of road
dgearhart 7027cb1
updated expectation to be turn instead of continue
dgearhart acad9f1
Confirmed with @oxidase that the lane information if correct - update…
dgearhart 468bbec
Added logic to handle wider straights
dgearhart 6749f8b
Update CHANGELOG.md
dgearhart fbbba61
Merge branch 'master' into gdg_segregated_post_process
dgearhart 498ee5e
Merge branch 'master' of https://github.com/Project-OSRM/osrm-backend…
dgearhart 18e2ad3
Merge branch 'gdg_segregated_post_process' of https://github.com/Proj…
dgearhart 37f74ca
Removed TODO
dgearhart 2f341b1
Process straight step prior to wider straight step
dgearhart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change of locations does not seem necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to match current map - it was producing odd results