osrm-backend/include/util/guidance
Moritz Kobitzsch 5e167b8745 Turn Angles in OSRM were computed using a lookahead of 10 meters.
This PR adds more advanced coordinate extraction, analysing the road
to detect offsets due to OSM way modelling.

In addition it improves the handling of bearings. Right now OSM reports
bearings simply based on the very first coordinate along a way.
With this PR, we store the bearings for a turn correctly, making the
bearings for turns correct.
2016-10-20 10:47:29 +02:00
..
bearing_class.hpp intersection classes with variable degree of discretization 2016-05-19 16:44:31 +02:00
entry_class.hpp fix 2672 2016-07-19 17:06:47 +02:00
toolkit.hpp Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
turn_bearing.hpp Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
turn_lanes.hpp add a toolkit function to find lanes to the left/right of turn lanes 2016-10-13 17:59:25 +02:00