increased break length tolerance

This commit is contained in:
Ahmet Inan 2014-12-14 13:59:02 +01:00
parent 42a809c6d9
commit 738ac87fce

View file

@ -55,7 +55,7 @@ void initialize(float rate, int length, int width, int height)
const float first_leader_tolerance = 0.3f;
const float second_leader_tolerance = 0.9f;
const float break_tolerance = 0.7f;
const float break_tolerance = 0.5f;
const float leader_timeout_tolerance = 1.1f;
const float break_timeout_tolerance = 1.8f;
const float vis_timeout_tolerance = 1.01f;