osrm-backend/features
Daniel J. Hofmann b5d5f309a3 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-06 12:44:40 +01:00
..
bicycle do not emit turns on ferries 2016-12-23 15:01:02 +01:00
car Adds barrier=gate regression tests, see #581 2016-12-15 12:03:24 +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-06 12:44:40 +01:00
lib Enable npm and library tests on windows 2017-01-03 10:24:48 +01:00
nearest cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
options Wrap way.nodes() returned reference into sol::as_table 2017-01-04 08:29:27 +01:00
raster cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
step_definitions Enable npm and library tests on windows 2017-01-03 10:24:48 +01:00
stress cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
support Enable npm and library tests on windows 2017-01-03 10:24:48 +01:00
testbot test showing failure to unpack route with u-turns at both ends 2016-12-20 17:41:43 +01:00