osrm-backend/include/engine/guidance
Duane Gearhart 8a63ad9b4b
Added post process logic to collapse segregated turn instructions (#4925)
* Added post process logic to collapse segregated turn instructions

* format updates

* Fixed coordinates to reflect reality
Updated left turn road name

* fixed coordinates to fix test

* Skip last step when processing segregated steps

* updated segregated turn test

* Updated segregated test

* Updated test: Segregated Intersection, Cross Belonging to Correct Street - features/guidance/collapse.feature:79

* Fixed all but one for features/guidance/collapse.feature:124

* Fixed Scenario: Partly Segregated Intersection, Two Segregated Roads, Intersection belongs to Second - features/guidance/collapse.feature:219

* Fixed 7 of th 9 failures for Scenario: Partly Segregated Intersection, Two Segregated Roads, Intersection belongs to Second - features/guidance/collapse.feature:219

* Fixed 7 of the 9 failures for Scenario: Segregated Intersection, Cross Belonging to Mixed Streets - Slight Angles (2) - features/guidance/collapse.feature:318

* Fixed Scenario: Segregated Intersection into Slight Turn - features/guidance/collapse.feature:581

* Updated Scenario: U-turn after a traffic light - features/guidance/turn-lanes.feature:1220

* Updated how we combine segregated steps

* Added test to Verify end of road left turn across divided roads

* Fixed divided highwat tests

* Fixed test failure

* fixed Scenario: Partitioned turn, Slight Curve - maxspeed - features/guidance/turn-lanes.feature:936

* Fixed Scenario: Partitioned turn, Slight Curve - features/guidance/turn-lanes.feature:961

* Added strategies to combine segrgated intersections

* Added setModifier alias for readability

* Added strategies to combine segrgated intersections

* Format updates

* Fixes segregated indentification to not mark `circular` edge as segregated

* Added intersection prior to turn so we still call out end of road

* updated expectation to be turn instead of continue

* Confirmed with @oxidase that the lane information if correct - updated the expectation

* Added logic to handle wider straights
Fixed tests

* Update CHANGELOG.md

Added #4925

* Removed TODO

* Process straight step prior to wider straight step
2018-03-30 07:43:56 -04:00
..
assemble_geometry.hpp Add source phantom weight to first segment when merging legs (#4949) 2018-03-13 11:31:29 -07:00
assemble_leg.hpp Remove data duplicates in .node file 2017-05-17 15:21:51 +00:00
assemble_overview.hpp First round of lat,lng -> lng,lat switcheroo 2016-04-05 22:58:32 +02:00
assemble_route.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
assemble_steps.hpp Support maneuver relations (#4676) 2018-02-10 05:32:09 +11:00
collapse_scenario_detection.hpp access way names through RouteStep in post processing 2017-12-11 15:37:56 +00:00
collapse_turns.hpp Added post process logic to collapse segregated turn instructions (#4925) 2018-03-30 07:43:56 -04:00
collapsing_utility.hpp Added post process logic to collapse segregated turn instructions (#4925) 2018-03-30 07:43:56 -04:00
lane_processing.hpp Trigger lane anticipation based on distance, see discussion in #4260 2017-07-18 11:23:46 +02:00
leg_geometry.hpp Don't include turn costs when calculation weight/duration/speed annotations. 2017-07-25 15:14:45 -06:00
post_processing.hpp Support maneuver relations (#4676) 2018-02-10 05:32:09 +11:00
postprocessing_toolkit.hpp Move guidance pre-processing code into GUIDANCE library 2018-02-02 11:33:38 -05:00
route_leg.hpp Update review findings 2017-01-27 11:19:37 +01:00
route_step.hpp Support maneuver relations (#4676) 2018-02-10 05:32:09 +11:00
route.hpp Update review findings 2017-01-27 11:19:37 +01:00
step_maneuver.hpp Split intersection analysis and guidance code 2018-02-02 11:33:38 -05:00
verbosity_reduction.hpp deprecate use-lane -- the information can be found in the intersections array 2017-07-18 11:23:46 +02:00