master
[routing] Fixing routing common tests after updating car model.
[routing] Added necessary libs to routing common cmake list and corrected include orders.
[routing] Handle oneway bicycle roads.
[routing] Adding weight for unpaved roads.
[routing] Review fixes.
[routing_common] Improved car model coefficients.
[routing] Using alias instead of uint16_t for maxspeed.
[routing] Cross-country penalty.
[routing] Adding valid 1.0-factors for bicycle and pedestrian model.
[routing] Routing quality test fixing after moving to new car model.
[routing] Removing kInvalidModelValue and using ASSERTs instead of CHECKs in VehicleModel::GetSpeed() and callee.