osrm-backend/features
Daniel J. Hofmann 6ea9f9fdf1
Consider number of lanes to cross, resolves #3025.
Lane Anticipation currently triggers on quick steps with lanes. This
changeset makes the "quick" part more dynamic by taking lanes left and
right of the turn into account. The reasoning for this is as follows.

The user can drive on the leftmost or rightmost lane and has to cross
all lanes left or right of the turn, respecitvely.

We scale our threshold appropriately, which now means the threshold
describes the duration the user needs for crossing _a single lane_.

Note: this is a heuristic and assumes the worst case. Which in my
opinion is fine to do since triggering Lane Anticipation in complex
scenarios is desirable.
2017-01-11 21:37:17 +00:00
..
bicycle add tests for bridleways 2016-11-22 10:18:55 +01:00
car Adds failing tests for directional access overrides, discovered in #3345 2016-12-13 17:37:42 +01:00
foot add tests for bridleways 2016-11-22 10:18:55 +01:00
guidance Consider number of lanes to cross, resolves #3025. 2017-01-11 21:37:17 +00:00
lib cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
nearest cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
options Log helpful error message if mmap fails. 2016-12-07 22:03:49 +01:00
raster cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
step_definitions Account for imprecision in distance computation 2016-11-18 17:46:32 +01:00
stress cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
support add locations feature to allow testing turn locations, fix minor bug breaking the arrival location 2016-11-08 13:42:15 +01:00
testbot handle service roads next to roundabouts - ambiguous exit... :( 2016-11-29 11:47:35 +01:00