feat: updated tick count and changed inversion of neck movement

This commit is contained in:
2020-08-28 13:48:35 +02:00
parent 02fa0c3ee6
commit 4843c0cf7d
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ from redis import Redis
from control.walle import WallE
INTERVAL_TICK = 0.0125 # 20/s
INTERVAL_TICK = 0.025 # 40/s
class EventListener(Thread):