osrm-backend/include
Daniel J. Hofmann e76e39a398
Improves Lane Handling for Multi-Hop Roundabout Instruction
This changeset implements Lane Anticipation on roundabouts, delimited
by enter / leave step pairs. It does not handle lane anticipation
within a roundabout.

Lane anticipation happens on the granularity of a valid roundbaout:

We discard partial roundabout (enter without exit or exit without
enter) or data issues (no roundabout, exit before enter).

Related:

- https://github.com/Project-OSRM/osrm-backend/issues/2626 for lanes
  within a roundabout

- https://github.com/Project-OSRM/osrm-backend/issues/2625 for handling
  going straight in lane anticipation
2016-07-13 10:44:12 +02:00
..
contractor Fix platform-independent data in data files 2016-06-20 22:45:40 +02:00
engine Improves Lane Handling for Multi-Hop Roundabout Instruction 2016-07-13 10:44:12 +02:00
extractor deduplicate code for roundabout handling 2016-07-01 11:34:44 +02:00
osrm Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
server Use mmap instead of read - it's a lot faster here. 2016-06-27 17:24:30 -07:00
storage expose lanes as enums, adjusted for comments 2016-06-27 11:12:02 +02:00
util Improves Lane Handling for Multi-Hop Roundabout Instruction 2016-07-13 10:44:12 +02:00