mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
increased break length tolerance
This commit is contained in:
parent
42a809c6d9
commit
738ac87fce
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue