osrm-backend/src/extractor/intersection
Michael Bell ef8f3d7508
Ensure u-turn exists in intersection view (#6376)
Due to some rather complex logic that tries to calculate intersection
angles by looking further up the road, it's possible to return
an intersection view that is missing a u-turn - something which
is assumed to exist in later guidance calculations.

We apply a fix here by ensuring the u-turn is always included in
the returned view.
2022-09-27 13:49:12 +01:00
..
coordinate_extractor.cpp Update CI to use clang-tidy 14 (#6353) 2022-08-31 23:39:47 +02:00
have_identical_names.cpp Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
intersection_analysis.cpp Ensure u-turn exists in intersection view (#6376) 2022-09-27 13:49:12 +01:00
intersection.cpp Enable more clang-tidy checks. (#6270) 2022-06-30 14:32:12 +01:00
mergable_road_detector.cpp Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00
node_based_graph_walker.cpp Fix distance calculation consistency. (#6315) 2022-08-19 22:31:40 +01:00