osrm-backend/include/engine/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
..
assemble_geometry.hpp Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
assemble_leg.hpp re-introduce space into summaries 2016-09-30 14:36:09 +02:00
assemble_overview.hpp First round of lat,lng -> lng,lat switcheroo 2016-04-05 22:58:32 +02:00
assemble_route.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
assemble_steps.hpp Turn Angles in OSRM were computed using a lookahead of 10 meters. 2016-10-20 10:47:29 +02:00
lane_processing.hpp Warn on unused return values in guidance code, resolves #2686. 2016-08-03 12:26:07 +02:00
leg_geometry.hpp Include datasources for each segment in route annotation. 2016-07-27 15:51:11 -07:00
post_processing.hpp Reduce NewName Instructructions / Name Changes 2016-09-21 12:42:39 +02:00
route_leg.hpp Revert "Removes summary from legs property" 2016-04-21 22:39:16 +02:00
route_step.hpp add a toolkit function to find lanes to the left/right of turn lanes 2016-10-13 17:59:25 +02:00
route.hpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00
step_maneuver.hpp Static checks for guidance array sizes. 2016-08-12 18:52:54 +03:00
toolkit.hpp Improves Lane Handling for Multi-Hop Roundabout Instruction 2016-07-13 10:44:12 +02:00