Change max distance delta to 200m
This commit is contained in:
parent
727e284ed0
commit
f2cdb97867
@ -62,7 +62,7 @@ using SubMatchingList = std::vector<SubMatching>;
|
|||||||
constexpr static const unsigned MAX_BROKEN_STATES = 6;
|
constexpr static const unsigned MAX_BROKEN_STATES = 6;
|
||||||
constexpr static const unsigned MAX_BROKEN_TIME = 60;
|
constexpr static const unsigned MAX_BROKEN_TIME = 60;
|
||||||
|
|
||||||
constexpr static const unsigned MAX_DISTANCE_DELTA = 500;
|
constexpr static const unsigned MAX_DISTANCE_DELTA = 200;
|
||||||
constexpr static const unsigned SUSPICIOUS_DISTANCE_DELTA = 100;
|
constexpr static const unsigned SUSPICIOUS_DISTANCE_DELTA = 100;
|
||||||
|
|
||||||
constexpr static const double default_beta = 5.0;
|
constexpr static const double default_beta = 5.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user