Fixed critical bug in goal center detection

This commit is contained in:
2018-06-30 17:11:33 +02:00
parent 6d9d522692
commit b9d6898691
5 changed files with 12 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ if __name__ == '__main__':
striker.mover.kick(fancy=True, foot='L')
##striker.speak("Nice kick. Let's do a dance")
#striker.mover.dance()
sleep(2)
sleep(4)
break
finally:
striker.close()