This commit is contained in:
Patrick Niklaus 2015-08-28 01:17:18 +02:00
parent c30c144120
commit ee0c20ae44

View File

@ -61,7 +61,7 @@ using SubMatchingList = std::vector<SubMatching>;
constexpr static const unsigned MAX_BROKEN_STATES = 10;
constexpr static const double MAX_SPEED = 180 / 3.6; // 150km -> m/s
constexpr static const double MAX_SPEED = 180 / 3.6; // 180km -> m/s
constexpr static const unsigned SUSPICIOUS_DISTANCE_DELTA = 100;
}
}