We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c1e93 commit 767ef84Copy full SHA for 767ef84
internal/app/engine/common.go
@@ -13,7 +13,7 @@ import (
13
14
const ballSteadyThreshold = 0.2
15
const robotRadius = 0.09
16
-const distanceThreshold = 0.03
+const distanceThreshold = 0.05
17
18
func createGameEventChange(eventType state.GameEvent_Type, event state.GameEvent) *statemachine.Change {
19
event.Type = &eventType
0 commit comments