osrm-backend/include
Michael Bell b17cbb4c47
Support OSM traffic signal directions (#6153)
Currently OSRM parses traffic signal nodes without consideration
for the direction in which the signal applies. This can lead
to duplicated routing penalties, especially when a forward and backward
signal are in close proximity on a way.

This commit adds support for directed signals to the extraction and
graph creation. Signal penalties are only applied in the direction
specified by the OSM tag.

We add the assignment of traffic directions to the lua scripts,
maintaining backwards compatibility with the existing boolean
traffic states.

As part of the changes to the internal structures used for tracking
traffic signals during extraction, we stop serialising/deserialising
signals to the `.osrm` file. The traffic signals are only used by
`osrm-extract` so whilst this is a data format change, it will not
break any existing user processes.
2022-08-30 10:36:49 +01:00
..
contractor Enable performance-move-const-arg clang-tidy check (#6319) 2022-08-23 19:03:41 +02:00
customizer Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
engine Support snapping to multiple ways at an input location (#5953) 2022-08-27 11:36:20 +01:00
extractor Support OSM traffic signal directions (#6153) 2022-08-30 10:36:49 +01:00
guidance Enable even more clang-tidy checks (#6273) 2022-07-04 21:46:59 +01:00
nodejs Add Flatbuffers support to NodeJS bindings (#6338) 2022-08-29 22:01:26 +02:00
osrm Undo libosrm API break by adding old interface as method overload (#5861) 2021-01-27 09:14:44 -08:00
partitioner Enable performance-move-const-arg clang-tidy check (#6319) 2022-08-23 19:03:41 +02:00
server Support snapping to multiple ways at an input location (#5953) 2022-08-27 11:36:20 +01:00
storage Enable performance-move-const-arg clang-tidy check (#6319) 2022-08-23 19:03:41 +02:00
updater Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
util Support snapping to multiple ways at an input location (#5953) 2022-08-27 11:36:20 +01:00