[routing] Reducing offroad speed to 3 km per hour for car routing.

This commit is contained in:
Vladimir Byko-Ianko 2019-09-04 15:32:44 +03:00 committed by gmoryes
parent 03004db641
commit 07716c5c68

View file

@ -63,7 +63,7 @@ std::array<char const *, 41> constexpr kCountries = {"Australia",
"United States of America",
"Venezuela"};
double constexpr kSpeedOffroadKMpH = 10.0;
double constexpr kSpeedOffroadKMpH = 3.0;
VehicleModel::LimitsInitList const kCarOptionsDefault = {
// {{roadType, roadType} passThroughAllowed}