mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-05 14:25:25 +00:00
increased break length tolerance
This commit is contained in:
parent
42a809c6d9
commit
738ac87fce
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue